Enum Class HumanoidArm

java.lang.Object
java.lang.Enum<HumanoidArm>
net.minecraft.world.entity.HumanoidArm
All Implemented Interfaces:
Serializable, Comparable<HumanoidArm>, Constable, OptionEnum, StringRepresentable

public enum HumanoidArm extends Enum<HumanoidArm> implements OptionEnum, StringRepresentable
  • Enum Constant Details Link icon

  • Field Details Link icon

    • CODEC Link icon

      public static final com.mojang.serialization.Codec<HumanoidArm> CODEC
    • BY_ID Link icon

      public static final IntFunction<HumanoidArm> BY_ID
    • id Link icon

      private final int id
    • name Link icon

      private final String name
    • translationKey Link icon

      private final String translationKey
  • Constructor Details Link icon

    • HumanoidArm Link icon

      private HumanoidArm(int p_217028_, String p_217029_, String p_301052_)
  • Method Details Link icon

    • values Link icon

      public static HumanoidArm[] 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 Link icon

      public static HumanoidArm 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 Link icon

      public HumanoidArm getOpposite()
    • getId Link icon

      public int getId()
      Specified by:
      getId in interface OptionEnum
    • getKey Link icon

      public String getKey()
      Specified by:
      getKey in interface OptionEnum
    • getSerializedName Link icon

      public String getSerializedName()
      Specified by:
      getSerializedName in interface StringRepresentable