Class RavagerEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.CompositeEntityModel<RavagerEntity>
net.minecraft.client.render.entity.model.RavagerEntityModel
@Environment(CLIENT) public class RavagerEntityModel extends CompositeEntityModel<RavagerEntity>
-
Field Summary
Fields Modifier and Type Field Description private ModelPartheadprivate ModelPartjawprivate ModelPartleftBackLegprivate ModelPartleftFrontLegprivate ModelPartneckprivate ModelPartrightBackLegprivate ModelPartrightFrontLegprivate ModelParttorsoFields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth -
Constructor Summary
Constructors Constructor Description RavagerEntityModel() -
Method Summary
Modifier and Type Method Description voidanimateModel(RavagerEntity ravagerEntity, float float2, float float3, float float4)Iterable<ModelPart>getParts()voidsetAngles(RavagerEntity ravagerEntity, float float2, float float3, float float4, float float5, float float6)Methods inherited from class net.minecraft.client.render.entity.model.CompositeEntityModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
copyStateTo
-
Field Details
-
head
-
jaw
-
torso
-
rightBackLeg
-
leftBackLeg
-
rightFrontLeg
-
leftFrontLeg
-
neck
-
-
Constructor Details
-
RavagerEntityModel
public RavagerEntityModel()
-
-
Method Details
-
getParts
- Specified by:
getPartsin classCompositeEntityModel<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>
-