Class BabyFoxModel
java.lang.Object
net.minecraft.client.model.Model<FoxRenderState>
net.minecraft.client.model.EntityModel<FoxRenderState>
net.minecraft.client.model.animal.fox.FoxModel
net.minecraft.client.model.animal.fox.BabyFoxModel
-
Nested Class Summary
Nested classes/interfaces inherited from class Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final KeyframeAnimationprivate static final floatprivate static final floatFields inherited from class FoxModel
body, head, leftFrontLeg, leftHindLeg, rightFrontLeg, rightHindLeg, tailFields inherited from class EntityModel
MODEL_Y_OFFSETFields inherited from class Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionprotected voidsetCrouchingPose(FoxRenderState state) protected voidsetSittingPose(FoxRenderState state) protected voidsetSleepingPose(FoxRenderState state) protected voidsetWalkingPose(FoxRenderState state) Methods inherited from class FoxModel
setPouncingPose, setupAnimMethods 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:
-
babyWalkAnimation
-
-
Constructor Details
-
BabyFoxModel
-
-
Method Details
-
createBodyLayer
-
setSittingPose
- Overrides:
setSittingPosein classFoxModel
-
setSleepingPose
- Overrides:
setSleepingPosein classFoxModel
-
setWalkingPose
- Overrides:
setWalkingPosein classFoxModel
-
setCrouchingPose
- Overrides:
setCrouchingPosein classFoxModel
-