Package net.minecraft.client.model
Class PiglinHeadModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.SkullModelBase
net.minecraft.client.model.PiglinHeadModel
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private final ModelPart
private final ModelPart
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MeshDefinition
void
renderToBuffer
(PoseStack p_261809_, VertexConsumer p_261744_, int p_261711_, int p_262032_, float p_262022_, float p_261949_, float p_261474_, float p_261957_) void
setupAnim
(float p_261561_, float p_261750_, float p_261549_) Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
head
-
leftEar
-
rightEar
-
-
Constructor Details
-
PiglinHeadModel
-
-
Method Details
-
createHeadModel
-
setupAnim
public void setupAnim(float p_261561_, float p_261750_, float p_261549_) - Specified by:
setupAnim
in classSkullModelBase
-
renderToBuffer
public void renderToBuffer(PoseStack p_261809_, VertexConsumer p_261744_, int p_261711_, int p_262032_, float p_262022_, float p_261949_, float p_261474_, float p_261957_) - Specified by:
renderToBuffer
in classModel
-