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 ModelPartbodyprivate ModelPartheadprivate ModelPartleftWingprivate ModelPartleftWingTipprivate ModelPartrightWingprivate ModelPartrightWingTipprivate ModelPartrootFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors Constructor Description BatEntityModel(ModelPart root) -
Method Summary
Modifier and Type Method Description ModelPartgetPart()static TexturedModelDatagetTexturedModelData()voidsetAngles(BatEntity batEntity, float float2, float float3, float float4, float float5, float float6)Methods inherited from class net.minecraft.client.render.entity.model.SinglePartEntityModel
renderMethods 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:
getPartin classSinglePartEntityModel<BatEntity>
-
setAngles
public void setAngles(BatEntity batEntity, float float2, float float3, float float4, float float5, float float6)- Specified by:
setAnglesin classEntityModel<BatEntity>
-