Enum Class Arm

java.lang.Object
java.lang.Enum<Arm>
net.minecraft.util.Arm
All Implemented Interfaces:
Serializable, Comparable<Arm>, Constable, class_7291

public enum Arm extends Enum<Arm> implements class_7291
Mappings:
Namespace Name
official ayv
intermediary net/minecraft/class_1306
named net/minecraft/util/Arm
  • Enum Constant Details

    • LEFT

      public static final Arm LEFT
      Mappings:
      Namespace Name Mixin selector
      official a Layv;a:Layv;
      intermediary field_6182 Lnet/minecraft/class_1306;field_6182:Lnet/minecraft/class_1306;
      named LEFT Lnet/minecraft/util/Arm;LEFT:Lnet/minecraft/util/Arm;
  • Field Details

    • field_38385

      private final int field_38385
      Mappings:
      Namespace Name Mixin selector
      official c Layv;c:I
      intermediary field_38385 Lnet/minecraft/class_1306;field_38385:I
      named field_38385 Lnet/minecraft/util/Arm;field_38385:I
    • optionName

      private final String optionName
      Mappings:
      Namespace Name Mixin selector
      official d Layv;d:Ljava/lang/String;
      intermediary field_6181 Lnet/minecraft/class_1306;field_6181:Ljava/lang/String;
      named optionName Lnet/minecraft/util/Arm;optionName:Ljava/lang/String;
  • Constructor Details

    • Arm

      private Arm(int int2, String string)
  • Method Details

    • values

      public static Arm[] 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 Arm 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
    • getOpposite

      public Arm getOpposite()
      Mappings:
      Namespace Name Mixin selector
      official d Layv;d()Layv;
      intermediary method_5928 Lnet/minecraft/class_1306;method_5928()Lnet/minecraft/class_1306;
      named getOpposite Lnet/minecraft/util/Arm;getOpposite()Lnet/minecraft/util/Arm;
    • getId

      public int getId()
      Specified by:
      getId in interface class_7291
      Mappings:
      Namespace Name Mixin selector
      official a Lakd;a()I
      intermediary method_7362 Lnet/minecraft/class_7291;method_7362()I
      named getId Lnet/minecraft/class_7291;getId()I
    • getTranslationKey

      public String getTranslationKey()
      Specified by:
      getTranslationKey in interface class_7291
      Mappings:
      Namespace Name Mixin selector
      official b Lakd;b()Ljava/lang/String;
      intermediary method_7359 Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;
      named getTranslationKey Lnet/minecraft/class_7291;getTranslationKey()Ljava/lang/String;