Class AxolotlEntityModel<T extends AxolotlEntity & class_6375>


@Environment(CLIENT) public class AxolotlEntityModel<T extends AxolotlEntity & class_6375> extends AnimalModel<T>
Mappings:
Namespace Name
official eeq
intermediary net/minecraft/class_5772
named net/minecraft/client/render/entity/model/AxolotlEntityModel
  • Field Details

    • MOVING_IN_WATER_LEG_PITCH

      public static final float MOVING_IN_WATER_LEG_PITCH
      See Also:
      Constant Field Values
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a:F
      intermediary field_32449 Lnet/minecraft/class_5772;field_32449:F
      named MOVING_IN_WATER_LEG_PITCH Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;MOVING_IN_WATER_LEG_PITCH:F
    • tail

      private final ModelPart tail
      Mappings:
      Namespace Name Mixin selector
      official b Leeq;b:Leia;
      intermediary field_28373 Lnet/minecraft/class_5772;field_28373:Lnet/minecraft/class_630;
      named tail Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;tail:Lnet/minecraft/client/model/ModelPart;
    • leftHindLeg

      private final ModelPart leftHindLeg
      Mappings:
      Namespace Name Mixin selector
      official f Leeq;f:Leia;
      intermediary field_28374 Lnet/minecraft/class_5772;field_28374:Lnet/minecraft/class_630;
      named leftHindLeg Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;leftHindLeg:Lnet/minecraft/client/model/ModelPart;
    • rightHindLeg

      private final ModelPart rightHindLeg
      Mappings:
      Namespace Name Mixin selector
      official g Leeq;g:Leia;
      intermediary field_28375 Lnet/minecraft/class_5772;field_28375:Lnet/minecraft/class_630;
      named rightHindLeg Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;rightHindLeg:Lnet/minecraft/client/model/ModelPart;
    • leftFrontLeg

      private final ModelPart leftFrontLeg
      Mappings:
      Namespace Name Mixin selector
      official h Leeq;h:Leia;
      intermediary field_28376 Lnet/minecraft/class_5772;field_28376:Lnet/minecraft/class_630;
      named leftFrontLeg Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;leftFrontLeg:Lnet/minecraft/client/model/ModelPart;
    • rightFrontLeg

      private final ModelPart rightFrontLeg
      Mappings:
      Namespace Name Mixin selector
      official i Leeq;i:Leia;
      intermediary field_28377 Lnet/minecraft/class_5772;field_28377:Lnet/minecraft/class_630;
      named rightFrontLeg Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;rightFrontLeg:Lnet/minecraft/client/model/ModelPart;
    • body

      private final ModelPart body
      Mappings:
      Namespace Name Mixin selector
      official j Leeq;j:Leia;
      intermediary field_28378 Lnet/minecraft/class_5772;field_28378:Lnet/minecraft/class_630;
      named body Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;body:Lnet/minecraft/client/model/ModelPart;
    • topGills

      private final ModelPart topGills
      Mappings:
      Namespace Name Mixin selector
      official l Leeq;l:Leia;
      intermediary field_28380 Lnet/minecraft/class_5772;field_28380:Lnet/minecraft/class_630;
      named topGills Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;topGills:Lnet/minecraft/client/model/ModelPart;
    • leftGills

      private final ModelPart leftGills
      Mappings:
      Namespace Name Mixin selector
      official m Leeq;m:Leia;
      intermediary field_28381 Lnet/minecraft/class_5772;field_28381:Lnet/minecraft/class_630;
      named leftGills Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;leftGills:Lnet/minecraft/client/model/ModelPart;
    • rightGills

      private final ModelPart rightGills
      Mappings:
      Namespace Name Mixin selector
      official n Leeq;n:Leia;
      intermediary field_28382 Lnet/minecraft/class_5772;field_28382:Lnet/minecraft/class_630;
      named rightGills Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;rightGills:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • AxolotlEntityModel

      public AxolotlEntityModel(ModelPart root)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leeq;<init>(Leia;)V
      intermediary <init> Lnet/minecraft/class_5772;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official c Leeq;c()Leig;
      intermediary method_33296 Lnet/minecraft/class_5772;method_33296()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • getHeadParts

      protected Iterable<ModelPart> getHeadParts()
      Specified by:
      getHeadParts in class AnimalModel<T extends AxolotlEntity & class_6375>
      Mappings:
      Namespace Name Mixin selector
      official a Leel;a()Ljava/lang/Iterable;
      intermediary method_22946 Lnet/minecraft/class_4592;method_22946()Ljava/lang/Iterable;
      named getHeadParts Lnet/minecraft/client/render/entity/model/AnimalModel;getHeadParts()Ljava/lang/Iterable;
    • getBodyParts

      protected Iterable<ModelPart> getBodyParts()
      Specified by:
      getBodyParts in class AnimalModel<T extends AxolotlEntity & class_6375>
      Mappings:
      Namespace Name Mixin selector
      official b Leel;b()Ljava/lang/Iterable;
      intermediary method_22948 Lnet/minecraft/class_4592;method_22948()Ljava/lang/Iterable;
      named getBodyParts Lnet/minecraft/client/render/entity/model/AnimalModel;getBodyParts()Ljava/lang/Iterable;
    • setAngles

      public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
      Specified by:
      setAngles in class EntityModel<T extends AxolotlEntity & class_6375>
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a(Lbej;FFFFF)V
      intermediary method_33293 Lnet/minecraft/class_5772;method_33293(Lnet/minecraft/class_5762;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;setAngles(Lnet/minecraft/entity/passive/AxolotlEntity;FFFFF)V
    • method_37093

      private void method_37093(T t)
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a(Lbej;)V
      intermediary method_37093 Lnet/minecraft/class_5772;method_37093(Lnet/minecraft/class_5762;)V
      named method_37093 Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37093(Lnet/minecraft/entity/passive/AxolotlEntity;)V
    • method_37094

      private Vec3f method_37094(ModelPart modelPart)
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a(Leia;)Lk;
      intermediary method_37094 Lnet/minecraft/class_5772;method_37094(Lnet/minecraft/class_630;)Lnet/minecraft/class_1160;
      named method_37094 Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37094(Lnet/minecraft/client/model/ModelPart;)Lnet/minecraft/util/math/Vec3f;
    • method_37096

      private void method_37096(ModelPart modelPart, Vec3f vec3f)
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a(Leia;Lk;)V
      intermediary method_37096 Lnet/minecraft/class_5772;method_37096(Lnet/minecraft/class_630;Lnet/minecraft/class_1160;)V
      named method_37096 Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37096(Lnet/minecraft/client/model/ModelPart;Lnet/minecraft/util/math/Vec3f;)V
    • resetAngles

      private void resetAngles(T t, float float2, float float3)
      Resets the angles of the axolotl model.
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a(Lbej;FF)V
      intermediary method_33292 Lnet/minecraft/class_5772;method_33292(Lnet/minecraft/class_5762;FF)V
      named resetAngles Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;resetAngles(Lnet/minecraft/entity/passive/AxolotlEntity;FF)V
    • method_37091

      private float method_37091(float float2, float float3)
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a(FF)F
      intermediary method_37091 Lnet/minecraft/class_5772;method_37091(FF)F
      named method_37091 Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37091(FF)F
    • method_37092

      private float method_37092(float float2, float float3, float float4)
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a(FFF)F
      intermediary method_37092 Lnet/minecraft/class_5772;method_37092(FFF)F
      named method_37092 Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37092(FFF)F
    • method_37095

      private void method_37095(ModelPart modelPart, float float2, float float3, float float4)
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a(Leia;FFF)V
      intermediary method_37095 Lnet/minecraft/class_5772;method_37095(Lnet/minecraft/class_630;FFF)V
      named method_37095 Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37095(Lnet/minecraft/client/model/ModelPart;FFF)V
    • setStandingOnGroundAngles

      private void setStandingOnGroundAngles(float animationProgress, float float2)
      Mappings:
      Namespace Name Mixin selector
      official b Leeq;b(FF)V
      intermediary method_33291 Lnet/minecraft/class_5772;method_33291(FF)V
      named setStandingOnGroundAngles Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;setStandingOnGroundAngles(FF)V
    • setMovingOnGroundAngles

      private void setMovingOnGroundAngles(float animationProgress, float float2)
      Mappings:
      Namespace Name Mixin selector
      official c Leeq;c(FF)V
      intermediary method_33294 Lnet/minecraft/class_5772;method_33294(FF)V
      named setMovingOnGroundAngles Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;setMovingOnGroundAngles(FF)V
    • setStandingInWaterAngles

      private void setStandingInWaterAngles(float animationProgress)
      Mappings:
      Namespace Name Mixin selector
      official a Leeq;a(F)V
      intermediary method_33297 Lnet/minecraft/class_5772;method_33297(F)V
      named setStandingInWaterAngles Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;setStandingInWaterAngles(F)V
    • setMovingInWaterAngles

      private void setMovingInWaterAngles(float animationProgress, float headPitch)
      Mappings:
      Namespace Name Mixin selector
      official d Leeq;d(FF)V
      intermediary method_33295 Lnet/minecraft/class_5772;method_33295(FF)V
      named setMovingInWaterAngles Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;setMovingInWaterAngles(FF)V
    • setPlayingDeadAngles

      private void setPlayingDeadAngles(float float2)
      Mappings:
      Namespace Name Mixin selector
      official b Leeq;b(F)V
      intermediary method_33298 Lnet/minecraft/class_5772;method_33298(F)V
      named setPlayingDeadAngles Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;setPlayingDeadAngles(F)V
    • copyLegAngles

      private void copyLegAngles()
      Copies and mirrors the left leg angles to the right leg angles.
      Mappings:
      Namespace Name Mixin selector
      official d Leeq;d()V
      intermediary method_33299 Lnet/minecraft/class_5772;method_33299()V
      named copyLegAngles Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;copyLegAngles()V