Module moe.maple.script.api
Interface InventorySlotObject<T>
- All Superinterfaces:
ItemObject<T>,ScriptObject<T>
public interface InventorySlotObject<T> extends ItemObject<T>
-
Method Summary
Modifier and Type Method Description shortgetPosition()This item's position in the inventory.Methods inherited from interface moe.maple.api.script.model.object.user.ItemObject
getId, isWeddingRing
-
Method Details
-
getPosition
short getPosition()This item's position in the inventory.
-