Package net.storm.api.domain.items
Interface IBankItem
-
- All Superinterfaces:
Identifiable
,IItem
,Interactable
,Nameable
,RuneLiteWrapper<net.runelite.api.Item>
public interface IBankItem extends IItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
withdraw(int amount)
void
withdrawAll()
-
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
-
-