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 ItemStackgetRecord()voidreadFromNBT(NBTTagCompound compound)voidsetRecord(ItemStack recordStack)voidwriteToNBT(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:
readFromNBTin classTileEntity
-
writeToNBT
public void writeToNBT(NBTTagCompound compound)
- Overrides:
writeToNBTin classTileEntity
-
getRecord
public ItemStack getRecord()
-
setRecord
public void setRecord(ItemStack recordStack)
-
-