Class RavagerEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.SinglePartEntityModel<RavagerEntity>
net.minecraft.client.render.entity.model.RavagerEntityModel
@Environment(CLIENT) public class RavagerEntityModel extends SinglePartEntityModel<RavagerEntity>
-
Field Summary
Fields Modifier and Type Field Description private ModelPartfield_27489private ModelPartfield_27490private ModelPartfield_27491private ModelPartfield_27492private ModelPartfield_27493private ModelPartheadprivate ModelPartjawprivate ModelPartneckFields 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 RavagerEntityModel(ModelPart modelPart) -
Method Summary
Modifier and Type Method Description voidanimateModel(RavagerEntity ravagerEntity, float float2, float float3, float float4)ModelPartgetPart()static TexturedModelDatagetTexturedModelData()voidsetAngles(RavagerEntity ravagerEntity, 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
copyStateTo
-
Field Details
-
field_27489
-
head
-
jaw
-
field_27490
-
field_27491
-
field_27492
-
field_27493
-
neck
-
-
Constructor Details
-
RavagerEntityModel
-
-
Method Details
-
getTexturedModelData
-
getPart
- Specified by:
getPartin classSinglePartEntityModel<RavagerEntity>
-
setAngles
public void setAngles(RavagerEntity ravagerEntity, float float2, float float3, float float4, float float5, float float6)- Specified by:
setAnglesin classEntityModel<RavagerEntity>
-
animateModel
- Overrides:
animateModelin classEntityModel<RavagerEntity>
-