Enum Class PlayerModelPart

java.lang.Object
java.lang.Enum<PlayerModelPart>
net.minecraft.client.render.entity.PlayerModelPart
All Implemented Interfaces:
Serializable, Comparable<PlayerModelPart>, Constable

public enum PlayerModelPart extends Enum<PlayerModelPart>
Mappings:
Namespace Name
official bwq
intermediary net/minecraft/class_1664
named net/minecraft/client/render/entity/PlayerModelPart
  • Enum Constant Details

    • CAPE

      public static final PlayerModelPart CAPE
      Mappings:
      Namespace Name Mixin selector
      official a Lbwq;a:Lbwq;
      intermediary field_7559 Lnet/minecraft/class_1664;field_7559:Lnet/minecraft/class_1664;
      named CAPE Lnet/minecraft/client/render/entity/PlayerModelPart;CAPE:Lnet/minecraft/client/render/entity/PlayerModelPart;
    • JACKET

      public static final PlayerModelPart JACKET
      Mappings:
      Namespace Name Mixin selector
      official b Lbwq;b:Lbwq;
      intermediary field_7564 Lnet/minecraft/class_1664;field_7564:Lnet/minecraft/class_1664;
      named JACKET Lnet/minecraft/client/render/entity/PlayerModelPart;JACKET:Lnet/minecraft/client/render/entity/PlayerModelPart;
    • LEFT_SLEEVE

      public static final PlayerModelPart LEFT_SLEEVE
      Mappings:
      Namespace Name Mixin selector
      official c Lbwq;c:Lbwq;
      intermediary field_7568 Lnet/minecraft/class_1664;field_7568:Lnet/minecraft/class_1664;
      named LEFT_SLEEVE Lnet/minecraft/client/render/entity/PlayerModelPart;LEFT_SLEEVE:Lnet/minecraft/client/render/entity/PlayerModelPart;
    • RIGHT_SLEEVE

      public static final PlayerModelPart RIGHT_SLEEVE
      Mappings:
      Namespace Name Mixin selector
      official d Lbwq;d:Lbwq;
      intermediary field_7570 Lnet/minecraft/class_1664;field_7570:Lnet/minecraft/class_1664;
      named RIGHT_SLEEVE Lnet/minecraft/client/render/entity/PlayerModelPart;RIGHT_SLEEVE:Lnet/minecraft/client/render/entity/PlayerModelPart;
    • LEFT_PANTS_LEG

      public static final PlayerModelPart LEFT_PANTS_LEG
      Mappings:
      Namespace Name Mixin selector
      official e Lbwq;e:Lbwq;
      intermediary field_7566 Lnet/minecraft/class_1664;field_7566:Lnet/minecraft/class_1664;
      named LEFT_PANTS_LEG Lnet/minecraft/client/render/entity/PlayerModelPart;LEFT_PANTS_LEG:Lnet/minecraft/client/render/entity/PlayerModelPart;
    • RIGHT_PANTS_LEG

      public static final PlayerModelPart RIGHT_PANTS_LEG
      Mappings:
      Namespace Name Mixin selector
      official f Lbwq;f:Lbwq;
      intermediary field_7565 Lnet/minecraft/class_1664;field_7565:Lnet/minecraft/class_1664;
      named RIGHT_PANTS_LEG Lnet/minecraft/client/render/entity/PlayerModelPart;RIGHT_PANTS_LEG:Lnet/minecraft/client/render/entity/PlayerModelPart;
    • HAT

      public static final PlayerModelPart HAT
      Mappings:
      Namespace Name Mixin selector
      official g Lbwq;g:Lbwq;
      intermediary field_7563 Lnet/minecraft/class_1664;field_7563:Lnet/minecraft/class_1664;
      named HAT Lnet/minecraft/client/render/entity/PlayerModelPart;HAT:Lnet/minecraft/client/render/entity/PlayerModelPart;
  • Field Details

    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official h Lbwq;h:I
      intermediary field_7561 Lnet/minecraft/class_1664;field_7561:I
      named id Lnet/minecraft/client/render/entity/PlayerModelPart;id:I
    • bitFlag

      private final int bitFlag
      Mappings:
      Namespace Name Mixin selector
      official i Lbwq;i:I
      intermediary field_7560 Lnet/minecraft/class_1664;field_7560:I
      named bitFlag Lnet/minecraft/client/render/entity/PlayerModelPart;bitFlag:I
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official j Lbwq;j:Ljava/lang/String;
      intermediary field_7569 Lnet/minecraft/class_1664;field_7569:Ljava/lang/String;
      named name Lnet/minecraft/client/render/entity/PlayerModelPart;name:Ljava/lang/String;
    • optionName

      private final Text optionName
      Mappings:
      Namespace Name Mixin selector
      official k Lbwq;k:Lss;
      intermediary field_7567 Lnet/minecraft/class_1664;field_7567:Lnet/minecraft/class_2561;
      named optionName Lnet/minecraft/client/render/entity/PlayerModelPart;optionName:Lnet/minecraft/text/Text;
  • Constructor Details

    • PlayerModelPart

      private PlayerModelPart(int id, String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbwq;<init>(Ljava/lang/String;IILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_1664;<init>(Ljava/lang/String;IILjava/lang/String;)V
      named <init> Lnet/minecraft/client/render/entity/PlayerModelPart;<init>(Ljava/lang/String;IILjava/lang/String;)V
  • Method Details

    • values

      public static PlayerModelPart[] 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 PlayerModelPart 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
    • getBitFlag

      public int getBitFlag()
      Mappings:
      Namespace Name Mixin selector
      official a Lbwq;a()I
      intermediary method_7430 Lnet/minecraft/class_1664;method_7430()I
      named getBitFlag Lnet/minecraft/client/render/entity/PlayerModelPart;getBitFlag()I
    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      official b Lbwq;b()I
      intermediary method_35206 Lnet/minecraft/class_1664;method_35206()I
      named getId Lnet/minecraft/client/render/entity/PlayerModelPart;getId()I
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official c Lbwq;c()Ljava/lang/String;
      intermediary method_7429 Lnet/minecraft/class_1664;method_7429()Ljava/lang/String;
      named getName Lnet/minecraft/client/render/entity/PlayerModelPart;getName()Ljava/lang/String;
    • getOptionName

      public Text getOptionName()
      Mappings:
      Namespace Name Mixin selector
      official d Lbwq;d()Lss;
      intermediary method_7428 Lnet/minecraft/class_1664;method_7428()Lnet/minecraft/class_2561;
      named getOptionName Lnet/minecraft/client/render/entity/PlayerModelPart;getOptionName()Lnet/minecraft/text/Text;