Class SolarCookerModel

java.lang.Object
net.minecraft.client.model.Model<SolarCookerRenderState>
de.cech12.solarcooker.client.SolarCookerModel

public class SolarCookerModel extends net.minecraft.client.model.Model<SolarCookerRenderState>
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.model.Model

    net.minecraft.client.model.Model.Simple
  • Field Summary

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

    renderType, root
  • Constructor Summary

    Constructors
    Constructor
    Description
    SolarCookerModel(net.minecraft.client.model.geom.ModelPart root)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.model.geom.builders.LayerDefinition
     
    void
     

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

    allParts, getAnimation, renderToBuffer, renderToBuffer, renderType, renderType, resetPose, root

    Methods inherited from class Object

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

    • SolarCookerModel

      public SolarCookerModel(net.minecraft.client.model.geom.ModelPart root)
  • Method Details

    • createBodyLayer

      public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer()
    • setupAnim

      public void setupAnim(@NotNull @NotNull SolarCookerRenderState state)
      Overrides:
      setupAnim in class net.minecraft.client.model.Model<SolarCookerRenderState>