Class BeeModel
java.lang.Object
net.minecraft.client.model.Model<BeeRenderState>
net.minecraft.client.model.EntityModel<BeeRenderState>
net.minecraft.client.model.animal.bee.BeeModel
- Direct Known Subclasses:
AdultBeeModel, BabyBeeModel
-
Nested Class Summary
Nested classes/interfaces inherited from class Model
Model.Simple -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprivate final ModelPartprotected final ModelPartprotected static final Stringprotected static final Stringprivate final ModelPartprivate final ModelPartprotected static final Stringprivate final ModelPartprivate final ModelPartprivate final ModelPartprotected static final StringFields inherited from class EntityModel
MODEL_Y_OFFSETFields inherited from class Model
renderType, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbobUpAndDown(float speed, float ageInTicks) voidsetupAnim(BeeRenderState state) Methods inherited from class Model
allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, resetPose, root
-
Field Details
-
BONE
- See Also:
-
STINGER
- See Also:
-
FRONT_LEGS
- See Also:
-
MIDDLE_LEGS
- See Also:
-
BACK_LEGS
- See Also:
-
bone
-
rightWing
-
leftWing
-
frontLeg
-
midLeg
-
backLeg
-
stinger
-
-
Constructor Details
-
BeeModel
-
-
Method Details
-
setupAnim
- Overrides:
setupAnimin classModel<BeeRenderState>
-
bobUpAndDown
protected void bobUpAndDown(float speed, float ageInTicks)
-