Package net.minecraft.client.model
Class CamelModel
- Direct Known Subclasses:
CamelSaddleModel
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.Simple
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MeshTransformer
private final KeyframeAnimation
protected final ModelPart
private final KeyframeAnimation
private static final float
private final KeyframeAnimation
private final KeyframeAnimation
private final KeyframeAnimation
private static final float
private final KeyframeAnimation
Fields inherited from class net.minecraft.client.model.EntityModel
MODEL_Y_OFFSET
Fields inherited from class net.minecraft.client.model.Model
renderType, root
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
applyHeadRotation
(CamelRenderState pRenderState, float pYRot, float pXRot) static LayerDefinition
protected static MeshDefinition
void
setupAnim
(CamelRenderState pRenderState) Methods inherited from class net.minecraft.client.model.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:
-
BABY_TRANSFORMER
-
head
-
walkAnimation
-
sitAnimation
-
sitPoseAnimation
-
standupAnimation
-
idleAnimation
-
dashAnimation
-
-
Constructor Details
-
CamelModel
-
-
Method Details
-
createBodyLayer
-
createBodyMesh
-
setupAnim
- Overrides:
setupAnim
in classEntityModel<CamelRenderState>
-
applyHeadRotation
-