public class TileEntitySign extends TileEntity
Modifier and Type | Field and Description |
---|---|
int |
lineBeingEdited
The index of the line currently being edited.
|
IChatComponent[] |
signText |
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj
Constructor and Description |
---|
TileEntitySign() |
Modifier and Type | Method and Description |
---|---|
boolean |
executeCommand(EntityPlayer playerIn) |
boolean |
func_183000_F() |
Packet |
getDescriptionPacket()
Allows for a specialized description packet to be created.
|
boolean |
getIsEditable() |
EntityPlayer |
getPlayer() |
CommandResultStats |
getStats() |
void |
readFromNBT(NBTTagCompound compound) |
void |
setEditable(boolean isEditableIn)
Sets the sign's isEditable flag to the specified parameter.
|
void |
setPlayer(EntityPlayer playerIn) |
void |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, addMapping, canRenderBreaking, createAndLoadEntity, deserializeNBT, getBlockMetadata, getBlockType, getCapability, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getWorld, hasCapability, hasFastRenderer, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, onLoad, receiveClientEvent, restrictNBTCopy, serializeNBT, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validate
public final IChatComponent[] signText
public int lineBeingEdited
public void writeToNBT(NBTTagCompound compound)
writeToNBT
in class TileEntity
public void readFromNBT(NBTTagCompound compound)
readFromNBT
in class TileEntity
public Packet getDescriptionPacket()
getDescriptionPacket
in class TileEntity
public boolean func_183000_F()
func_183000_F
in class TileEntity
public boolean getIsEditable()
public void setEditable(boolean isEditableIn)
public void setPlayer(EntityPlayer playerIn)
public EntityPlayer getPlayer()
public boolean executeCommand(EntityPlayer playerIn)
public CommandResultStats getStats()