public class TileEntitySign extends TileEntity
Modifier and Type | Field and Description |
---|---|
int |
lineBeingEdited
The index of the line currently being edited.
|
java.lang.String[] |
signText
An array of four strings storing the lines of text on the sign.
|
blockMetadata, blockType, INFINITE_EXTENT_AABB, tileEntityInvalid, worldObj, xCoord, yCoord, zCoord
Constructor and Description |
---|
TileEntitySign() |
Modifier and Type | Method and Description |
---|---|
EntityPlayer |
func_145911_b() |
void |
func_145912_a(EntityPlayer p_145912_1_) |
boolean |
func_145914_a() |
Packet |
getDescriptionPacket()
Overriden in a sign to provide the text.
|
void |
readFromNBT(NBTTagCompound p_145839_1_) |
void |
setEditable(boolean p_145913_1_)
Sets the sign's isEditable flag to the specified parameter.
|
void |
writeToNBT(NBTTagCompound p_145841_1_) |
addMapping, canUpdate, createAndLoadEntity, func_145828_a, getBlockMetadata, getBlockType, getDistanceFrom, getMaxRenderDistanceSquared, getRenderBoundingBox, getWorldObj, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, receiveClientEvent, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, updateEntity, validate
public java.lang.String[] signText
public int lineBeingEdited
public void writeToNBT(NBTTagCompound p_145841_1_)
writeToNBT
in class TileEntity
public void readFromNBT(NBTTagCompound p_145839_1_)
readFromNBT
in class TileEntity
public Packet getDescriptionPacket()
getDescriptionPacket
in class TileEntity
public boolean func_145914_a()
public void setEditable(boolean p_145913_1_)
public void func_145912_a(EntityPlayer p_145912_1_)
public EntityPlayer func_145911_b()