public static enum ShulkerBoxBlockEntity.AnimationStage extends Enum<ShulkerBoxBlockEntity.AnimationStage>
Modifier and Type | Method and Description |
---|---|
static ShulkerBoxBlockEntity.AnimationStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShulkerBoxBlockEntity.AnimationStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShulkerBoxBlockEntity.AnimationStage CLOSED
public static final ShulkerBoxBlockEntity.AnimationStage OPENING
public static final ShulkerBoxBlockEntity.AnimationStage OPENED
public static final ShulkerBoxBlockEntity.AnimationStage CLOSING
public static ShulkerBoxBlockEntity.AnimationStage[] values()
for (ShulkerBoxBlockEntity.AnimationStage c : ShulkerBoxBlockEntity.AnimationStage.values()) System.out.println(c);
public static ShulkerBoxBlockEntity.AnimationStage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null