Package net.minecraft.client.model
Class BeeModel<T extends Bee>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.BeeModel<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate final ModelPartprivate static final floatprivate final ModelPartprivate static final Stringprivate static final Stringprivate final ModelPartprivate static final Stringprivate final ModelPartprivate final ModelPartprivate static final Stringprivate final ModelPartprivate static final Stringprivate final ModelPartprivate final ModelPartprivate floatprivate final ModelPartprivate static final StringFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitionvoidprepareMobModel(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick) voidsetupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation anglesMethods inherited from class net.minecraft.client.model.AgeableListModel
renderToBufferMethods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesToMethods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Field Details
-
BEE_Y_BASE
private static final float BEE_Y_BASE- See Also:
-
BONE
- See Also:
-
STINGER
- See Also:
-
LEFT_ANTENNA
- See Also:
-
RIGHT_ANTENNA
- See Also:
-
FRONT_LEGS
- See Also:
-
MIDDLE_LEGS
- See Also:
-
BACK_LEGS
- See Also:
-
bone
-
rightWing
-
leftWing
-
frontLeg
-
midLeg
-
backLeg
-
stinger
-
leftAntenna
-
rightAntenna
-
rollAmount
private float rollAmount
-
-
Constructor Details
-
BeeModel
-
-
Method Details
-
createBodyLayer
-
prepareMobModel
public void prepareMobModel(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTick) - Overrides:
prepareMobModelin classEntityModel<T extends Bee>
-
setupAnim
public void setupAnim(T pEntity, float pLimbSwing, float pLimbSwingAmount, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Sets this entity's model rotation angles- Specified by:
setupAnimin classEntityModel<T extends Bee>
-
headParts
- Specified by:
headPartsin classAgeableListModel<T extends Bee>
-
bodyParts
- Specified by:
bodyPartsin classAgeableListModel<T extends Bee>
-