Package net.storm.api.domain.tiles
Interface IGroundObject
-
- All Superinterfaces:
net.runelite.api.GroundObject
,Identifiable
,Interactable
,ITileObject
,Locatable
,Nameable
,RuneLiteWrapper<net.runelite.api.TileObject>
,SceneEntity
,TileEntity
,net.runelite.api.TileObject
,Transformable<net.runelite.api.ObjectComposition>
public interface IGroundObject extends net.runelite.api.GroundObject, ITileObject
-
-
Method Summary
-
Methods inherited from interface net.runelite.api.GroundObject
getConfig, getConvexHull, getRenderable
-
Methods inherited from interface net.storm.api.domain.Identifiable
getId
-
Methods inherited from interface net.storm.api.domain.Interactable
generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, generateMenu, getActionIndex, getActions, getClickPoint, hasAction, hasAction, hasAction, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, interact, isInteractable, isInteractable, isInteractable
-
Methods inherited from interface net.storm.api.domain.tiles.ITileObject
menuPoint, updateComposition
-
Methods inherited from interface net.storm.api.domain.Locatable
distanceTo, distanceTo, distanceTo2DHypotenuse, distanceToHypotenuse, getLocalLocation, getPlane, getWorldLocation, getWorldX, getWorldY
-
Methods inherited from interface net.storm.api.domain.RuneLiteWrapper
getWrapped
-
Methods inherited from interface net.storm.api.domain.tiles.TileEntity
getTile
-
Methods inherited from interface net.runelite.api.TileObject
getCanvasLocation, getCanvasLocation, getCanvasTextLocation, getCanvasTilePoly, getClickbox, getHash, getId, getLocalLocation, getMinimapLocation, getPlane, getWorldLocation, getWorldView, getX, getY, getZ
-
Methods inherited from interface net.storm.api.domain.Transformable
getActualId, getTransformedComposition
-
-