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, 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 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()