Interface ITile

    • Method Detail

      • getWallObject

        IWallObject getWallObject()
        Specified by:
        getWallObject in interface net.runelite.api.Tile
      • getGroundObject

        IGroundObject getGroundObject()
        Specified by:
        getGroundObject in interface net.runelite.api.Tile
      • getDecorativeObject

        IDecorativeObject getDecorativeObject()
        Specified by:
        getDecorativeObject in interface net.runelite.api.Tile
      • getIGameObjects

        java.util.List<IGameObject> getIGameObjects()
      • getIGroundItems

        java.util.List<ITileItem> getIGroundItems()
      • isObstructed

        boolean isObstructed()
      • isEmpty

        boolean isEmpty()
      • hasLineOfSightTo

        boolean hasLineOfSightTo​(ITile other)
      • pathTo

        java.util.List<ITile> pathTo​(ITile other)
      • getTileObjects

        java.util.List<ITileObject> getTileObjects()
      • getBridge

        ITile getBridge()
        Specified by:
        getBridge in interface net.runelite.api.Tile