Package net.minecraft.client.model
Class AxolotlModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MeshTransformerprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartstatic final floatprivate final ModelPartprivate final ModelPartFields inherited from class net.minecraft.client.model.EntityModel
MODEL_Y_OFFSETFields inherited from class net.minecraft.client.model.Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidapplyMirrorLegRotations(float pFactor) static LayerDefinitionvoidsetupAnim(AxolotlRenderState p_362259_) private voidsetupGroundCrawlingAnimation(float pAgeInTicks, float pNetHeadYaw) private voidsetupLayStillOnGroundAnimation(float pAgeInTicks, float pNetHeadYaw) private voidsetupPlayDeadAnimation(float pPlayingDeadFactor) private voidsetupSwimmingAnimation(float pAgeInTicks, float pXRot, float pMovingFactor) private voidsetupWaterHoveringAnimation(float pAgeInTicks, float pSwimmingFactor) Methods inherited from class net.minecraft.client.model.Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
SWIMMING_LEG_XROT
public static final float SWIMMING_LEG_XROT- See Also:
-
BABY_TRANSFORMER
-
tail
-
leftHindLeg
-
rightHindLeg
-
leftFrontLeg
-
rightFrontLeg
-
body
-
head
-
topGills
-
leftGills
-
rightGills
-
-
Constructor Details
-
AxolotlModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
- Overrides:
setupAnimin classModel<AxolotlRenderState>
-
setupLayStillOnGroundAnimation
private void setupLayStillOnGroundAnimation(float pAgeInTicks, float pNetHeadYaw) -
setupGroundCrawlingAnimation
private void setupGroundCrawlingAnimation(float pAgeInTicks, float pNetHeadYaw) -
setupWaterHoveringAnimation
private void setupWaterHoveringAnimation(float pAgeInTicks, float pSwimmingFactor) -
setupSwimmingAnimation
private void setupSwimmingAnimation(float pAgeInTicks, float pXRot, float pMovingFactor) -
setupPlayDeadAnimation
private void setupPlayDeadAnimation(float pPlayingDeadFactor) -
applyMirrorLegRotations
private void applyMirrorLegRotations(float pFactor)
-