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 SummaryFieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartprivate final ModelPartFields inherited from class net.minecraft.client.model.EntityModelattackTime, riding, youngFields inherited from class net.minecraft.client.model.ModelrenderType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.EntityModelcopyPropertiesTo, prepareMobModelMethods inherited from class net.minecraft.client.model.ModelrenderType
- 
Field Details- 
head
- 
body
- 
rightHindLeg
- 
leftHindLeg
- 
rightFrontLeg
- 
leftFrontLeg
- 
rightChest
- 
leftChest
 
- 
- 
Constructor Details- 
LlamaModel
 
- 
- 
Method Details- 
createBodyLayer
- 
setupAnimpublic void setupAnim(T p_103049_, float p_103050_, float p_103051_, float p_103052_, float p_103053_, float p_103054_) - Specified by:
- setupAnimin class- EntityModel<T extends AbstractChestedHorse>
 
- 
renderToBufferpublic 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 class- Model
 
 
-