Package net.minecraft.block.entity
Enum Class ShulkerBoxBlockEntity.AnimationStage
java.lang.Object
java.lang.Enum<ShulkerBoxBlockEntity.AnimationStage>
net.minecraft.block.entity.ShulkerBoxBlockEntity.AnimationStage
- All Implemented Interfaces:
Serializable,Comparable<ShulkerBoxBlockEntity.AnimationStage>,Constable
- Enclosing class:
ShulkerBoxBlockEntity
public static enum ShulkerBoxBlockEntity.AnimationStage
extends Enum<ShulkerBoxBlockEntity.AnimationStage>
- Mappings:
Namespace Name intermediary net/minecraft/class_2627$class_2628official dar$anamed net/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ShulkerBoxBlockEntity.AnimationStage[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLOSED
- Mappings:
Namespace Name Mixin selector intermediary field_12065Lnet/minecraft/class_2627$class_2628;field_12065:Lnet/minecraft/class_2627$class_2628;official aLdar$a;a:Ldar$a;named CLOSEDLnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;CLOSED:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
-
OPENING
- Mappings:
Namespace Name Mixin selector intermediary field_12066Lnet/minecraft/class_2627$class_2628;field_12066:Lnet/minecraft/class_2627$class_2628;official bLdar$a;b:Ldar$a;named OPENINGLnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;OPENING:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
-
OPENED
- Mappings:
Namespace Name Mixin selector intermediary field_12063Lnet/minecraft/class_2627$class_2628;field_12063:Lnet/minecraft/class_2627$class_2628;official cLdar$a;c:Ldar$a;named OPENEDLnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;OPENED:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
-
CLOSING
- Mappings:
Namespace Name Mixin selector intermediary field_12064Lnet/minecraft/class_2627$class_2628;field_12064:Lnet/minecraft/class_2627$class_2628;official dLdar$a;d:Ldar$a;named CLOSINGLnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;CLOSING:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
-
-
Constructor Details
-
AnimationStage
private AnimationStage()
-
-
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
-