Class SkullEntityModel

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.SkullEntityModel
All Implemented Interfaces:
Consumer<ModelPart>
Direct Known Subclasses:
DragonHeadEntityModel, SkullOverlayEntityModel

@Environment(CLIENT)
public class SkullEntityModel
extends Model
  • Field Details

  • 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)
      Specified by:
      render in class Model