Package fr.andross.banitem.utils.list
Enum Class ListType
- All Implemented Interfaces:
Serializable
,Comparable<ListType>
,Constable
List of elements that can be listed.
- Version:
- 3.1
- Author:
- Andross
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresents a banned action.Represents additional information about an action (specificities).Represents a Minecraft enchantment.Represents a Minecraft entity.Represents a Minecraft game mode.Represents a Minecraft inventory type.Represents a Minecraft item.Represents a Minecraft item material.Represents a BanItem custom item meta.Represents a WorldGuard protected region.Represents a Minecraft world. -
Method Summary
-
Enum Constant Details
-
ACTION
Represents a banned action. -
ACTIONDATA
Represents additional information about an action (specificities). -
ENCHANTMENT
Represents a Minecraft enchantment. -
ENTITY
Represents a Minecraft entity. -
GAMEMODE
Represents a Minecraft game mode. -
INVENTORY
Represents a Minecraft inventory type. -
ITEM
Represents a Minecraft item. -
MATERIAL
Represents a Minecraft item material. -
METATYPE
Represents a BanItem custom item meta. -
REGION
Represents a WorldGuard protected region. -
WORLD
Represents a Minecraft world.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-