YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.client.model.ModelChest Class Reference
Inheritance diagram for net.minecraft.client.model.ModelChest:
net.minecraft.client.model.ModelBase net.minecraft.client.model.ModelLargeChest

Public Member Functions

 ModelChest ()
 
void renderAll ()
 
- Public Member Functions inherited from net.minecraft.client.model.ModelBase
void render (Entity par1Entity, float par2, float par3, float par4, float par5, float par6, float par7)
 
void setRotationAngles (float par1, float par2, float par3, float par4, float par5, float par6, Entity par7Entity)
 
void setLivingAnimations (EntityLiving par1EntityLiving, float par2, float par3, float par4)
 
ModelRenderer getRandomModelBox (Random par1Random)
 
TextureOffset getTextureOffset (String par1Str)
 

Public Attributes

ModelRenderer chestLid = (new ModelRenderer(this, 0, 0)).setTextureSize(64, 64)
 
ModelRenderer chestBelow
 
ModelRenderer chestKnob
 
- Public Attributes inherited from net.minecraft.client.model.ModelBase
float onGround
 
boolean isRiding = false
 
List boxList = new ArrayList()
 
boolean isChild = true
 
int textureWidth = 64
 
int textureHeight = 32
 

Additional Inherited Members

- Protected Member Functions inherited from net.minecraft.client.model.ModelBase
void setTextureOffset (String par1Str, int par2, int par3)
 

Constructor & Destructor Documentation

net.minecraft.client.model.ModelChest.ModelChest ( )

Member Function Documentation

void net.minecraft.client.model.ModelChest.renderAll ( )

This method renders out all parts of the chest model.

Member Data Documentation

ModelRenderer net.minecraft.client.model.ModelChest.chestBelow

The model of the bottom of the chest.

ModelRenderer net.minecraft.client.model.ModelChest.chestKnob

The chest's knob in the chest model.

ModelRenderer net.minecraft.client.model.ModelChest.chestLid = (new ModelRenderer(this, 0, 0)).setTextureSize(64, 64)

The chest lid in the chest's model.


The documentation for this class was generated from the following file: