Package net.minecraft.client.model
Class BeeModel<T extends Bee>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<E>
net.minecraft.client.model.AgeableListModel<T>
net.minecraft.client.model.BeeModel<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static Stringprivate ModelPartprivate static floatprivate ModelPartprivate static Stringprivate static Stringprivate ModelPartprivate static Stringprivate ModelPartprivate ModelPartprivate static Stringprivate ModelPartprivate static Stringprivate ModelPartprivate ModelPartprivate floatprivate ModelPartprivate static 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 p_102232_, float p_102233_, float p_102234_, float p_102235_)voidsetupAnim(T p_102237_, float p_102238_, float p_102239_, float p_102240_, float p_102241_, float p_102242_)Methods 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
renderType
-
Field Details
-
BEE_Y_BASE
private static final float BEE_Y_BASE- See Also:
- Constant Field Values
-
BONE
- See Also:
- Constant Field Values
-
STINGER
- See Also:
- Constant Field Values
-
LEFT_ANTENNA
- See Also:
- Constant Field Values
-
RIGHT_ANTENNA
- See Also:
- Constant Field Values
-
FRONT_LEGS
- See Also:
- Constant Field Values
-
MIDDLE_LEGS
- See Also:
- Constant Field Values
-
BACK_LEGS
- See Also:
- Constant Field Values
-
bone
-
rightWing
-
leftWing
-
frontLeg
-
midLeg
-
backLeg
-
stinger
-
leftAntenna
-
rightAntenna
-
rollAmount
private float rollAmount
-
-
Constructor Details
-
BeeModel
-
-
Method Details
-
createBodyLayer
-
prepareMobModel
- Overrides:
prepareMobModelin classEntityModel<T extends Bee>
-
setupAnim
public void setupAnim(T p_102237_, float p_102238_, float p_102239_, float p_102240_, float p_102241_, float p_102242_)- Specified by:
setupAnimin classEntityModel<T extends Bee>
-
headParts
- Specified by:
headPartsin classAgeableListModel<T extends Bee>
-
bodyParts
- Specified by:
bodyPartsin classAgeableListModel<T extends Bee>
-