Package net.minecraft.src
Class ModelChest
- java.lang.Object
-
- net.minecraft.src.ModelBase
-
- net.minecraft.src.ModelChest
-
- Direct Known Subclasses:
ModelLargeChest
@Client public class ModelChest extends ModelBase
-
-
Field Summary
Fields Modifier and Type Field Description ModelRenderer
chestBelow
ModelRenderer
chestKnob
ModelRenderer
chestLid
-
Fields inherited from class net.minecraft.src.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
-
-
Constructor Summary
Constructors Constructor Description ModelChest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
renderAll()
-
Methods inherited from class net.minecraft.src.ModelBase
getTextureOffset, render, setLivingAnimations, setRotationAngles, setTextureOffset
-
-
-
-
Field Detail
-
chestLid
public ModelRenderer chestLid
-
chestBelow
public ModelRenderer chestBelow
-
chestKnob
public ModelRenderer chestKnob
-
-