- All Superinterfaces:
ScriptObject<T>
- All Known Subinterfaces:
InventorySlotObject<T>
public interface ItemObject<T> extends ScriptObject<T>
-
Method Summary
Modifier and Type Method Description intgetId()default booleanisWeddingRing()You will need to override these depending on version or custom edits.
-
Method Details
-
getId
int getId() -
isWeddingRing
default boolean isWeddingRing()You will need to override these depending on version or custom edits. These are just meant to be helpful for basic scripts.
-