Enum Class TagRegistry

java.lang.Object
java.lang.Enum<TagRegistry>
be.seeseemelk.mockbukkit.tags.TagRegistry
All Implemented Interfaces:
Serializable, Comparable<TagRegistry>, Constable

public enum TagRegistry extends Enum<TagRegistry>
An enum for all the different Material Tag registries.
  • Enum Constant Details

    • BLOCKS

      public static final TagRegistry BLOCKS
      The blocks registry
    • ITEMS

      public static final TagRegistry ITEMS
      The items registry
  • Method Details

    • values

      public static TagRegistry[] 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 TagRegistry 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
    • getRegistry

      @NotNull public final @NotNull String getRegistry()
    • getTags

      @NotNull public final @NotNull Map<org.bukkit.NamespacedKey,TagWrapperMock> getTags()
    • isEmpty

      public boolean isEmpty()