Interface ITile

All Superinterfaces:
Locatable, RuneLiteWrapper<net.runelite.api.Tile>, net.runelite.api.Tile

public interface ITile extends net.runelite.api.Tile, Locatable, RuneLiteWrapper<net.runelite.api.Tile>
  • Method Details

    • 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

      List<IGameObject> getIGameObjects()
    • getIGroundItems

      List<ITileItem> getIGroundItems()
    • isObstructed

      boolean isObstructed()
    • isEmpty

      boolean isEmpty()
    • hasLineOfSightTo

      boolean hasLineOfSightTo(ITile other)
    • pathTo

      List<ITile> pathTo(ITile other)
    • getTileObjects

      List<ITileObject> getTileObjects()
    • getBridge

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