Enum Class PDCTag

java.lang.Object
java.lang.Enum<PDCTag>
simplexity.villagerinfo.util.PDCTag
All Implemented Interfaces:
Serializable, Comparable<PDCTag>, Constable

public enum PDCTag extends Enum<PDCTag>
  • Enum Constant Details

    • VILLAGER_WORKSTATION_CURRENTLY_HIGHLIGHTED

      public static final PDCTag VILLAGER_WORKSTATION_CURRENTLY_HIGHLIGHTED
    • PLAYER_TOGGLE_OUTPUT_ENABLED

      public static final PDCTag PLAYER_TOGGLE_OUTPUT_ENABLED
    • PLAYER_TOGGLE_HIGHLIGHT_ENABLED

      public static final PDCTag PLAYER_TOGGLE_HIGHLIGHT_ENABLED
    • PLAYER_TOGGLE_SOUND_ENABLED

      public static final PDCTag PLAYER_TOGGLE_SOUND_ENABLED
    • BLOCK_DISPLAY_IS_FROM_VILLAGER_INFO

      public static final PDCTag BLOCK_DISPLAY_IS_FROM_VILLAGER_INFO
  • Method Details

    • values

      public static PDCTag[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PDCTag valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getPdcTag

      public org.bukkit.NamespacedKey getPdcTag()