public class TileEntityRecordPlayer extends TileEntity
Modifier and Type | Field and Description |
---|---|
ItemStack |
record
ID of record which is in Jukebox
|
blockMetadata, blockType, worldObj, xCoord, yCoord, zCoord
Constructor and Description |
---|
TileEntityRecordPlayer() |
Modifier and Type | Method and Description |
---|---|
void |
readFromNBT(NBTTagCompound par1NBTTagCompound)
Reads a tile entity from NBT.
|
void |
writeToNBT(NBTTagCompound par1NBTTagCompound)
Writes a tile entity to NBT.
|
addMapping, canUpdate, createAndLoadEntity, func_70309_m, func_82115_m, func_85027_a, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceFrom, getWorldObj, invalidate, isInvalid, onChunkUnload, onDataPacket, onInventoryChanged, receiveClientEvent, setWorldObj, shouldRefresh, updateContainingBlockInfo, updateEntity, validate
public TileEntityRecordPlayer()
public void readFromNBT(NBTTagCompound par1NBTTagCompound)
readFromNBT
in class TileEntity
public void writeToNBT(NBTTagCompound par1NBTTagCompound)
writeToNBT
in class TileEntity