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
FieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate final ModelPartprivate final ModelPartFields inherited from class net.minecraft.client.model.Model
renderType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MeshDefinitionvoidrenderToBuffer(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, int pColor) voidsetupAnim(float pMouthAnimation, float pYRot, float pXRot) Methods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Field Details
-
head
-
leftEar
-
rightEar
-
-
Constructor Details
-
PiglinHeadModel
-
-
Method Details
-
createHeadModel
-
setupAnim
public void setupAnim(float pMouthAnimation, float pYRot, float pXRot) - Specified by:
setupAnimin classSkullModelBase
-
renderToBuffer
public void renderToBuffer(PoseStack pPoseStack, VertexConsumer pBuffer, int pPackedLight, int pPackedOverlay, int pColor) - Specified by:
renderToBufferin classModel
-