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 ModelPart
head
private ModelPart
jaw
private ModelPart
leftFrontLeg
private ModelPart
leftHindLeg
private ModelPart
neck
private ModelPart
rightFrontLeg
private ModelPart
rightHindLeg
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 RavagerEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description void
animateModel(RavagerEntity ravagerEntity, float float2, float float3, float float4)
ModelPart
getPart()
static TexturedModelData
getTexturedModelData()
void
setAngles(RavagerEntity ravagerEntity, 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
copyStateTo
-
Field Details
-
root
-
head
-
jaw
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
neck
-
-
Constructor Details
-
RavagerEntityModel
-
-
Method Details
-
getTexturedModelData
-
getPart
- Specified by:
getPart
in classSinglePartEntityModel<RavagerEntity>
-
setAngles
public void setAngles(RavagerEntity ravagerEntity, float float2, float float3, float float4, float float5, float float6)- Specified by:
setAngles
in classEntityModel<RavagerEntity>
-
animateModel
- Overrides:
animateModel
in classEntityModel<RavagerEntity>
-