|
||||||||||
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.ModelSign
public class ModelSign
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 |
---|
public ModelRenderer signBoard
public ModelRenderer signStick
Constructor Detail |
---|
public ModelSign()
Method Detail |
---|
public void renderSign()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |