Package net.minecraft.client.model
Class AxolotlModel<T extends Axolotl & LerpingModel>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.AxolotlModel<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartstatic floatprivate ModelPartprivate ModelPartFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidstatic LayerDefinitionprivate Vector3fgetRotationVector(ModelPart p_170402_)private voidprivate floatlerpTo(float p_170375_, float p_170376_)private floatlerpTo(float p_170378_, float p_170379_, float p_170380_)private voidsaveAnimationValues(T p_170389_)private voidsetRotationFromVector(ModelPart p_170409_, Vector3f p_170410_)voidsetupAnim(T p_170395_, float p_170396_, float p_170397_, float p_170398_, float p_170399_, float p_170400_)private voidsetupGroundCrawlingAnimation(float p_170419_, float p_170420_)private voidsetupInitialAnimationValues(T p_170391_, float p_170392_, float p_170393_)private voidsetupLayStillOnGroundAnimation(float p_170415_, float p_170416_)private voidsetupPlayDeadAnimation(float p_170413_)private voidsetupSwimmingAnimation(float p_170423_, float p_170424_)private voidsetupWaterHoveringAnimation(float p_170373_)Methods inherited from class net.minecraft.client.model.AgeableListModel
renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
SWIMMING_LEG_XROT
public static final float SWIMMING_LEG_XROT- See Also:
- Constant Field Values
-
tail
-
leftHindLeg
-
rightHindLeg
-
leftFrontLeg
-
rightFrontLeg
-
body
-
head
-
topGills
-
leftGills
-
rightGills
-
-
Constructor Details
-
AxolotlModel
-
-
Method Details
-
createBodyLayer
-
headParts
- Specified by:
headPartsin classAgeableListModel<T extends Axolotl & LerpingModel>
-
bodyParts
- Specified by:
bodyPartsin classAgeableListModel<T extends Axolotl & LerpingModel>
-
setupAnim
public void setupAnim(T p_170395_, float p_170396_, float p_170397_, float p_170398_, float p_170399_, float p_170400_)- Specified by:
setupAnimin classEntityModel<T extends Axolotl & LerpingModel>
-
saveAnimationValues
-
getRotationVector
-
setRotationFromVector
-
setupInitialAnimationValues
-
lerpTo
private float lerpTo(float p_170375_, float p_170376_) -
lerpTo
private float lerpTo(float p_170378_, float p_170379_, float p_170380_) -
lerpPart
-
setupLayStillOnGroundAnimation
private void setupLayStillOnGroundAnimation(float p_170415_, float p_170416_) -
setupGroundCrawlingAnimation
private void setupGroundCrawlingAnimation(float p_170419_, float p_170420_) -
setupWaterHoveringAnimation
private void setupWaterHoveringAnimation(float p_170373_) -
setupSwimmingAnimation
private void setupSwimmingAnimation(float p_170423_, float p_170424_) -
setupPlayDeadAnimation
private void setupPlayDeadAnimation(float p_170413_) -
applyMirrorLegRotations
private void applyMirrorLegRotations()
-