Class BeeEntityModel<T extends BeeEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.AnimalModel<T>
net.minecraft.client.render.entity.model.BeeEntityModel<T>
@Environment(CLIENT) public class BeeEntityModel<T extends BeeEntity> extends AnimalModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
backLegs
private float
bodyPitch
private ModelPart
bone
private ModelPart
frontLegs
private ModelPart
leftAntenna
private ModelPart
leftWing
private ModelPart
middleLegs
private ModelPart
rightAntenna
private ModelPart
rightWing
private ModelPart
stinger
Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
Constructors Constructor Description BeeEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description void
animateModel(T t, float float2, float float3, float float4)
protected Iterable<ModelPart>
getBodyParts()
protected Iterable<ModelPart>
getHeadParts()
static TexturedModelData
getTexturedModelData()
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.AnimalModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
bone
-
rightWing
-
leftWing
-
frontLegs
-
middleLegs
-
backLegs
-
stinger
-
leftAntenna
-
rightAntenna
-
bodyPitch
private float bodyPitch
-
-
Constructor Details
-
BeeEntityModel
-
-
Method Details
-
getTexturedModelData
-
animateModel
- Overrides:
animateModel
in classEntityModel<T extends BeeEntity>
-
setAngles
- Specified by:
setAngles
in classEntityModel<T extends BeeEntity>
-
getHeadParts
- Specified by:
getHeadParts
in classAnimalModel<T extends BeeEntity>
-
getBodyParts
- Specified by:
getBodyParts
in classAnimalModel<T extends BeeEntity>
-