Package net.storm.api.domain.tiles
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 Summary
Modifier and TypeMethodDescriptionbooleanhasLineOfSightTo(ITile other) booleanisEmpty()booleanMethods inherited from interface net.storm.api.domain.Locatable
distanceTo, distanceTo, distanceTo2DHypotenuse, distanceToHypotenuse, getLocalLocation, getPlane, getWorldLocation, getWorldX, getWorldYMethods inherited from interface net.storm.api.domain.RuneLiteWrapper
getWrappedMethods inherited from interface net.runelite.api.Tile
getGameObjects, getGroundItems, getItemLayer, getLocalLocation, getPlane, getRenderLevel, getSceneLocation, getSceneTileModel, getSceneTilePaint, getWorldLocation, setGroundObject, setSceneTileModel, setSceneTilePaint
-
Method Details
-
getWallObject
IWallObject getWallObject()- Specified by:
getWallObjectin interfacenet.runelite.api.Tile
-
getGroundObject
IGroundObject getGroundObject()- Specified by:
getGroundObjectin interfacenet.runelite.api.Tile
-
getDecorativeObject
IDecorativeObject getDecorativeObject()- Specified by:
getDecorativeObjectin interfacenet.runelite.api.Tile
-
getIGameObjects
List<IGameObject> getIGameObjects() -
getIGroundItems
-
isObstructed
boolean isObstructed() -
isEmpty
boolean isEmpty() -
hasLineOfSightTo
-
pathTo
-
getTileObjects
List<ITileObject> getTileObjects() -
getBridge
ITile getBridge()- Specified by:
getBridgein interfacenet.runelite.api.Tile
-