Class WitherBossModel
java.lang.Object
net.minecraft.client.model.Model<WitherRenderState>
net.minecraft.client.model.EntityModel<WitherRenderState>
net.minecraft.client.model.monster.wither.WitherBossModel
-
Nested Class Summary
Nested classes/interfaces inherited from class Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final ModelPartprivate static final Stringprivate final ModelPartprivate final ModelPartprivate static final Stringprivate static final floatprivate static final Stringprivate final ModelPartprivate final ModelPartprivate static final floatFields inherited from class EntityModel
MODEL_Y_OFFSETFields inherited from class Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionvoidsetupAnim(WitherRenderState state) private static voidsetupHeadRotation(WitherRenderState state, ModelPart head, int headIndex) Methods inherited from class Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
RIBCAGE
- See Also:
-
CENTER_HEAD
- See Also:
-
RIGHT_HEAD
- See Also:
-
LEFT_HEAD
- See Also:
-
RIBCAGE_X_ROT_OFFSET
private static final float RIBCAGE_X_ROT_OFFSET- See Also:
-
TAIL_X_ROT_OFFSET
private static final float TAIL_X_ROT_OFFSET- See Also:
-
centerHead
-
rightHead
-
leftHead
-
ribcage
-
tail
-
-
Constructor Details
-
WitherBossModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
- Overrides:
setupAnimin classModel<WitherRenderState>
-
setupHeadRotation
-