Package net.minecraft.block
Enum Class CopperGolemStatueBlock.Pose
- All Implemented Interfaces:
Serializable,Comparable<CopperGolemStatueBlock.Pose>,Constable,StringIdentifiable
- Enclosing class:
CopperGolemStatueBlock
public static enum CopperGolemStatueBlock.Pose
extends Enum<CopperGolemStatueBlock.Pose>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/block/CopperGolemStatueBlock$Poseintermediary net/minecraft/class_11583$class_11584official dyn$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<CopperGolemStatueBlock.Pose> private final Stringstatic final IntFunction<CopperGolemStatueBlock.Pose> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.getNext()static CopperGolemStatueBlock.PoseReturns the enum constant of this class with the specified name.static CopperGolemStatueBlock.Pose[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STANDING
- Mappings:
Namespace Name Mixin selector named STANDINGLnet/minecraft/block/CopperGolemStatueBlock$Pose;STANDING:Lnet/minecraft/block/CopperGolemStatueBlock$Pose;intermediary field_61414Lnet/minecraft/class_11583$class_11584;field_61414:Lnet/minecraft/class_11583$class_11584;official aLdyn$a;a:Ldyn$a;
-
SITTING
- Mappings:
Namespace Name Mixin selector named SITTINGLnet/minecraft/block/CopperGolemStatueBlock$Pose;SITTING:Lnet/minecraft/block/CopperGolemStatueBlock$Pose;intermediary field_61415Lnet/minecraft/class_11583$class_11584;field_61415:Lnet/minecraft/class_11583$class_11584;official bLdyn$a;b:Ldyn$a;
-
RUNNING
- Mappings:
Namespace Name Mixin selector named RUNNINGLnet/minecraft/block/CopperGolemStatueBlock$Pose;RUNNING:Lnet/minecraft/block/CopperGolemStatueBlock$Pose;intermediary field_61416Lnet/minecraft/class_11583$class_11584;field_61416:Lnet/minecraft/class_11583$class_11584;official cLdyn$a;c:Ldyn$a;
-
STAR
- Mappings:
Namespace Name Mixin selector named STARLnet/minecraft/block/CopperGolemStatueBlock$Pose;STAR:Lnet/minecraft/block/CopperGolemStatueBlock$Pose;intermediary field_61417Lnet/minecraft/class_11583$class_11584;field_61417:Lnet/minecraft/class_11583$class_11584;official dLdyn$a;d:Ldyn$a;
-
-
Field Details
-
INDEX_MAPPER
- Mappings:
Namespace Name Mixin selector named INDEX_MAPPERLnet/minecraft/block/CopperGolemStatueBlock$Pose;INDEX_MAPPER:Ljava/util/function/IntFunction;intermediary field_61418Lnet/minecraft/class_11583$class_11584;field_61418:Ljava/util/function/IntFunction;official eLdyn$a;e:Ljava/util/function/IntFunction;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/block/CopperGolemStatueBlock$Pose;CODEC:Lcom/mojang/serialization/Codec;intermediary field_61419Lnet/minecraft/class_11583$class_11584;field_61419:Lcom/mojang/serialization/Codec;official fLdyn$a;f:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/block/CopperGolemStatueBlock$Pose;id:Ljava/lang/String;intermediary field_61420Lnet/minecraft/class_11583$class_11584;field_61420:Ljava/lang/String;official gLdyn$a;g:Ljava/lang/String;
-
-
Constructor Details
-
Pose
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/CopperGolemStatueBlock$Pose;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_11583$class_11584;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Ldyn$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbhi;c()Ljava/lang/String;
-
getNext
- Mappings:
Namespace Name Mixin selector named getNextLnet/minecraft/block/CopperGolemStatueBlock$Pose;getNext()Lnet/minecraft/block/CopperGolemStatueBlock$Pose;intermediary method_72607Lnet/minecraft/class_11583$class_11584;method_72607()Lnet/minecraft/class_11583$class_11584;official aLdyn$a;a()Ldyn$a;
-