Package net.minecraft.block
Class BlockJukebox.TileEntityJukebox
- java.lang.Object
-
- net.minecraft.tileentity.TileEntity
-
- net.minecraft.block.BlockJukebox.TileEntityJukebox
-
- Enclosing class:
- BlockJukebox
public static class BlockJukebox.TileEntityJukebox extends TileEntity
-
-
Field Summary
-
Fields inherited from class net.minecraft.tileentity.TileEntity
blockType, pos, tileEntityInvalid, worldObj
-
-
Constructor Summary
Constructors Constructor Description TileEntityJukebox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemStack
getRecord()
void
readFromNBT(NBTTagCompound compound)
void
setRecord(ItemStack recordStack)
void
writeToNBT(NBTTagCompound compound)
-
Methods inherited from class net.minecraft.tileentity.TileEntity
addInfoToCrashReport, createAndLoadEntity, func_183000_F, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceSq, getMaxRenderDistanceSquared, getPos, getWorld, hasWorldObj, invalidate, isInvalid, markDirty, receiveClientEvent, setPos, setWorldObj, updateContainingBlockInfo, validate
-
-
-
-
Method Detail
-
readFromNBT
public void readFromNBT(NBTTagCompound compound)
- Overrides:
readFromNBT
in classTileEntity
-
writeToNBT
public void writeToNBT(NBTTagCompound compound)
- Overrides:
writeToNBT
in classTileEntity
-
getRecord
public ItemStack getRecord()
-
setRecord
public void setRecord(ItemStack recordStack)
-
-