Class LlamaEntityModel<T extends AbstractDonkeyEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.client.render.entity.model.LlamaEntityModel<T>
@Environment(CLIENT) public class LlamaEntityModel<T extends AbstractDonkeyEntity> extends EntityModel<T>
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
body
private ModelPart
head
private ModelPart
leftChest
private ModelPart
leftFrontLeg
private ModelPart
leftHindLeg
private ModelPart
rightChest
private ModelPart
rightFrontLeg
private ModelPart
rightHindLeg
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 LlamaEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description static TexturedModelData
getTexturedModelData(Dilation dilation)
void
render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
head
-
body
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
rightChest
-
leftChest
-
-
Constructor Details
-
LlamaEntityModel
-
-
Method Details
-
getTexturedModelData
-
setAngles
- Specified by:
setAngles
in classEntityModel<T extends AbstractDonkeyEntity>
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
-