Class EnderChestModel

java.lang.Object
net.minecraft.client.model.Model<EnderChestModel.State>
codechicken.enderstorage.client.model.EnderChestModel

public class EnderChestModel extends net.minecraft.client.model.Model<EnderChestModel.State>
Created by covers1624 on 11/1/25.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final record 
     

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.client.renderer.rendertype.RenderType
     

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

    renderType, root
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

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

    Methods inherited from class java.lang.Object

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

    • RENDER_TYPE

      public static final net.minecraft.client.renderer.rendertype.RenderType RENDER_TYPE
  • Constructor Details

    • EnderChestModel

      public EnderChestModel()
  • Method Details

    • createModel

      public static net.minecraft.client.model.geom.ModelPart createModel()
    • setupAnim

      public void setupAnim(EnderChestModel.State state)
      Overrides:
      setupAnim in class net.minecraft.client.model.Model<EnderChestModel.State>