JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
TIPPED_ARROW_EMIT_PARTICLES
public static final EntityEvent TIPPED_ARROW_EMIT_PARTICLES
RABBIT_JUMP_OR_MINECART_SPAWNER_DELAY_RESET
public static final EntityEvent RABBIT_JUMP_OR_MINECART_SPAWNER_DELAY_RESET
TAMEABLE_TAMING_SUCCEEDED
public static final EntityEvent TAMEABLE_TAMING_SUCCEEDED
PLAYER_FINISH_USING_ITEM
public static final EntityEvent PLAYER_FINISH_USING_ITEM
SHEEP_GRAZE_OR_TNT_CART_EXPLODE
public static final EntityEvent SHEEP_GRAZE_OR_TNT_CART_EXPLODE
PLAYER_ENABLE_REDUCED_DEBUG
public static final EntityEvent PLAYER_ENABLE_REDUCED_DEBUG
PLAYER_DISABLE_REDUCED_DEBUG
public static final EntityEvent PLAYER_DISABLE_REDUCED_DEBUG
PLAYER_OP_PERMISSION_LEVEL_0
public static final EntityEvent PLAYER_OP_PERMISSION_LEVEL_0
PLAYER_OP_PERMISSION_LEVEL_1
public static final EntityEvent PLAYER_OP_PERMISSION_LEVEL_1
PLAYER_OP_PERMISSION_LEVEL_2
public static final EntityEvent PLAYER_OP_PERMISSION_LEVEL_2
PLAYER_OP_PERMISSION_LEVEL_3
public static final EntityEvent PLAYER_OP_PERMISSION_LEVEL_3
PLAYER_OP_PERMISSION_LEVEL_4
public static final EntityEvent PLAYER_OP_PERMISSION_LEVEL_4
FISHING_HOOK_PULL_PLAYER
public static final EntityEvent FISHING_HOOK_PULL_PLAYER
TOTEM_OF_UNDYING_MAKE_SOUND
public static final EntityEvent TOTEM_OF_UNDYING_MAKE_SOUND
OCELOT_TAMING_SUCCEEDED
public static final EntityEvent OCELOT_TAMING_SUCCEEDED
LIVING_HURT_SWEET_BERRY_BUSH
public static final EntityEvent LIVING_HURT_SWEET_BERRY_BUSH
LIVING_EQUIPMENT_BREAK_MAIN_HAND
public static final EntityEvent LIVING_EQUIPMENT_BREAK_MAIN_HAND
LIVING_EQUIPMENT_BREAK_OFF_HAND
public static final EntityEvent LIVING_EQUIPMENT_BREAK_OFF_HAND
LIVING_EQUIPMENT_BREAK_HEAD
public static final EntityEvent LIVING_EQUIPMENT_BREAK_HEAD
LIVING_EQUIPMENT_BREAK_CHEST
public static final EntityEvent LIVING_EQUIPMENT_BREAK_CHEST
LIVING_EQUIPMENT_BREAK_LEGS
public static final EntityEvent LIVING_EQUIPMENT_BREAK_LEGS
LIVING_EQUIPMENT_BREAK_FEET
public static final EntityEvent LIVING_EQUIPMENT_BREAK_FEET
GOAT_STOP_LOWERING_HEAD
public static final EntityEvent GOAT_STOP_LOWERING_HEAD
LIVING_EQUIPMENT_BREAK_BODY
public static final EntityEvent LIVING_EQUIPMENT_BREAK_BODY
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 name
NullPointerException - if the argument is null