net.minecraft.block
Class TileEntityRecordPlayer
java.lang.Object
net.minecraft.tileentity.TileEntity
net.minecraft.block.TileEntityRecordPlayer
public class TileEntityRecordPlayer
- extends TileEntity
Methods inherited from class net.minecraft.tileentity.TileEntity |
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 |
record
public ItemStack record
- ID of record which is in Jukebox
TileEntityRecordPlayer
public TileEntityRecordPlayer()
readFromNBT
public void readFromNBT(NBTTagCompound par1NBTTagCompound)
- Reads a tile entity from NBT.
- Overrides:
readFromNBT
in class TileEntity
writeToNBT
public void writeToNBT(NBTTagCompound par1NBTTagCompound)
- Writes a tile entity to NBT.
- Overrides:
writeToNBT
in class TileEntity