Package net.storm.api.domain.items
Interface IBankInventoryItem
-
- All Superinterfaces:
Identifiable
,IItem
,Interactable
,Nameable
,RuneLiteWrapper<net.runelite.api.Item>
public interface IBankInventoryItem extends IItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deposit(int amount)
void
depositAll()
-
Methods inherited from interface net.storm.api.domain.Identifiable
getId
-
Methods inherited from interface net.storm.api.domain.items.IItem
getComposition, getNotedId, getQuantity, getSlot, getSubOptionIndex, getSubOptions, getWidget, hasSubOption, isMembers, isNoted, isPlaceholder, isStackable, isTradable, setWidget
-
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.RuneLiteWrapper
getWrapped
-
-