Class DragonHeadEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.SkullEntityModel
net.minecraft.client.render.entity.model.DragonHeadEntityModel
@Environment(CLIENT) public class DragonHeadEntityModel extends SkullEntityModel
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.model.SkullEntityModel
skull
Fields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth
-
Constructor Summary
Constructors Constructor Description DragonHeadEntityModel(float scale)
-
Method Summary
Modifier and Type Method Description void
method_2821(float float2, float float3, float float4)
void
render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
-
Field Details
-
head
-
jaw
-
-
Constructor Details
-
DragonHeadEntityModel
public DragonHeadEntityModel(float scale)
-
-
Method Details
-
method_2821
public void method_2821(float float2, float float3, float float4)- Overrides:
method_2821
in classSkullEntityModel
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)- Overrides:
render
in classSkullEntityModel
-