Class GaiaHeadModel

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.model.SkullModelBase
vazkii.botania.client.model.GaiaHeadModel

public class GaiaHeadModel extends net.minecraft.client.model.SkullModelBase
  • Field Summary

    Fields inherited from class net.minecraft.client.model.Model

    renderType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderToBuffer(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, int color)
     
    void
    setupAnim(float animationProgress, float yRot, float xRot)
     

    Methods inherited from class net.minecraft.client.model.Model

    renderToBuffer, renderType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GaiaHeadModel

      public GaiaHeadModel()
  • Method Details

    • setupAnim

      public void setupAnim(float animationProgress, float yRot, float xRot)
      Specified by:
      setupAnim in class net.minecraft.client.model.SkullModelBase
    • renderToBuffer

      public void renderToBuffer(com.mojang.blaze3d.vertex.PoseStack ms, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, int color)
      Specified by:
      renderToBuffer in class net.minecraft.client.model.Model