Package net.minecraft.client.model
Class ArmadilloModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<ArmadilloRenderState>
net.minecraft.client.model.ArmadilloModel
-
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 static final Stringprivate static final Stringprivate final ModelPartprivate static final floatprivate static final floatprivate static final floatprivate final KeyframeAnimationprivate static final Stringprivate final ModelPartprivate final KeyframeAnimationprivate final KeyframeAnimationprivate final ModelPartprivate static final floatprivate final KeyframeAnimationFields 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 TypeMethodDescriptionstatic LayerDefinitionvoidsetupAnim(ArmadilloRenderState pRenderState) Methods inherited from class net.minecraft.client.model.Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
BABY_TRANSFORMER
-
MAX_DOWN_HEAD_ROTATION_EXTENT
private static final float MAX_DOWN_HEAD_ROTATION_EXTENT- See Also:
-
MAX_UP_HEAD_ROTATION_EXTENT
private static final float MAX_UP_HEAD_ROTATION_EXTENT- See Also:
-
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:
-
HEAD_CUBE
- See Also:
-
RIGHT_EAR_CUBE
- See Also:
-
LEFT_EAR_CUBE
- See Also:
-
body
-
rightHindLeg
-
leftHindLeg
-
cube
-
head
-
tail
-
walkAnimation
-
rollOutAnimation
-
rollUpAnimation
-
peekAnimation
-
-
Constructor Details
-
ArmadilloModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
- Overrides:
setupAnimin classEntityModel<ArmadilloRenderState>
-