Class AdultStriderModel
java.lang.Object
net.minecraft.client.model.Model<StriderRenderState>
net.minecraft.client.model.EntityModel<StriderRenderState>
net.minecraft.client.model.monster.strider.StriderModel
net.minecraft.client.model.monster.strider.AdultStriderModel
-
Nested Class Summary
Nested classes/interfaces inherited from class Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Stringprivate static final Stringprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate static final Stringprivate static final Stringprivate static final Stringprivate final ModelPartprivate final ModelPartprivate final ModelPartFields inherited from class StriderModel
body, leftLeg, rightLeg, SPEEDFields inherited from class EntityModel
MODEL_Y_OFFSETFields inherited from class Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionprotected voidcustomAnimations(float animationPos, float animationSpeed, float ageInTicks) Methods inherited from class StriderModel
animateBristle, setupAnimMethods inherited from class Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, renderType, resetPose, root
-
Field Details
-
RIGHT_BOTTOM_BRISTLE
- See Also:
-
RIGHT_MIDDLE_BRISTLE
- See Also:
-
RIGHT_TOP_BRISTLE
- See Also:
-
LEFT_TOP_BRISTLE
- See Also:
-
LEFT_MIDDLE_BRISTLE
- See Also:
-
LEFT_BOTTOM_BRISTLE
- See Also:
-
rightBottomBristle
-
rightMiddleBristle
-
rightTopBristle
-
leftTopBristle
-
leftMiddleBristle
-
leftBottomBristle
-
-
Constructor Details
-
AdultStriderModel
-
-
Method Details
-
customAnimations
protected void customAnimations(float animationPos, float animationSpeed, float ageInTicks) - Specified by:
customAnimationsin classStriderModel
-
createBodyLayer
-