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
Modifier and TypeFieldDescriptionprivate static final String
private final ModelPart
private static final float
private final ModelPart
private static final String
private static final String
private final ModelPart
private static final String
private final ModelPart
private final ModelPart
private static final String
private final ModelPart
private static final String
private final ModelPart
private final ModelPart
private float
private final ModelPart
private static final String
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
void
prepareMobModel
(T p_102232_, float p_102233_, float p_102234_, float p_102235_) void
setupAnim
(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
renderToBuffer
Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo
Methods inherited from class net.minecraft.client.model.Model
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
- Overrides:
prepareMobModel
in 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:
setupAnim
in classEntityModel<T extends Bee>
-
headParts
- Specified by:
headParts
in classAgeableListModel<T extends Bee>
-
bodyParts
- Specified by:
bodyParts
in classAgeableListModel<T extends Bee>
-