Package net.minecraft.src
Class TileEntityRecordPlayer
- java.lang.Object
-
- net.minecraft.src.TileEntity
-
- net.minecraft.src.TileEntityRecordPlayer
-
public class TileEntityRecordPlayer extends TileEntity
-
-
Field Summary
Fields Modifier and Type Field Description intrecord-
Fields inherited from class net.minecraft.src.TileEntity
blockMetadata, blockType, tileEntityInvalid, worldObj, xCoord, yCoord, zCoord
-
-
Constructor Summary
Constructors Constructor Description TileEntityRecordPlayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadFromNBT(NBTTagCompound var1)voidwriteToNBT(NBTTagCompound var1)-
Methods inherited from class net.minecraft.src.TileEntity
createAndLoadEntity, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceFrom, invalidate, isInvalid, onInventoryChanged, onTileEntityPowered, updateContainingBlockInfo, updateEntity, validate
-
-
-
-
Method Detail
-
readFromNBT
public void readFromNBT(NBTTagCompound var1)
- Overrides:
readFromNBTin classTileEntity
-
writeToNBT
public void writeToNBT(NBTTagCompound var1)
- Overrides:
writeToNBTin classTileEntity
-
-