Package ch.njol.skript.aliases
Class ItemFlags
java.lang.Object
ch.njol.skript.aliases.ItemFlags
Contains bit mask flags for some item properties.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intDurability of item changed.static final intChanged tags other than durability.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CHANGED_DURABILITYpublic static final int CHANGED_DURABILITYDurability of item changed.- See Also:
 
- 
CHANGED_TAGSpublic static final int CHANGED_TAGSChanged tags other than durability.- See Also:
 
 
- 
- 
Constructor Details- 
ItemFlagspublic ItemFlags()
 
-