Package net.minecraft.client.model
Class LlamaModel<T extends AbstractChestedHorse>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.EntityModel<T>
net.minecraft.client.model.LlamaModel<T>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
private final ModelPart
Fields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, young
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
createBodyLayer
(CubeDeformation p_170726_) void
renderToBuffer
(PoseStack p_103056_, VertexConsumer p_103057_, int p_103058_, int p_103059_, float p_103060_, float p_103061_, float p_103062_, float p_103063_) void
setupAnim
(T p_103049_, float p_103050_, float p_103051_, float p_103052_, float p_103053_, float p_103054_) Methods inherited from class net.minecraft.client.model.EntityModel
copyPropertiesTo, prepareMobModel
Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
head
-
body
-
rightHindLeg
-
leftHindLeg
-
rightFrontLeg
-
leftFrontLeg
-
rightChest
-
leftChest
-
-
Constructor Details
-
LlamaModel
-
-
Method Details
-
createBodyLayer
-
setupAnim
public void setupAnim(T p_103049_, float p_103050_, float p_103051_, float p_103052_, float p_103053_, float p_103054_) - Specified by:
setupAnim
in classEntityModel<T extends AbstractChestedHorse>
-
renderToBuffer
public void renderToBuffer(PoseStack p_103056_, VertexConsumer p_103057_, int p_103058_, int p_103059_, float p_103060_, float p_103061_, float p_103062_, float p_103063_) - Specified by:
renderToBuffer
in classModel
-