Package net.minecraft.src
Class ModelSign
java.lang.Object
net.minecraft.src.ModelBase
net.minecraft.src.ModelSign
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe board on a sign that has the writing on it.The stick a sign stands on.Fields inherited from class net.minecraft.src.ModelBase
boxList, isChild, isRiding, onGround, textureHeight, textureWidth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRenders the sign model through TileEntitySignRendererMethods inherited from class net.minecraft.src.ModelBase
getRandomModelBox, getTextureOffset, render, setLivingAnimations, setRotationAngles, setTextureOffset
-
Field Details
-
signBoard
The board on a sign that has the writing on it. -
signStick
The stick a sign stands on.
-
-
Constructor Details
-
ModelSign
public ModelSign()
-
-
Method Details
-
renderSign
public void renderSign()Renders the sign model through TileEntitySignRenderer
-