Class BabyAxolotlModel
java.lang.Object
net.minecraft.client.model.Model<AxolotlRenderState>
net.minecraft.client.model.EntityModel<AxolotlRenderState>
net.minecraft.client.model.animal.axolotl.BabyAxolotlModel
-
Nested Class Summary
Nested classes/interfaces inherited from class Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final KeyframeAnimationprivate final KeyframeAnimationprivate final KeyframeAnimationprivate static final floatprivate final KeyframeAnimationprivate final KeyframeAnimationprivate static final floatprivate final KeyframeAnimationprivate final KeyframeAnimationFields inherited from class EntityModel
MODEL_Y_OFFSETFields inherited from class Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionvoidsetupAnim(AxolotlRenderState state) Methods inherited from class Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
MAX_WALK_ANIMATION_SPEED
private static final float MAX_WALK_ANIMATION_SPEED- See Also:
-
WALK_ANIMATION_SCALE_FACTOR
private static final float WALK_ANIMATION_SCALE_FACTOR- See Also:
-
walkAnimation
-
walkUnderwaterAnimation
-
swimAnimation
-
idleOnGroundAnimation
-
idleOnGroundUnderWaterAnimation
-
idleUnderWaterAnimation
-
playDeadAnimation
-
-
Constructor Details
-
BabyAxolotlModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
- Overrides:
setupAnimin classModel<AxolotlRenderState>
-