|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.client.model.ModelBase
net.minecraft.client.model.ModelChest
public class ModelChest
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 |
---|
public ModelRenderer chestLid
public ModelRenderer chestBelow
public ModelRenderer chestKnob
Constructor Detail |
---|
public ModelChest()
Method Detail |
---|
public void renderAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |