Package btw.block.tileentity
Class PlacedToolTileEntity
java.lang.Object
net.minecraft.src.TileEntity
btw.block.tileentity.PlacedToolTileEntity
- All Implemented Interfaces:
TileEntityDataPacketHandler
-
Field Summary
Fields inherited from class net.minecraft.src.TileEntity
blockMetadata, blockType, tileEntityInvalid, worldObj, xCoord, yCoord, zCoord -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidOverriden in a sign to provide the text.voidReads a tile entity from NBT.voidvoidsetToolStack(ItemStack stack) voidwriteToNBT(NBTTagCompound tag) Writes a tile entity to NBT.Methods inherited from class net.minecraft.src.TileEntity
addMapping, createAndLoadEntity, func_85027_a, getBlockMetadata, getBlockType, getDistanceFrom, getMaxRenderDistanceSquared, getWorldObj, hasWorldObj, invalidate, isInvalid, onInventoryChanged, receiveClientEvent, setWorldObj, updateContainingBlockInfo, updateEntity, validate
-
Constructor Details
-
PlacedToolTileEntity
public PlacedToolTileEntity()
-
-
Method Details
-
readFromNBT
Description copied from class:TileEntityReads a tile entity from NBT.- Overrides:
readFromNBTin classTileEntity
-
writeToNBT
Description copied from class:TileEntityWrites a tile entity to NBT.- Overrides:
writeToNBTin classTileEntity
-
getDescriptionPacket
Description copied from class:TileEntityOverriden in a sign to provide the text.- Overrides:
getDescriptionPacketin classTileEntity
-
readNBTFromPacket
- Specified by:
readNBTFromPacketin interfaceTileEntityDataPacketHandler
-
setToolStack
-
getToolStack
-
ejectContents
public void ejectContents()
-