Interface ITiles

All Superinterfaces:
EntityProvider<ITile>

public interface ITiles extends EntityProvider<ITile>
  • Method Details

    • getAt

      ITile getAt(int plane, net.runelite.api.Point sceneLocation)
    • getRaw

      ITile[][] getRaw()
    • getRawFloors

      ITile[][][] getRawFloors()
    • getAt

      ITile getAt(net.runelite.api.coords.WorldPoint worldPoint)
    • getSizeX

      int getSizeX()
    • getSizeY

      int getSizeY()
    • getWorldViewId

      int getWorldViewId()