net.minecraft.client.model
Class ModelChest

java.lang.Object
  extended by net.minecraft.client.model.ModelBase
      extended by net.minecraft.client.model.ModelChest
Direct Known Subclasses:
ModelLargeChest

public class ModelChest
extends ModelBase


Field Summary
 ModelRenderer chestBelow
          The model of the bottom of the chest.
 ModelRenderer chestKnob
          The chest's knob in the chest model.
 ModelRenderer chestLid
          The chest lid in the chest's model.
 
Fields inherited from class net.minecraft.client.model.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
 
Constructor Summary
ModelChest()
           
 
Method Summary
 void renderAll()
          This method renders out all parts of the chest model.
 
Methods inherited from class net.minecraft.client.model.ModelBase
func_85181_a, getTextureOffset, render, setLivingAnimations, setRotationAngles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

ModelChest

public ModelChest()
Method Detail

renderAll

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