Class SkullEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.SkullEntityModel
- Direct Known Subclasses:
DragonHeadEntityModel
,SkullOverlayEntityModel
@Environment(CLIENT) public class SkullEntityModel extends Model
-
Field Summary
Fields inherited from class net.minecraft.client.model.Model
layerFactory, textureHeight, textureWidth
-
Constructor Summary
Constructors Constructor Description SkullEntityModel()
SkullEntityModel(int textureU, int textureV, int textureWidth, int textureHeight)
-
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
-
skull
-
-
Constructor Details
-
SkullEntityModel
public SkullEntityModel() -
SkullEntityModel
public SkullEntityModel(int textureU, int textureV, int textureWidth, int textureHeight)
-
-
Method Details
-
method_2821
public void method_2821(float float2, float float3, float float4) -
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
-