|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.tileentity.TileEntity
net.minecraft.tileentity.TileEntitySkull
public class TileEntitySkull
Field Summary |
---|
Fields inherited from class net.minecraft.tileentity.TileEntity |
---|
blockMetadata, blockType, worldObj, xCoord, yCoord, zCoord |
Constructor Summary | |
---|---|
TileEntitySkull()
|
Method Summary | |
---|---|
int |
func_82119_b()
|
Packet |
getDescriptionPacket()
Overriden in a sign to provide the text. |
String |
getExtraType()
Get the extra data foor this skull, used as player username by player heads |
int |
getSkullType()
Get the entity type for the skull |
void |
readFromNBT(NBTTagCompound par1NBTTagCompound)
Reads a tile entity from NBT. |
void |
setSkullRotation(int par1)
Set the skull's rotation |
void |
setSkullType(int par1,
String par2Str)
Set the entity type for the skull |
void |
writeToNBT(NBTTagCompound par1NBTTagCompound)
Writes a tile entity to NBT. |
Methods inherited from class net.minecraft.tileentity.TileEntity |
---|
addMapping, canUpdate, createAndLoadEntity, func_70309_m, func_82115_m, func_85027_a, getBlockMetadata, getBlockType, getDistanceFrom, getWorldObj, invalidate, isInvalid, onChunkUnload, onDataPacket, onInventoryChanged, receiveClientEvent, setWorldObj, shouldRefresh, updateContainingBlockInfo, updateEntity, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TileEntitySkull()
Method Detail |
---|
public void writeToNBT(NBTTagCompound par1NBTTagCompound)
writeToNBT
in class TileEntity
public void readFromNBT(NBTTagCompound par1NBTTagCompound)
readFromNBT
in class TileEntity
public Packet getDescriptionPacket()
getDescriptionPacket
in class TileEntity
public void setSkullType(int par1, String par2Str)
public int getSkullType()
public void setSkullRotation(int par1)
public int func_82119_b()
public String getExtraType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |