Class DragonHeadModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.SkullModelBase
net.minecraft.client.model.dragon.DragonHeadModel
-
Field Summary
Fields inherited from class net.minecraft.client.model.Model
renderType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayerDefinition
void
renderToBuffer
(PoseStack p_104192_, VertexConsumer p_104193_, int p_104194_, int p_104195_, float p_104196_, float p_104197_, float p_104198_, float p_104199_) void
setupAnim
(float p_104188_, float p_104189_, float p_104190_) Methods inherited from class net.minecraft.client.model.Model
renderType
-
Field Details
-
head
-
jaw
-
-
Constructor Details
-
DragonHeadModel
-
-
Method Details
-
createHeadLayer
-
setupAnim
public void setupAnim(float p_104188_, float p_104189_, float p_104190_) - Specified by:
setupAnim
in classSkullModelBase
-
renderToBuffer
public void renderToBuffer(PoseStack p_104192_, VertexConsumer p_104193_, int p_104194_, int p_104195_, float p_104196_, float p_104197_, float p_104198_, float p_104199_) - Specified by:
renderToBuffer
in classModel
-