Package ch.njol.skript.aliases
Class ItemFlags
java.lang.Object
ch.njol.skript.aliases.ItemFlags
Contains bit mask flags for some item properties.
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
Durability of item changed.static int
Changed tags other than durability. -
Constructor Summary
-
Method Summary
-
Field Details
-
CHANGED_DURABILITY
public static final int CHANGED_DURABILITYDurability of item changed.- See Also:
- Constant Field Values
-
CHANGED_TAGS
public static final int CHANGED_TAGSChanged tags other than durability.- See Also:
- Constant Field Values
-
-
Constructor Details
-
ItemFlags
public ItemFlags()
-