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