Package net.minecraft.src
Class TileEntityDropper
java.lang.Object
net.minecraft.src.TileEntity
net.minecraft.src.TileEntityDispenser
net.minecraft.src.TileEntityDropper
- All Implemented Interfaces:
IInventory
-
Field Summary
Fields inherited from class net.minecraft.src.TileEntityDispenser
customNameFields inherited from class net.minecraft.src.TileEntity
blockMetadata, blockType, tileEntityInvalid, worldObj, xCoord, yCoord, zCoord -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.src.TileEntityDispenser
addItem, closeChest, decrStackSize, getInventoryStackLimit, getRandomStackFromInventory, getSizeInventory, getStackInSlot, getStackInSlotOnClosing, isInvNameLocalized, isItemValidForSlot, isUseableByPlayer, openChest, readFromNBT, setCustomName, setInventorySlotContents, writeToNBTMethods inherited from class net.minecraft.src.TileEntity
addMapping, createAndLoadEntity, func_85027_a, getBlockMetadata, getBlockType, getDescriptionPacket, getDistanceFrom, getMaxRenderDistanceSquared, getWorldObj, hasWorldObj, invalidate, isInvalid, onInventoryChanged, receiveClientEvent, setWorldObj, updateContainingBlockInfo, updateEntity, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.src.IInventory
onInventoryChanged
-
Constructor Details
-
TileEntityDropper
public TileEntityDropper()
-
-
Method Details
-
getInvName
Returns the name of the inventory.- Specified by:
getInvNamein interfaceIInventory- Overrides:
getInvNamein classTileEntityDispenser
-