Package net.storm.api.domain.tiles
Interface ITileItem
-
- All Superinterfaces:
Identifiable
,Interactable
,Locatable
,Nameable
,net.runelite.api.Node
,net.runelite.api.Renderable
,RuneLiteWrapper<net.runelite.api.TileItem>
,SceneEntity
,TileEntity
,net.runelite.api.TileItem
public interface ITileItem extends net.runelite.api.TileItem, TileEntity, RuneLiteWrapper<net.runelite.api.TileItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description boolean
canPick()
net.runelite.api.ItemComposition
getComposition()
int
getHaPrice()
java.lang.String[]
getInventoryActions()
default boolean
hasInventoryAction(java.lang.String action)
default java.util.List<java.lang.String>
inventoryActions()
boolean
isMembers()
boolean
isNoted()
boolean
isStackable()
boolean
isTradable()
void
pickup()
-
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.Locatable
distanceTo, distanceTo, distanceTo2DHypotenuse, distanceToHypotenuse, getLocalLocation, getPlane, getWorldLocation, getWorldX, getWorldY
-
Methods inherited from interface net.runelite.api.Renderable
getModel, getModelHeight, setModelHeight
-
Methods inherited from interface net.storm.api.domain.RuneLiteWrapper
getWrapped
-
Methods inherited from interface net.storm.api.domain.tiles.TileEntity
getTile
-
-
-
-
Method Detail
-
canPick
boolean canPick()
-
isTradable
boolean isTradable()
-
isStackable
boolean isStackable()
-
isNoted
boolean isNoted()
-
isMembers
boolean isMembers()
-
getInventoryActions
java.lang.String[] getInventoryActions()
-
inventoryActions
default java.util.List<java.lang.String> inventoryActions()
-
hasInventoryAction
default boolean hasInventoryAction(java.lang.String action)
-
pickup
void pickup()
-
getComposition
net.runelite.api.ItemComposition getComposition()
-
getHaPrice
int getHaPrice()
-
-