Package net.minecraft.client.model
Class SkullModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.SkullModelBase
net.minecraft.client.model.SkullModel
-
Field Summary
FieldsFields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MeshDefinition
static LayerDefinition
static LayerDefinition
void
renderToBuffer
(PoseStack poseStack, VertexConsumer buffer, int packedLight, int packedOverlay, int color) void
setupAnim
(float mouthAnimation, float yRot, float xRot) Methods inherited from class net.minecraft.client.model.Model
renderToBuffer, renderType
-
Field Details
-
root
-
head
-
-
Constructor Details
-
SkullModel
-
-
Method Details
-
createHeadModel
-
createHumanoidHeadLayer
-
createMobHeadLayer
-
setupAnim
public void setupAnim(float mouthAnimation, float yRot, float xRot) - Specified by:
setupAnim
in classSkullModelBase
-
renderToBuffer
public void renderToBuffer(PoseStack poseStack, VertexConsumer buffer, int packedLight, int packedOverlay, int color) - Specified by:
renderToBuffer
in classModel
-