Package net.okocraft.box.api.model.item
Interface BoxItem
- All Known Subinterfaces:
BoxCustomItem
,BoxDefaultItem
public interface BoxItem
An interface of the item that can deposit or withdraw.
-
Method Summary
-
Method Details
-
getInternalId
int getInternalId()Gets the internal id of this item.- Returns:
- the internal id of this id
-
getPlainName
Gets the plain name of this item.- Returns:
- the plain name of this item
-
getOriginal
Gets the originalItemStack
.The item returned by this method must not be modified.
If you want to change it, you should use
getClonedItem()
.- Returns:
- the original
ItemStack
-
getClonedItem
Gets the clonedItemStack
.- Returns:
- the cloned
ItemStack
-
getDisplayName
Gets the display name of this item as aComponent
.- Returns:
- the display name of this item as a
Component
-