Package com.griefdefender.api.gui
Class IconFlags
java.lang.Object
com.griefdefender.api.gui.IconFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IconFlagControls whether to show attributesstatic final IconFlagControls whether to show what can break or destroystatic final IconFlagControls whether to show dyesstatic final IconFlagControls whether to show enchantsstatic final IconFlagControls whether to show what can be build or placed onstatic final IconFlagControls whether to show potion effectsstatic final IconFlagControls whether to show the unbreakable state -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HIDE_ENCHANTS
Controls whether to show enchants -
HIDE_ATTRIBUTES
Controls whether to show attributes -
HIDE_UNBREAKABLE
Controls whether to show the unbreakable state -
HIDE_DESTROYS
Controls whether to show what can break or destroy -
HIDE_PLACED_ON
Controls whether to show what can be build or placed on -
HIDE_POTION_EFFECTS
Controls whether to show potion effects -
HIDE_DYE
Controls whether to show dyes
-
-
Constructor Details
-
IconFlags
public IconFlags()
-