Enum Class CopperGolemStatueBlock.Pose

java.lang.Object
java.lang.Enum<CopperGolemStatueBlock.Pose>
net.minecraft.block.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$Pose
intermediary net/minecraft/class_11583$class_11584
official dwm$a
  • Enum Constant Details

    • STANDING

      public static final CopperGolemStatueBlock.Pose STANDING
      Mappings:
      Namespace Name Mixin selector
      named STANDING Lnet/minecraft/block/CopperGolemStatueBlock$Pose;STANDING:Lnet/minecraft/block/CopperGolemStatueBlock$Pose;
      intermediary field_61414 Lnet/minecraft/class_11583$class_11584;field_61414:Lnet/minecraft/class_11583$class_11584;
      official a Ldwm$a;a:Ldwm$a;
    • SITTING

      public static final CopperGolemStatueBlock.Pose SITTING
      Mappings:
      Namespace Name Mixin selector
      named SITTING Lnet/minecraft/block/CopperGolemStatueBlock$Pose;SITTING:Lnet/minecraft/block/CopperGolemStatueBlock$Pose;
      intermediary field_61415 Lnet/minecraft/class_11583$class_11584;field_61415:Lnet/minecraft/class_11583$class_11584;
      official b Ldwm$a;b:Ldwm$a;
    • RUNNING

      public static final CopperGolemStatueBlock.Pose RUNNING
      Mappings:
      Namespace Name Mixin selector
      named RUNNING Lnet/minecraft/block/CopperGolemStatueBlock$Pose;RUNNING:Lnet/minecraft/block/CopperGolemStatueBlock$Pose;
      intermediary field_61416 Lnet/minecraft/class_11583$class_11584;field_61416:Lnet/minecraft/class_11583$class_11584;
      official c Ldwm$a;c:Ldwm$a;
    • STAR

      public static final CopperGolemStatueBlock.Pose STAR
      Mappings:
      Namespace Name Mixin selector
      named STAR Lnet/minecraft/block/CopperGolemStatueBlock$Pose;STAR:Lnet/minecraft/block/CopperGolemStatueBlock$Pose;
      intermediary field_61417 Lnet/minecraft/class_11583$class_11584;field_61417:Lnet/minecraft/class_11583$class_11584;
      official d Ldwm$a;d:Ldwm$a;
  • Field Details

    • INDEX_MAPPER

      public static final IntFunction<CopperGolemStatueBlock.Pose> INDEX_MAPPER
      Mappings:
      Namespace Name Mixin selector
      named INDEX_MAPPER Lnet/minecraft/block/CopperGolemStatueBlock$Pose;INDEX_MAPPER:Ljava/util/function/IntFunction;
      intermediary field_61418 Lnet/minecraft/class_11583$class_11584;field_61418:Ljava/util/function/IntFunction;
      official e Ldwm$a;e:Ljava/util/function/IntFunction;
    • CODEC

      public static final com.mojang.serialization.Codec<CopperGolemStatueBlock.Pose> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/block/CopperGolemStatueBlock$Pose;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_61419 Lnet/minecraft/class_11583$class_11584;field_61419:Lcom/mojang/serialization/Codec;
      official f Ldwm$a;f:Lcom/mojang/serialization/Codec;
    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/block/CopperGolemStatueBlock$Pose;id:Ljava/lang/String;
      intermediary field_61420 Lnet/minecraft/class_11583$class_11584;field_61420:Ljava/lang/String;
      official g Ldwm$a;g:Ljava/lang/String;
  • Constructor Details

    • Pose

      private Pose(String id)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/CopperGolemStatueBlock$Pose;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_11583$class_11584;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Ldwm$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static CopperGolemStatueBlock.Pose[] 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

      public static CopperGolemStatueBlock.Pose valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbgg;c()Ljava/lang/String;
    • getNext

      public CopperGolemStatueBlock.Pose getNext()
      Mappings:
      Namespace Name Mixin selector
      named getNext Lnet/minecraft/block/CopperGolemStatueBlock$Pose;getNext()Lnet/minecraft/block/CopperGolemStatueBlock$Pose;
      intermediary method_72607 Lnet/minecraft/class_11583$class_11584;method_72607()Lnet/minecraft/class_11583$class_11584;
      official a Ldwm$a;a()Ldwm$a;