public class TileEntitySign extends TileEntity
| Modifier and Type | Field and Description |
|---|---|
int |
lineBeingEdited |
IChatComponent[] |
signText |
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj| Constructor and Description |
|---|
TileEntitySign() |
| Modifier and Type | Method and Description |
|---|---|
CommandResultStats |
func_174880_d() |
boolean |
func_174882_b(EntityPlayer playerIn) |
Packet |
getDescriptionPacket() |
boolean |
getIsEditable() |
EntityPlayer |
getPlayer() |
void |
readFromNBT(NBTTagCompound compound) |
void |
setEditable(boolean isEditableIn) |
void |
setPlayer(EntityPlayer playerIn) |
void |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, addMapping, canRenderBreaking, createAndLoadEntity, getBlockMetadata, getBlockType, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getWorld, hasWorldObj, invalidate, isInvalid, markDirty, onChunkUnload, onDataPacket, receiveClientEvent, setPos, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic final IChatComponent[] signText
public int lineBeingEdited
public void writeToNBT(NBTTagCompound compound)
writeToNBT in class TileEntitypublic void readFromNBT(NBTTagCompound compound)
readFromNBT in class TileEntitypublic Packet getDescriptionPacket()
getDescriptionPacket in class TileEntitypublic boolean getIsEditable()
public void setEditable(boolean isEditableIn)
public void setPlayer(EntityPlayer playerIn)
public EntityPlayer getPlayer()
public boolean func_174882_b(EntityPlayer playerIn)
public CommandResultStats func_174880_d()