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

Public Member Functions

void writeToNBT (NBTTagCompound par1NBTTagCompound)
 
void readFromNBT (NBTTagCompound par1NBTTagCompound)
 
Packet getDescriptionPacket ()
 
void setSkullType (int par1, String par2Str)
 
int getSkullType ()
 
void setSkullRotation (int par1)
 
int func_82119_b ()
 
String getExtraType ()
 
- 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 ()
 

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)
 
- Public Attributes inherited from net.minecraft.tileentity.TileEntity
World worldObj
 
int xCoord
 
int yCoord
 
int zCoord
 
int blockMetadata = -1
 
Block blockType
 
- 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

int net.minecraft.tileentity.TileEntitySkull.func_82119_b ( )
Packet net.minecraft.tileentity.TileEntitySkull.getDescriptionPacket ( )

Overriden in a sign to provide the text.

String net.minecraft.tileentity.TileEntitySkull.getExtraType ( )

Get the extra data foor this skull, used as player username by player heads

int net.minecraft.tileentity.TileEntitySkull.getSkullType ( )

Get the entity type for the skull

void net.minecraft.tileentity.TileEntitySkull.readFromNBT ( NBTTagCompound  par1NBTTagCompound)

Reads a tile entity from NBT.

void net.minecraft.tileentity.TileEntitySkull.setSkullRotation ( int  par1)

Set the skull's rotation

void net.minecraft.tileentity.TileEntitySkull.setSkullType ( int  par1,
String  par2Str 
)

Set the entity type for the skull

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

Writes a tile entity to NBT.


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