YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.tileentity.TileEntitySign Class Reference
Inheritance diagram for net.minecraft.tileentity.TileEntitySign:
net.minecraft.tileentity.TileEntity

Public Member Functions

void writeToNBT (NBTTagCompound par1NBTTagCompound)
 
void readFromNBT (NBTTagCompound par1NBTTagCompound)
 
Packet getDescriptionPacket ()
 
boolean isEditable ()
 
void setEditable (boolean par1)
 
- Public Member Functions inherited from net.minecraft.tileentity.TileEntity
World getWorldObj ()
 
void setWorldObj (World par1World)
 
boolean func_70309_m ()
 
void readFromNBT (NBTTagCompound par1NBTTagCompound)
 
void writeToNBT (NBTTagCompound par1NBTTagCompound)
 
void updateEntity ()
 
int getBlockMetadata ()
 
void onInventoryChanged ()
 
double getDistanceFrom (double par1, double par3, double par5)
 
double getMaxRenderDistanceSquared ()
 
Block getBlockType ()
 
Packet getDescriptionPacket ()
 
boolean isInvalid ()
 
void invalidate ()
 
void validate ()
 
boolean receiveClientEvent (int par1, int par2)
 
void updateContainingBlockInfo ()
 
void func_85027_a (CrashReportCategory par1CrashReportCategory)
 
boolean canUpdate ()
 
void onDataPacket (INetworkManager net, Packet132TileEntityData pkt)
 
void onChunkUnload ()
 
boolean shouldRefresh (int oldID, int newID, int oldMeta, int newMeta, World world, int x, int y, int z)
 
boolean shouldRenderInPass (int pass)
 
AxisAlignedBB getRenderBoundingBox ()
 

Public Attributes

String[] signText = new String[] {"", "", "", ""}
 
int lineBeingEdited = -1
 
- Public Attributes inherited from net.minecraft.tileentity.TileEntity
World worldObj
 
int xCoord
 
int yCoord
 
int zCoord
 
int blockMetadata = -1
 
Block blockType
 

Additional Inherited Members

- Static Public Member Functions inherited from net.minecraft.tileentity.TileEntity
static void addMapping (Class par0Class, String par1Str)
 
static TileEntity createAndLoadEntity (NBTTagCompound par0NBTTagCompound)
 
- Static Public Attributes inherited from net.minecraft.tileentity.TileEntity
static final AxisAlignedBB INFINITE_EXTENT_AABB = AxisAlignedBB.getBoundingBox(Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY, Double.POSITIVE_INFINITY)
 
- Protected Attributes inherited from net.minecraft.tileentity.TileEntity
boolean tileEntityInvalid
 

Member Function Documentation

Packet net.minecraft.tileentity.TileEntitySign.getDescriptionPacket ( )

Overriden in a sign to provide the text.

boolean net.minecraft.tileentity.TileEntitySign.isEditable ( )
void net.minecraft.tileentity.TileEntitySign.readFromNBT ( NBTTagCompound  par1NBTTagCompound)

Reads a tile entity from NBT.

void net.minecraft.tileentity.TileEntitySign.setEditable ( boolean  par1)

Sets the sign's isEditable flag to the specified parameter.

void net.minecraft.tileentity.TileEntitySign.writeToNBT ( NBTTagCompound  par1NBTTagCompound)

Writes a tile entity to NBT.

Member Data Documentation

int net.minecraft.tileentity.TileEntitySign.lineBeingEdited = -1

The index of the line currently being edited. Only used on client side, but defined on both. Note this is only really used when the > < are going to be visible.

String [] net.minecraft.tileentity.TileEntitySign.signText = new String[] {"", "", "", ""}

An array of four strings storing the lines of text on the sign.


The documentation for this class was generated from the following file: