Class StriderModel
java.lang.Object
net.minecraft.client.model.Model<StriderRenderState>
net.minecraft.client.model.EntityModel<StriderRenderState>
net.minecraft.client.model.monster.strider.StriderModel
- Direct Known Subclasses:
AdultStriderModel, BabyStriderModel
-
Nested Class Summary
Nested classes/interfaces inherited from class Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ModelPartprotected final ModelPartprotected final ModelPartprotected static final floatFields inherited from class EntityModel
MODEL_Y_OFFSETFields inherited from class Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidanimateBristle(float ageInTicks, float bristleFlow, ModelPart firstBristle, ModelPart secondBristle, ModelPart thirdBristle, BiConsumer<ModelPart, Float> addRotationFunction) protected abstract voidcustomAnimations(float animationPos, float animationSpeed, float ageInTicks) voidsetupAnim(StriderRenderState state) Methods inherited from class Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, renderType, resetPose, root
-
Field Details
-
SPEED
protected static final float SPEED- See Also:
-
rightLeg
-
leftLeg
-
body
-
-
Constructor Details
-
StriderModel
-
-
Method Details
-
setupAnim
- Overrides:
setupAnimin classModel<StriderRenderState>
-
customAnimations
protected abstract void customAnimations(float animationPos, float animationSpeed, float ageInTicks) -
animateBristle
-