Class AxolotlEntityModel<T extends AxolotlEntity & class_6375>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.AnimalModel<T>
net.minecraft.client.render.entity.model.AxolotlEntityModel<T>
@Environment(CLIENT)
public class AxolotlEntityModel<T extends AxolotlEntity & class_6375>
extends AnimalModel<T>
- Mappings:
Namespace Name official eeqintermediary net/minecraft/class_5772named net/minecraft/client/render/entity/model/AxolotlEntityModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartstatic floatprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidCopies and mirrors the left leg angles to the right leg angles.static TexturedModelDataprivate floatmethod_37091(float float2, float float3)private floatmethod_37092(float float2, float float3, float float4)private voidmethod_37093(T t)private Vec3fmethod_37094(ModelPart modelPart)private voidmethod_37095(ModelPart modelPart, float float2, float float3, float float4)private voidmethod_37096(ModelPart modelPart, Vec3f vec3f)private voidresetAngles(T t, float float2, float float3)Resets the angles of the axolotl model.voidprivate voidsetMovingInWaterAngles(float animationProgress, float headPitch)private voidsetMovingOnGroundAngles(float animationProgress, float float2)private voidsetPlayingDeadAngles(float float2)private voidsetStandingInWaterAngles(float animationProgress)private voidsetStandingOnGroundAngles(float animationProgress, float float2)Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
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 aLeeq;a:Fintermediary field_32449Lnet/minecraft/class_5772;field_32449:Fnamed MOVING_IN_WATER_LEG_PITCHLnet/minecraft/client/render/entity/model/AxolotlEntityModel;MOVING_IN_WATER_LEG_PITCH:F
-
tail
- Mappings:
Namespace Name Mixin selector official bLeeq;b:Leia;intermediary field_28373Lnet/minecraft/class_5772;field_28373:Lnet/minecraft/class_630;named tailLnet/minecraft/client/render/entity/model/AxolotlEntityModel;tail:Lnet/minecraft/client/model/ModelPart;
-
leftHindLeg
- Mappings:
Namespace Name Mixin selector official fLeeq;f:Leia;intermediary field_28374Lnet/minecraft/class_5772;field_28374:Lnet/minecraft/class_630;named leftHindLegLnet/minecraft/client/render/entity/model/AxolotlEntityModel;leftHindLeg:Lnet/minecraft/client/model/ModelPart;
-
rightHindLeg
- Mappings:
Namespace Name Mixin selector official gLeeq;g:Leia;intermediary field_28375Lnet/minecraft/class_5772;field_28375:Lnet/minecraft/class_630;named rightHindLegLnet/minecraft/client/render/entity/model/AxolotlEntityModel;rightHindLeg:Lnet/minecraft/client/model/ModelPart;
-
leftFrontLeg
- Mappings:
Namespace Name Mixin selector official hLeeq;h:Leia;intermediary field_28376Lnet/minecraft/class_5772;field_28376:Lnet/minecraft/class_630;named leftFrontLegLnet/minecraft/client/render/entity/model/AxolotlEntityModel;leftFrontLeg:Lnet/minecraft/client/model/ModelPart;
-
rightFrontLeg
- Mappings:
Namespace Name Mixin selector official iLeeq;i:Leia;intermediary field_28377Lnet/minecraft/class_5772;field_28377:Lnet/minecraft/class_630;named rightFrontLegLnet/minecraft/client/render/entity/model/AxolotlEntityModel;rightFrontLeg:Lnet/minecraft/client/model/ModelPart;
-
body
- Mappings:
Namespace Name Mixin selector official jLeeq;j:Leia;intermediary field_28378Lnet/minecraft/class_5772;field_28378:Lnet/minecraft/class_630;named bodyLnet/minecraft/client/render/entity/model/AxolotlEntityModel;body:Lnet/minecraft/client/model/ModelPart;
-
head
- Mappings:
Namespace Name Mixin selector official kLeeq;k:Leia;intermediary field_28379Lnet/minecraft/class_5772;field_28379:Lnet/minecraft/class_630;named headLnet/minecraft/client/render/entity/model/AxolotlEntityModel;head:Lnet/minecraft/client/model/ModelPart;
-
topGills
- Mappings:
Namespace Name Mixin selector official lLeeq;l:Leia;intermediary field_28380Lnet/minecraft/class_5772;field_28380:Lnet/minecraft/class_630;named topGillsLnet/minecraft/client/render/entity/model/AxolotlEntityModel;topGills:Lnet/minecraft/client/model/ModelPart;
-
leftGills
- Mappings:
Namespace Name Mixin selector official mLeeq;m:Leia;intermediary field_28381Lnet/minecraft/class_5772;field_28381:Lnet/minecraft/class_630;named leftGillsLnet/minecraft/client/render/entity/model/AxolotlEntityModel;leftGills:Lnet/minecraft/client/model/ModelPart;
-
rightGills
- Mappings:
Namespace Name Mixin selector official nLeeq;n:Leia;intermediary field_28382Lnet/minecraft/class_5772;field_28382:Lnet/minecraft/class_630;named rightGillsLnet/minecraft/client/render/entity/model/AxolotlEntityModel;rightGills:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
AxolotlEntityModel
- Mappings:
Namespace Name Mixin selector official <init>Leeq;<init>(Leia;)Vintermediary <init>Lnet/minecraft/class_5772;<init>(Lnet/minecraft/class_630;)Vnamed <init>Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official cLeeq;c()Leig;intermediary method_33296Lnet/minecraft/class_5772;method_33296()Lnet/minecraft/class_5607;named getTexturedModelDataLnet/minecraft/client/render/entity/model/AxolotlEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getHeadParts
- Specified by:
getHeadPartsin classAnimalModel<T extends AxolotlEntity & class_6375>- Mappings:
Namespace Name Mixin selector official aLeel;a()Ljava/lang/Iterable;intermediary method_22946Lnet/minecraft/class_4592;method_22946()Ljava/lang/Iterable;named getHeadPartsLnet/minecraft/client/render/entity/model/AnimalModel;getHeadParts()Ljava/lang/Iterable;
-
getBodyParts
- Specified by:
getBodyPartsin classAnimalModel<T extends AxolotlEntity & class_6375>- Mappings:
Namespace Name Mixin selector official bLeel;b()Ljava/lang/Iterable;intermediary method_22948Lnet/minecraft/class_4592;method_22948()Ljava/lang/Iterable;named getBodyPartsLnet/minecraft/client/render/entity/model/AnimalModel;getBodyParts()Ljava/lang/Iterable;
-
setAngles
- Specified by:
setAnglesin classEntityModel<T extends AxolotlEntity & class_6375>- Mappings:
Namespace Name Mixin selector official aLeeq;a(Lbej;FFFFF)Vintermediary method_33293Lnet/minecraft/class_5772;method_33293(Lnet/minecraft/class_5762;FFFFF)Vnamed setAnglesLnet/minecraft/client/render/entity/model/AxolotlEntityModel;setAngles(Lnet/minecraft/entity/passive/AxolotlEntity;FFFFF)V
-
method_37093
- Mappings:
Namespace Name Mixin selector official aLeeq;a(Lbej;)Vintermediary method_37093Lnet/minecraft/class_5772;method_37093(Lnet/minecraft/class_5762;)Vnamed method_37093Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37093(Lnet/minecraft/entity/passive/AxolotlEntity;)V
-
method_37094
- Mappings:
Namespace Name Mixin selector official aLeeq;a(Leia;)Lk;intermediary method_37094Lnet/minecraft/class_5772;method_37094(Lnet/minecraft/class_630;)Lnet/minecraft/class_1160;named method_37094Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37094(Lnet/minecraft/client/model/ModelPart;)Lnet/minecraft/util/math/Vec3f;
-
method_37096
- Mappings:
Namespace Name Mixin selector official aLeeq;a(Leia;Lk;)Vintermediary method_37096Lnet/minecraft/class_5772;method_37096(Lnet/minecraft/class_630;Lnet/minecraft/class_1160;)Vnamed method_37096Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37096(Lnet/minecraft/client/model/ModelPart;Lnet/minecraft/util/math/Vec3f;)V
-
resetAngles
Resets the angles of the axolotl model.- Mappings:
Namespace Name Mixin selector official aLeeq;a(Lbej;FF)Vintermediary method_33292Lnet/minecraft/class_5772;method_33292(Lnet/minecraft/class_5762;FF)Vnamed resetAnglesLnet/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 aLeeq;a(FF)Fintermediary method_37091Lnet/minecraft/class_5772;method_37091(FF)Fnamed method_37091Lnet/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 aLeeq;a(FFF)Fintermediary method_37092Lnet/minecraft/class_5772;method_37092(FFF)Fnamed method_37092Lnet/minecraft/client/render/entity/model/AxolotlEntityModel;method_37092(FFF)F
-
method_37095
- Mappings:
Namespace Name Mixin selector official aLeeq;a(Leia;FFF)Vintermediary method_37095Lnet/minecraft/class_5772;method_37095(Lnet/minecraft/class_630;FFF)Vnamed method_37095Lnet/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 bLeeq;b(FF)Vintermediary method_33291Lnet/minecraft/class_5772;method_33291(FF)Vnamed setStandingOnGroundAnglesLnet/minecraft/client/render/entity/model/AxolotlEntityModel;setStandingOnGroundAngles(FF)V
-
setMovingOnGroundAngles
private void setMovingOnGroundAngles(float animationProgress, float float2)- Mappings:
Namespace Name Mixin selector official cLeeq;c(FF)Vintermediary method_33294Lnet/minecraft/class_5772;method_33294(FF)Vnamed setMovingOnGroundAnglesLnet/minecraft/client/render/entity/model/AxolotlEntityModel;setMovingOnGroundAngles(FF)V
-
setStandingInWaterAngles
private void setStandingInWaterAngles(float animationProgress)- Mappings:
Namespace Name Mixin selector official aLeeq;a(F)Vintermediary method_33297Lnet/minecraft/class_5772;method_33297(F)Vnamed setStandingInWaterAnglesLnet/minecraft/client/render/entity/model/AxolotlEntityModel;setStandingInWaterAngles(F)V
-
setMovingInWaterAngles
private void setMovingInWaterAngles(float animationProgress, float headPitch)- Mappings:
Namespace Name Mixin selector official dLeeq;d(FF)Vintermediary method_33295Lnet/minecraft/class_5772;method_33295(FF)Vnamed setMovingInWaterAnglesLnet/minecraft/client/render/entity/model/AxolotlEntityModel;setMovingInWaterAngles(FF)V
-
setPlayingDeadAngles
private void setPlayingDeadAngles(float float2)- Mappings:
Namespace Name Mixin selector official bLeeq;b(F)Vintermediary method_33298Lnet/minecraft/class_5772;method_33298(F)Vnamed setPlayingDeadAnglesLnet/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 dLeeq;d()Vintermediary method_33299Lnet/minecraft/class_5772;method_33299()Vnamed copyLegAnglesLnet/minecraft/client/render/entity/model/AxolotlEntityModel;copyLegAngles()V
-