Class SkullEntityModel


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

  • Constructor Details

    • SkullEntityModel

      public SkullEntityModel​(ModelPart root)
  • Method Details

    • getModelData

      public static ModelData getModelData()
    • getHeadTexturedModelData

      public static TexturedModelData getHeadTexturedModelData()
    • getSkullTexturedModelData

      public static TexturedModelData getSkullTexturedModelData()
    • setHeadRotation

      public void setHeadRotation​(float animationProgress, float yaw, float pitch)
      Specified by:
      setHeadRotation in class SkullBlockEntityModel
    • 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