Class BatEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.SinglePartEntityModel<BatEntity>
net.minecraft.client.render.entity.model.BatEntityModel
@Environment(CLIENT) public class BatEntityModel extends SinglePartEntityModel<BatEntity>
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
body
private ModelPart
head
private ModelPart
leftWing
private ModelPart
leftWingTip
private ModelPart
rightWing
private ModelPart
rightWingTip
private ModelPart
root
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 BatEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description ModelPart
getPart()
static TexturedModelData
getTexturedModelData()
void
setAngles(BatEntity batEntity, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
root
-
head
-
body
-
rightWing
-
leftWing
-
rightWingTip
-
leftWingTip
-
-
Constructor Details
-
BatEntityModel
-
-
Method Details
-
getTexturedModelData
-
getPart
- Specified by:
getPart
in classSinglePartEntityModel<BatEntity>
-
setAngles
public void setAngles(BatEntity batEntity, float float2, float float3, float float4, float float5, float float6)- Specified by:
setAngles
in classEntityModel<BatEntity>
-