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
FieldsModifier and TypeFieldDescriptionprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartprivate ModelPartFields inherited from class net.minecraft.client.model.EntityModel
attackTime, riding, youngFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinitioncreateBodyLayer(CubeDeformation p_170726_)voidrenderToBuffer(PoseStack p_103056_, VertexConsumer p_103057_, int p_103058_, int p_103059_, float p_103060_, float p_103061_, float p_103062_, float p_103063_)voidsetupAnim(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, prepareMobModelMethods 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:
setupAnimin 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:
renderToBufferin classModel
-