public static class BlockJukebox.TileEntityJukebox extends TileEntity
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, worldObj| Constructor and Description | 
|---|
TileEntityJukebox()  | 
| Modifier and Type | Method and Description | 
|---|---|
ItemStack | 
getRecord()  | 
void | 
readFromNBT(NBTTagCompound compound)  | 
void | 
setRecord(ItemStack recordStack)  | 
NBTTagCompound | 
writeToNBT(NBTTagCompound compound)  | 
addInfoToCrashReport, addMapping, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getCapability, getDisplayName, getDistanceSq, getMaxRenderDistanceSquared, getPos, getRenderBoundingBox, getTileData, getUpdatePacket, getUpdateTag, getWorld, handleUpdateTag, hasCapability, hasFastRenderer, hasWorldObj, invalidate, isInvalid, markDirty, mirror, onChunkUnload, onDataPacket, onLoad, onlyOpsCanSetNbt, receiveClientEvent, restrictNBTCopy, rotate, serializeNBT, setPos, setWorldCreate, setWorldObj, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validatepublic void readFromNBT(NBTTagCompound compound)
readFromNBT in class TileEntitypublic NBTTagCompound writeToNBT(NBTTagCompound compound)
writeToNBT in class TileEntity@Nullable public ItemStack getRecord()
public void setRecord(@Nullable
                      ItemStack recordStack)