Class ModelChest

java.lang.Object
net.minecraft.src.ModelBase
net.minecraft.src.ModelChest
Direct Known Subclasses:
ModelLargeChest

@Environment(CLIENT) public class ModelChest extends ModelBase
  • Field Details

    • chestLid

      public ModelRenderer chestLid
      The chest lid in the chest's model.
    • chestBelow

      public ModelRenderer chestBelow
      The model of the bottom of the chest.
    • chestKnob

      public ModelRenderer chestKnob
      The chest's knob in the chest model.
  • Constructor Details

    • ModelChest

      public ModelChest()
  • Method Details

    • renderAll

      public void renderAll()
      This method renders out all parts of the chest model.