Package net.minecraft.src
Class ModelChest
java.lang.Object
net.minecraft.src.ModelBase
net.minecraft.src.ModelChest
- Direct Known Subclasses:
ModelLargeChest
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe model of the bottom of the chest.The chest's knob in the chest model.The chest lid in the chest's model.Fields inherited from class net.minecraft.src.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method renders out all parts of the chest model.Methods inherited from class net.minecraft.src.ModelBase
getRandomModelBox, getTextureOffset, render, setLivingAnimations, setRotationAngles, setTextureOffset
-
Field Details
-
chestLid
The chest lid in the chest's model. -
chestBelow
The model of the bottom of the chest. -
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.
-