Class IconFlags

java.lang.Object
com.griefdefender.api.gui.IconFlags

public class IconFlags extends Object
  • Field Details

    • HIDE_ENCHANTS

      public static final IconFlag HIDE_ENCHANTS
      Controls whether to show enchants
    • HIDE_ATTRIBUTES

      public static final IconFlag HIDE_ATTRIBUTES
      Controls whether to show attributes
    • HIDE_UNBREAKABLE

      public static final IconFlag HIDE_UNBREAKABLE
      Controls whether to show the unbreakable state
    • HIDE_DESTROYS

      public static final IconFlag HIDE_DESTROYS
      Controls whether to show what can break or destroy
    • HIDE_PLACED_ON

      public static final IconFlag HIDE_PLACED_ON
      Controls whether to show what can be build or placed on
    • HIDE_POTION_EFFECTS

      public static final IconFlag HIDE_POTION_EFFECTS
      Controls whether to show potion effects
    • HIDE_DYE

      public static final IconFlag HIDE_DYE
      Controls whether to show dyes
  • Constructor Details

    • IconFlags

      public IconFlags()