Class EntityModelPartNames

java.lang.Object
net.minecraft.client.render.entity.model.EntityModelPartNames

@Environment(CLIENT) public class EntityModelPartNames extends Object
Contains common model part names used in entity models.
Mappings:
Namespace Name
official eyi
intermediary net/minecraft/class_6230
named net/minecraft/client/render/entity/model/EntityModelPartNames
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The key of an arms model part, whose value is "arms".
    static final String
    The key of a back fin model part, whose value is "back_fin".
    static final String
    The key of a beak model part, whose value is "beak".
    static final String
    The key of a body model part, whose value is "body".
    static final String
    The key of a bone model part, whose value is "bone".
    static final String
    The key of a bottom fin model part, whose value is "bottom_fin".
    static final String
    The key of a croaking body model part, whose value is "croaking_body".
    static final String
    The key of a cube model part, whose value is "cube".
    static final String
    The key of an eyes model part, whose value is "eyes".
    static final String
    The key of a hat model part, whose value is "hat".
    static final String
    The key of a hat rim model part, whose value is "hat_rim".
    static final String
    The key of a head model part, whose value is "head".
    static final String
    The key of a jacket model part, whose value is "jacket".
    static final String
    The key of a jaw model part, whose value is "jaw".
    static final String
    The key of a left arm model part, whose value is "left_arm".
    static final String
    The key of a left blue fin model part, whose value is "left_blue_fin".
    static final String
    The key of a left chest model part, whose value is "left_chest".
    static final String
    The key of a left ear model part, whose value is "left_ear".
    static final String
    The key of a left eye model part, whose value is "left_eye".
    static final String
    The key of a left fin model part, whose value is "left_fin".
    static final String
    The key of a left foot model part, whose value is "left_foot".
    static final String
    The key of a left front foot model part, whose value is "left_front_foot".
    static final String
    The key of a left front leg model part, whose value is "left_front_leg".
    static final String
    The key of a left front leg tip model part, whose value is "left_front_leg_tip".
    static final String
    The key of a left gills model part, whose value is "left_gills".
    static final String
    The key of a left hand model part, whose value is "left_hand".
    static final String
    The key of a left hind foot model part, whose value is "left_hind_foot".
    static final String
    The key of a left hind leg model part, whose value is "left_hind_leg".
    static final String
    The key of a left hind leg tip model part, whose value is "left_hind_leg_tip".
    static final String
    The key of a left horn model part, whose value is "left_horn".
    static final String
    The key of a left leg model part, whose value is "left_leg".
    static final String
    The key of a left lid model part, whose value is "left_lid".
    static final String
    The key of a left ribcage model part, whose value is "left_ribcage".
    static final String
    The key of a left tendril model part, whose value is "left_tendril".
    static final String
    The key of a left wing model part, whose value is "left_wing".
    static final String
    The key of a left wing base model part, whose value is "left_wing_base".
    static final String
    The key of a left wing tip model part, whose value is "left_wing_tip".
    static final String
    The key of a mane model part, whose value is "mane".
    static final String
    The key of a mouth model part, whose value is "mouth".
    static final String
    The key of a neck model part, whose value is "neck".
    static final String
    The key of a nose model part, whose value is "nose".
    static final String
    The key of a right arm model part, whose value is "right_arm".
    static final String
    The key of a right blue fin model part, whose value is "right_blue_fin".
    static final String
    The key of a right chest model part, whose value is "right_chest".
    static final String
    The key of a right ear model part, whose value is "right_ear".
    static final String
    The key of a right eye model part, whose value is "right_eye".
    static final String
    The key of a right fin model part, whose value is "right_fin".
    static final String
    The key of a right foot model part, whose value is "right_foot".
    static final String
    The key of a right front foot model part, whose value is "right_front_foot".
    static final String
    The key of a right front leg model part, whose value is "right_front_leg".
    static final String
    The key of a right front leg tip model part, whose value is "right_front_leg_tip".
    static final String
    The key of a right gills model part, whose value is "right_gills".
    static final String
    The key of a right hand model part, whose value is "right_hand".
    static final String
    The key of a right hind foot model part, whose value is "right_hind_foot".
    static final String
    The key of a right hind leg model part, whose value is "right_hind_leg".
    static final String
    The key of a right hind leg tip model part, whose value is "right_hind_leg_tip".
    static final String
    The key of a right horn model part, whose value is "right_horn".
    static final String
    The key of a right leg model part, whose value is "right_leg".
    static final String
    The key of a right lid model part, whose value is "right_lid".
    static final String
    The key of a right ribcage model part, whose value is "right_ribcage".
    static final String
    The key of a right tendril model part, whose value is "right_tendril".
    static final String
    The key of a right wing model part, whose value is "right_wing".
    static final String
    The key of a right wing base model part, whose value is "right_wing_base".
    static final String
    The key of a right wing tip model part, whose value is "right_wing_tip".
    static final String
    The key of a root model part, whose value is "root".
    static final String
    The key of a tail model part, whose value is "tail".
    static final String
    The key of a tail fin model part, whose value is "tail_fin".
    static final String
    The key of a tongue model part, whose value is "tongue".
    static final String
    The key of a tongue rl model part, whose value is "tongue_r1".
    static final String
    The key of a top fin model part, whose value is "top_fin".
    static final String
    The key of a top gills model part, whose value is "top_gills".
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LEFT_FIN

      public static final String LEFT_FIN
      The key of a left fin model part, whose value is "left_fin".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Leyi;a:Ljava/lang/String;
      intermediary field_32609 Lnet/minecraft/class_6230;field_32609:Ljava/lang/String;
      named LEFT_FIN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_FIN:Ljava/lang/String;
    • RIGHT_FIN

      public static final String RIGHT_FIN
      The key of a right fin model part, whose value is "right_fin".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Leyi;b:Ljava/lang/String;
      intermediary field_32615 Lnet/minecraft/class_6230;field_32615:Ljava/lang/String;
      named RIGHT_FIN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_FIN:Ljava/lang/String;
    • TOP_FIN

      public static final String TOP_FIN
      The key of a top fin model part, whose value is "top_fin".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Leyi;c:Ljava/lang/String;
      intermediary field_32616 Lnet/minecraft/class_6230;field_32616:Ljava/lang/String;
      named TOP_FIN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;TOP_FIN:Ljava/lang/String;
    • BOTTOM_FIN

      public static final String BOTTOM_FIN
      The key of a bottom fin model part, whose value is "bottom_fin".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Leyi;d:Ljava/lang/String;
      intermediary field_32617 Lnet/minecraft/class_6230;field_32617:Ljava/lang/String;
      named BOTTOM_FIN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;BOTTOM_FIN:Ljava/lang/String;
    • TAIL_FIN

      public static final String TAIL_FIN
      The key of a tail fin model part, whose value is "tail_fin".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Leyi;e:Ljava/lang/String;
      intermediary field_32618 Lnet/minecraft/class_6230;field_32618:Ljava/lang/String;
      named TAIL_FIN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;TAIL_FIN:Ljava/lang/String;
    • LEFT_BLUE_FIN

      public static final String LEFT_BLUE_FIN
      The key of a left blue fin model part, whose value is "left_blue_fin".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official f Leyi;f:Ljava/lang/String;
      intermediary field_32619 Lnet/minecraft/class_6230;field_32619:Ljava/lang/String;
      named LEFT_BLUE_FIN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_BLUE_FIN:Ljava/lang/String;
    • RIGHT_BLUE_FIN

      public static final String RIGHT_BLUE_FIN
      The key of a right blue fin model part, whose value is "right_blue_fin".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official g Leyi;g:Ljava/lang/String;
      intermediary field_32620 Lnet/minecraft/class_6230;field_32620:Ljava/lang/String;
      named RIGHT_BLUE_FIN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_BLUE_FIN:Ljava/lang/String;
    • LEFT_ARM

      public static final String LEFT_ARM
      The key of a left arm model part, whose value is "left_arm".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official h Leyi;h:Ljava/lang/String;
      intermediary field_32621 Lnet/minecraft/class_6230;field_32621:Ljava/lang/String;
      named LEFT_ARM Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_ARM:Ljava/lang/String;
    • RIGHT_ARM

      public static final String RIGHT_ARM
      The key of a right arm model part, whose value is "right_arm".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official i Leyi;i:Ljava/lang/String;
      intermediary field_32622 Lnet/minecraft/class_6230;field_32622:Ljava/lang/String;
      named RIGHT_ARM Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_ARM:Ljava/lang/String;
    • LEFT_WING

      public static final String LEFT_WING
      The key of a left wing model part, whose value is "left_wing".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official j Leyi;j:Ljava/lang/String;
      intermediary field_32623 Lnet/minecraft/class_6230;field_32623:Ljava/lang/String;
      named LEFT_WING Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_WING:Ljava/lang/String;
    • RIGHT_WING

      public static final String RIGHT_WING
      The key of a right wing model part, whose value is "right_wing".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official k Leyi;k:Ljava/lang/String;
      intermediary field_32624 Lnet/minecraft/class_6230;field_32624:Ljava/lang/String;
      named RIGHT_WING Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_WING:Ljava/lang/String;
    • LEFT_WING_BASE

      public static final String LEFT_WING_BASE
      The key of a left wing base model part, whose value is "left_wing_base".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official l Leyi;l:Ljava/lang/String;
      intermediary field_32625 Lnet/minecraft/class_6230;field_32625:Ljava/lang/String;
      named LEFT_WING_BASE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_WING_BASE:Ljava/lang/String;
    • RIGHT_WING_BASE

      public static final String RIGHT_WING_BASE
      The key of a right wing base model part, whose value is "right_wing_base".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official m Leyi;m:Ljava/lang/String;
      intermediary field_32626 Lnet/minecraft/class_6230;field_32626:Ljava/lang/String;
      named RIGHT_WING_BASE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_WING_BASE:Ljava/lang/String;
    • LEFT_WING_TIP

      public static final String LEFT_WING_TIP
      The key of a left wing tip model part, whose value is "left_wing_tip".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official n Leyi;n:Ljava/lang/String;
      intermediary field_32627 Lnet/minecraft/class_6230;field_32627:Ljava/lang/String;
      named LEFT_WING_TIP Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_WING_TIP:Ljava/lang/String;
    • RIGHT_WING_TIP

      public static final String RIGHT_WING_TIP
      The key of a right wing tip model part, whose value is "right_wing_tip".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official o Leyi;o:Ljava/lang/String;
      intermediary field_32628 Lnet/minecraft/class_6230;field_32628:Ljava/lang/String;
      named RIGHT_WING_TIP Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_WING_TIP:Ljava/lang/String;
    • LEFT_EAR

      public static final String LEFT_EAR
      The key of a left ear model part, whose value is "left_ear".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official p Leyi;p:Ljava/lang/String;
      intermediary field_32629 Lnet/minecraft/class_6230;field_32629:Ljava/lang/String;
      named LEFT_EAR Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_EAR:Ljava/lang/String;
    • RIGHT_EAR

      public static final String RIGHT_EAR
      The key of a right ear model part, whose value is "right_ear".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official q Leyi;q:Ljava/lang/String;
      intermediary field_32630 Lnet/minecraft/class_6230;field_32630:Ljava/lang/String;
      named RIGHT_EAR Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_EAR:Ljava/lang/String;
    • LEFT_LEG

      public static final String LEFT_LEG
      The key of a left leg model part, whose value is "left_leg".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official r Leyi;r:Ljava/lang/String;
      intermediary field_32631 Lnet/minecraft/class_6230;field_32631:Ljava/lang/String;
      named LEFT_LEG Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_LEG:Ljava/lang/String;
    • RIGHT_LEG

      public static final String RIGHT_LEG
      The key of a right leg model part, whose value is "right_leg".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official s Leyi;s:Ljava/lang/String;
      intermediary field_32632 Lnet/minecraft/class_6230;field_32632:Ljava/lang/String;
      named RIGHT_LEG Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_LEG:Ljava/lang/String;
    • LEFT_HIND_LEG

      public static final String LEFT_HIND_LEG
      The key of a left hind leg model part, whose value is "left_hind_leg".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official t Leyi;t:Ljava/lang/String;
      intermediary field_32633 Lnet/minecraft/class_6230;field_32633:Ljava/lang/String;
      named LEFT_HIND_LEG Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_HIND_LEG:Ljava/lang/String;
    • RIGHT_HIND_LEG

      public static final String RIGHT_HIND_LEG
      The key of a right hind leg model part, whose value is "right_hind_leg".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official u Leyi;u:Ljava/lang/String;
      intermediary field_32634 Lnet/minecraft/class_6230;field_32634:Ljava/lang/String;
      named RIGHT_HIND_LEG Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_HIND_LEG:Ljava/lang/String;
    • LEFT_FRONT_LEG

      public static final String LEFT_FRONT_LEG
      The key of a left front leg model part, whose value is "left_front_leg".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official v Leyi;v:Ljava/lang/String;
      intermediary field_32635 Lnet/minecraft/class_6230;field_32635:Ljava/lang/String;
      named LEFT_FRONT_LEG Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_FRONT_LEG:Ljava/lang/String;
    • RIGHT_FRONT_LEG

      public static final String RIGHT_FRONT_LEG
      The key of a right front leg model part, whose value is "right_front_leg".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official w Leyi;w:Ljava/lang/String;
      intermediary field_32636 Lnet/minecraft/class_6230;field_32636:Ljava/lang/String;
      named RIGHT_FRONT_LEG Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_FRONT_LEG:Ljava/lang/String;
    • LEFT_HIND_FOOT

      public static final String LEFT_HIND_FOOT
      The key of a left hind foot model part, whose value is "left_hind_foot".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official x Leyi;x:Ljava/lang/String;
      intermediary field_32637 Lnet/minecraft/class_6230;field_32637:Ljava/lang/String;
      named LEFT_HIND_FOOT Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_HIND_FOOT:Ljava/lang/String;
    • RIGHT_HIND_FOOT

      public static final String RIGHT_HIND_FOOT
      The key of a right hind foot model part, whose value is "right_hind_foot".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official y Leyi;y:Ljava/lang/String;
      intermediary field_32638 Lnet/minecraft/class_6230;field_32638:Ljava/lang/String;
      named RIGHT_HIND_FOOT Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_HIND_FOOT:Ljava/lang/String;
    • LEFT_FRONT_FOOT

      public static final String LEFT_FRONT_FOOT
      The key of a left front foot model part, whose value is "left_front_foot".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official z Leyi;z:Ljava/lang/String;
      intermediary field_32639 Lnet/minecraft/class_6230;field_32639:Ljava/lang/String;
      named LEFT_FRONT_FOOT Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_FRONT_FOOT:Ljava/lang/String;
    • RIGHT_FRONT_FOOT

      public static final String RIGHT_FRONT_FOOT
      The key of a right front foot model part, whose value is "right_front_foot".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official A Leyi;A:Ljava/lang/String;
      intermediary field_32583 Lnet/minecraft/class_6230;field_32583:Ljava/lang/String;
      named RIGHT_FRONT_FOOT Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_FRONT_FOOT:Ljava/lang/String;
    • LEFT_HIND_LEG_TIP

      public static final String LEFT_HIND_LEG_TIP
      The key of a left hind leg tip model part, whose value is "left_hind_leg_tip".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official B Leyi;B:Ljava/lang/String;
      intermediary field_32584 Lnet/minecraft/class_6230;field_32584:Ljava/lang/String;
      named LEFT_HIND_LEG_TIP Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_HIND_LEG_TIP:Ljava/lang/String;
    • RIGHT_HIND_LEG_TIP

      public static final String RIGHT_HIND_LEG_TIP
      The key of a right hind leg tip model part, whose value is "right_hind_leg_tip".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official C Leyi;C:Ljava/lang/String;
      intermediary field_32585 Lnet/minecraft/class_6230;field_32585:Ljava/lang/String;
      named RIGHT_HIND_LEG_TIP Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_HIND_LEG_TIP:Ljava/lang/String;
    • LEFT_FRONT_LEG_TIP

      public static final String LEFT_FRONT_LEG_TIP
      The key of a left front leg tip model part, whose value is "left_front_leg_tip".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official D Leyi;D:Ljava/lang/String;
      intermediary field_32586 Lnet/minecraft/class_6230;field_32586:Ljava/lang/String;
      named LEFT_FRONT_LEG_TIP Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_FRONT_LEG_TIP:Ljava/lang/String;
    • RIGHT_FRONT_LEG_TIP

      public static final String RIGHT_FRONT_LEG_TIP
      The key of a right front leg tip model part, whose value is "right_front_leg_tip".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official E Leyi;E:Ljava/lang/String;
      intermediary field_32587 Lnet/minecraft/class_6230;field_32587:Ljava/lang/String;
      named RIGHT_FRONT_LEG_TIP Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_FRONT_LEG_TIP:Ljava/lang/String;
    • LEFT_LID

      public static final String LEFT_LID
      The key of a left lid model part, whose value is "left_lid".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official F Leyi;F:Ljava/lang/String;
      intermediary field_32588 Lnet/minecraft/class_6230;field_32588:Ljava/lang/String;
      named LEFT_LID Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_LID:Ljava/lang/String;
    • RIGHT_LID

      public static final String RIGHT_LID
      The key of a right lid model part, whose value is "right_lid".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official G Leyi;G:Ljava/lang/String;
      intermediary field_32589 Lnet/minecraft/class_6230;field_32589:Ljava/lang/String;
      named RIGHT_LID Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_LID:Ljava/lang/String;
    • LEFT_CHEST

      public static final String LEFT_CHEST
      The key of a left chest model part, whose value is "left_chest".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official H Leyi;H:Ljava/lang/String;
      intermediary field_32590 Lnet/minecraft/class_6230;field_32590:Ljava/lang/String;
      named LEFT_CHEST Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_CHEST:Ljava/lang/String;
    • RIGHT_CHEST

      public static final String RIGHT_CHEST
      The key of a right chest model part, whose value is "right_chest".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official I Leyi;I:Ljava/lang/String;
      intermediary field_32591 Lnet/minecraft/class_6230;field_32591:Ljava/lang/String;
      named RIGHT_CHEST Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_CHEST:Ljava/lang/String;
    • LEFT_HORN

      public static final String LEFT_HORN
      The key of a left horn model part, whose value is "left_horn".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official J Leyi;J:Ljava/lang/String;
      intermediary field_32592 Lnet/minecraft/class_6230;field_32592:Ljava/lang/String;
      named LEFT_HORN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_HORN:Ljava/lang/String;
    • RIGHT_HORN

      public static final String RIGHT_HORN
      The key of a right horn model part, whose value is "right_horn".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official K Leyi;K:Ljava/lang/String;
      intermediary field_32593 Lnet/minecraft/class_6230;field_32593:Ljava/lang/String;
      named RIGHT_HORN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_HORN:Ljava/lang/String;
    • LEFT_EYE

      public static final String LEFT_EYE
      The key of a left eye model part, whose value is "left_eye".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official L Leyi;L:Ljava/lang/String;
      intermediary field_32594 Lnet/minecraft/class_6230;field_32594:Ljava/lang/String;
      named LEFT_EYE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_EYE:Ljava/lang/String;
    • RIGHT_EYE

      public static final String RIGHT_EYE
      The key of a right eye model part, whose value is "right_eye".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official M Leyi;M:Ljava/lang/String;
      intermediary field_32595 Lnet/minecraft/class_6230;field_32595:Ljava/lang/String;
      named RIGHT_EYE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_EYE:Ljava/lang/String;
    • JAW

      public static final String JAW
      The key of a jaw model part, whose value is "jaw".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official N Leyi;N:Ljava/lang/String;
      intermediary field_32596 Lnet/minecraft/class_6230;field_32596:Ljava/lang/String;
      named JAW Lnet/minecraft/client/render/entity/model/EntityModelPartNames;JAW:Ljava/lang/String;
    • NOSE

      public static final String NOSE
      The key of a nose model part, whose value is "nose".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official O Leyi;O:Ljava/lang/String;
      intermediary field_32597 Lnet/minecraft/class_6230;field_32597:Ljava/lang/String;
      named NOSE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;NOSE:Ljava/lang/String;
    • ARMS

      public static final String ARMS
      The key of an arms model part, whose value is "arms".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official P Leyi;P:Ljava/lang/String;
      intermediary field_32598 Lnet/minecraft/class_6230;field_32598:Ljava/lang/String;
      named ARMS Lnet/minecraft/client/render/entity/model/EntityModelPartNames;ARMS:Ljava/lang/String;
    • TAIL

      public static final String TAIL
      The key of a tail model part, whose value is "tail".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official Q Leyi;Q:Ljava/lang/String;
      intermediary field_32599 Lnet/minecraft/class_6230;field_32599:Ljava/lang/String;
      named TAIL Lnet/minecraft/client/render/entity/model/EntityModelPartNames;TAIL:Ljava/lang/String;
    • CUBE

      public static final String CUBE
      The key of a cube model part, whose value is "cube".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official R Leyi;R:Ljava/lang/String;
      intermediary field_32600 Lnet/minecraft/class_6230;field_32600:Ljava/lang/String;
      named CUBE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;CUBE:Ljava/lang/String;
    • BEAK

      public static final String BEAK
      The key of a beak model part, whose value is "beak".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official S Leyi;S:Ljava/lang/String;
      intermediary field_32601 Lnet/minecraft/class_6230;field_32601:Ljava/lang/String;
      named BEAK Lnet/minecraft/client/render/entity/model/EntityModelPartNames;BEAK:Ljava/lang/String;
    • BACK_FIN

      public static final String BACK_FIN
      The key of a back fin model part, whose value is "back_fin".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official T Leyi;T:Ljava/lang/String;
      intermediary field_32602 Lnet/minecraft/class_6230;field_32602:Ljava/lang/String;
      named BACK_FIN Lnet/minecraft/client/render/entity/model/EntityModelPartNames;BACK_FIN:Ljava/lang/String;
    • MANE

      public static final String MANE
      The key of a mane model part, whose value is "mane".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official U Leyi;U:Ljava/lang/String;
      intermediary field_32603 Lnet/minecraft/class_6230;field_32603:Ljava/lang/String;
      named MANE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;MANE:Ljava/lang/String;
    • NECK

      public static final String NECK
      The key of a neck model part, whose value is "neck".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official V Leyi;V:Ljava/lang/String;
      intermediary field_32604 Lnet/minecraft/class_6230;field_32604:Ljava/lang/String;
      named NECK Lnet/minecraft/client/render/entity/model/EntityModelPartNames;NECK:Ljava/lang/String;
    • MOUTH

      public static final String MOUTH
      The key of a mouth model part, whose value is "mouth".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official W Leyi;W:Ljava/lang/String;
      intermediary field_32605 Lnet/minecraft/class_6230;field_32605:Ljava/lang/String;
      named MOUTH Lnet/minecraft/client/render/entity/model/EntityModelPartNames;MOUTH:Ljava/lang/String;
    • HAT

      public static final String HAT
      The key of a hat model part, whose value is "hat".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official Y Leyi;Y:Ljava/lang/String;
      intermediary field_32607 Lnet/minecraft/class_6230;field_32607:Ljava/lang/String;
      named HAT Lnet/minecraft/client/render/entity/model/EntityModelPartNames;HAT:Ljava/lang/String;
    • BODY

      public static final String BODY
      The key of a body model part, whose value is "body".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official Z Leyi;Z:Ljava/lang/String;
      intermediary field_32608 Lnet/minecraft/class_6230;field_32608:Ljava/lang/String;
      named BODY Lnet/minecraft/client/render/entity/model/EntityModelPartNames;BODY:Ljava/lang/String;
    • HAT_RIM

      public static final String HAT_RIM
      The key of a hat rim model part, whose value is "hat_rim".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official aa Leyi;aa:Ljava/lang/String;
      intermediary field_32610 Lnet/minecraft/class_6230;field_32610:Ljava/lang/String;
      named HAT_RIM Lnet/minecraft/client/render/entity/model/EntityModelPartNames;HAT_RIM:Ljava/lang/String;
    • JACKET

      public static final String JACKET
      The key of a jacket model part, whose value is "jacket".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ab Leyi;ab:Ljava/lang/String;
      intermediary field_32611 Lnet/minecraft/class_6230;field_32611:Ljava/lang/String;
      named JACKET Lnet/minecraft/client/render/entity/model/EntityModelPartNames;JACKET:Ljava/lang/String;
    • TOP_GILLS

      public static final String TOP_GILLS
      The key of a top gills model part, whose value is "top_gills".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ac Leyi;ac:Ljava/lang/String;
      intermediary field_32612 Lnet/minecraft/class_6230;field_32612:Ljava/lang/String;
      named TOP_GILLS Lnet/minecraft/client/render/entity/model/EntityModelPartNames;TOP_GILLS:Ljava/lang/String;
    • LEFT_GILLS

      public static final String LEFT_GILLS
      The key of a left gills model part, whose value is "left_gills".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ad Leyi;ad:Ljava/lang/String;
      intermediary field_32613 Lnet/minecraft/class_6230;field_32613:Ljava/lang/String;
      named LEFT_GILLS Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_GILLS:Ljava/lang/String;
    • RIGHT_GILLS

      public static final String RIGHT_GILLS
      The key of a right gills model part, whose value is "right_gills".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ae Leyi;ae:Ljava/lang/String;
      intermediary field_32614 Lnet/minecraft/class_6230;field_32614:Ljava/lang/String;
      named RIGHT_GILLS Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_GILLS:Ljava/lang/String;
    • ROOT

      public static final String ROOT
      The key of a root model part, whose value is "root".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official af Leyi;af:Ljava/lang/String;
      intermediary field_37942 Lnet/minecraft/class_6230;field_37942:Ljava/lang/String;
      named ROOT Lnet/minecraft/client/render/entity/model/EntityModelPartNames;ROOT:Ljava/lang/String;
    • CROAKING_BODY

      public static final String CROAKING_BODY
      The key of a croaking body model part, whose value is "croaking_body".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ag Leyi;ag:Ljava/lang/String;
      intermediary field_37943 Lnet/minecraft/class_6230;field_37943:Ljava/lang/String;
      named CROAKING_BODY Lnet/minecraft/client/render/entity/model/EntityModelPartNames;CROAKING_BODY:Ljava/lang/String;
    • TONGUE

      public static final String TONGUE
      The key of a tongue model part, whose value is "tongue".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ah Leyi;ah:Ljava/lang/String;
      intermediary field_37944 Lnet/minecraft/class_6230;field_37944:Ljava/lang/String;
      named TONGUE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;TONGUE:Ljava/lang/String;
    • TONGUE_RL

      public static final String TONGUE_RL
      The key of a tongue rl model part, whose value is "tongue_r1".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ai Leyi;ai:Ljava/lang/String;
      intermediary field_37945 Lnet/minecraft/class_6230;field_37945:Ljava/lang/String;
      named TONGUE_RL Lnet/minecraft/client/render/entity/model/EntityModelPartNames;TONGUE_RL:Ljava/lang/String;
    • LEFT_HAND

      public static final String LEFT_HAND
      The key of a left hand model part, whose value is "left_hand".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official aj Leyi;aj:Ljava/lang/String;
      intermediary field_37946 Lnet/minecraft/class_6230;field_37946:Ljava/lang/String;
      named LEFT_HAND Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_HAND:Ljava/lang/String;
    • RIGHT_HAND

      public static final String RIGHT_HAND
      The key of a right hand model part, whose value is "right_hand".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ak Leyi;ak:Ljava/lang/String;
      intermediary field_37947 Lnet/minecraft/class_6230;field_37947:Ljava/lang/String;
      named RIGHT_HAND Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_HAND:Ljava/lang/String;
    • LEFT_FOOT

      public static final String LEFT_FOOT
      The key of a left foot model part, whose value is "left_foot".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official al Leyi;al:Ljava/lang/String;
      intermediary field_37948 Lnet/minecraft/class_6230;field_37948:Ljava/lang/String;
      named LEFT_FOOT Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_FOOT:Ljava/lang/String;
    • RIGHT_FOOT

      public static final String RIGHT_FOOT
      The key of a right foot model part, whose value is "right_foot".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official am Leyi;am:Ljava/lang/String;
      intermediary field_37949 Lnet/minecraft/class_6230;field_37949:Ljava/lang/String;
      named RIGHT_FOOT Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_FOOT:Ljava/lang/String;
    • EYES

      public static final String EYES
      The key of an eyes model part, whose value is "eyes".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official an Leyi;an:Ljava/lang/String;
      intermediary field_37950 Lnet/minecraft/class_6230;field_37950:Ljava/lang/String;
      named EYES Lnet/minecraft/client/render/entity/model/EntityModelPartNames;EYES:Ljava/lang/String;
    • RIGHT_TENDRIL

      public static final String RIGHT_TENDRIL
      The key of a right tendril model part, whose value is "right_tendril".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ao Leyi;ao:Ljava/lang/String;
      intermediary field_38329 Lnet/minecraft/class_6230;field_38329:Ljava/lang/String;
      named RIGHT_TENDRIL Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_TENDRIL:Ljava/lang/String;
    • LEFT_TENDRIL

      public static final String LEFT_TENDRIL
      The key of a left tendril model part, whose value is "left_tendril".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ap Leyi;ap:Ljava/lang/String;
      intermediary field_38330 Lnet/minecraft/class_6230;field_38330:Ljava/lang/String;
      named LEFT_TENDRIL Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_TENDRIL:Ljava/lang/String;
    • RIGHT_RIBCAGE

      public static final String RIGHT_RIBCAGE
      The key of a right ribcage model part, whose value is "right_ribcage".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official aq Leyi;aq:Ljava/lang/String;
      intermediary field_38457 Lnet/minecraft/class_6230;field_38457:Ljava/lang/String;
      named RIGHT_RIBCAGE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;RIGHT_RIBCAGE:Ljava/lang/String;
    • LEFT_RIBCAGE

      public static final String LEFT_RIBCAGE
      The key of a left ribcage model part, whose value is "left_ribcage".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official ar Leyi;ar:Ljava/lang/String;
      intermediary field_38458 Lnet/minecraft/class_6230;field_38458:Ljava/lang/String;
      named LEFT_RIBCAGE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;LEFT_RIBCAGE:Ljava/lang/String;
    • BONE

      public static final String BONE
      The key of a bone model part, whose value is "bone".
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official as Leyi;as:Ljava/lang/String;
      intermediary field_38331 Lnet/minecraft/class_6230;field_38331:Ljava/lang/String;
      named BONE Lnet/minecraft/client/render/entity/model/EntityModelPartNames;BONE:Ljava/lang/String;
  • Constructor Details

    • EntityModelPartNames

      public EntityModelPartNames()