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 SummaryFieldsModifier 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.EntityModelattackTime, riding, youngFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AgeableListModelrenderToBufferMethods inherited from class net.minecraft.client.model.EntityModelcopyPropertiesToMethods inherited from class net.minecraft.client.model.ModelrenderType
- 
Field Details- 
BEE_Y_BASEprivate 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
- 
rollAmountprivate float rollAmount
 
- 
- 
Constructor Details- 
BeeModel
 
- 
- 
Method Details- 
createBodyLayer
- 
prepareMobModel- Overrides:
- prepareMobModelin class- EntityModel<T extends Bee>
 
- 
setupAnimpublic void setupAnim(T p_102237_, float p_102238_, float p_102239_, float p_102240_, float p_102241_, float p_102242_) - Specified by:
- setupAnimin class- EntityModel<T extends Bee>
 
- 
headParts- Specified by:
- headPartsin class- AgeableListModel<T extends Bee>
 
- 
bodyParts- Specified by:
- bodyPartsin class- AgeableListModel<T extends Bee>
 
 
-