Package net.minecraft.block.entity
Enum ShulkerBoxBlockEntity.AnimationStage
java.lang.Object
java.lang.Enum<ShulkerBoxBlockEntity.AnimationStage>
net.minecraft.block.entity.ShulkerBoxBlockEntity.AnimationStage
- All Implemented Interfaces:
Serializable,Comparable<ShulkerBoxBlockEntity.AnimationStage>,java.lang.constant.Constable
- Enclosing class:
- ShulkerBoxBlockEntity
public static enum ShulkerBoxBlockEntity.AnimationStage extends Enum<ShulkerBoxBlockEntity.AnimationStage>
- Mappings:
Namespace Name official cgq$aintermediary net/minecraft/class_2627$class_2628named 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
-
Constructor Summary
Constructors Modifier Constructor Description privateAnimationStage() -
Method Summary
Modifier and Type Method Description static ShulkerBoxBlockEntity.AnimationStagevalueOf(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.
-
Enum Constant Details
-
CLOSED
- Mappings:
Namespace Name Mixin selector official aLcgq$a;a:Lcgq$a;intermediary field_12065Lnet/minecraft/class_2627$class_2628;field_12065:Lnet/minecraft/class_2627$class_2628;named CLOSEDLnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;CLOSED:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
-
OPENING
- Mappings:
Namespace Name Mixin selector official bLcgq$a;b:Lcgq$a;intermediary field_12066Lnet/minecraft/class_2627$class_2628;field_12066:Lnet/minecraft/class_2627$class_2628;named OPENINGLnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;OPENING:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
-
OPENED
- Mappings:
Namespace Name Mixin selector official cLcgq$a;c:Lcgq$a;intermediary field_12063Lnet/minecraft/class_2627$class_2628;field_12063:Lnet/minecraft/class_2627$class_2628;named OPENEDLnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;OPENED:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
-
CLOSING
- Mappings:
Namespace Name Mixin selector official dLcgq$a;d:Lcgq$a;intermediary field_12064Lnet/minecraft/class_2627$class_2628;field_12064:Lnet/minecraft/class_2627$class_2628;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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-