net.minecraft.client.model
Class ModelSign

java.lang.Object
  extended by net.minecraft.client.model.ModelBase
      extended by net.minecraft.client.model.ModelSign

public class ModelSign
extends ModelBase


Field Summary
 ModelRenderer signBoard
          The board on a sign that has the writing on it.
 ModelRenderer signStick
          The stick a sign stands on.
 
Fields inherited from class net.minecraft.client.model.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
 
Constructor Summary
ModelSign()
           
 
Method Summary
 void renderSign()
          Renders the sign model through TileEntitySignRenderer
 
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

signBoard

public ModelRenderer signBoard
The board on a sign that has the writing on it.


signStick

public ModelRenderer signStick
The stick a sign stands on.

Constructor Detail

ModelSign

public ModelSign()
Method Detail

renderSign

public void renderSign()
Renders the sign model through TileEntitySignRenderer