Enum Class ListType

java.lang.Object
java.lang.Enum<ListType>
fr.andross.banitem.utils.list.ListType
All Implemented Interfaces:
Serializable, Comparable<ListType>, Constable

public enum ListType extends Enum<ListType>
List of elements that can be listed
Version:
3.1
Author:
Andross
  • Enum Constant Details

    • ACTION

      public static final ListType ACTION
    • ACTIONDATA

      public static final ListType ACTIONDATA
    • ENCHANTMENT

      public static final ListType ENCHANTMENT
    • ENTITY

      public static final ListType ENTITY
    • GAMEMODE

      public static final ListType GAMEMODE
    • INVENTORY

      public static final ListType INVENTORY
    • ITEM

      public static final ListType ITEM
    • MATERIAL

      public static final ListType MATERIAL
    • METATYPE

      public static final ListType METATYPE
    • REGION

      public static final ListType REGION
    • WORLD

      public static final ListType WORLD
  • Method Details

    • values

      public static ListType[] 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 ListType 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