Package net.minecraft.src
Interface Hopper
- All Superinterfaces:
IInventory
- All Known Implementing Classes:
EntityMinecartHopper,TileEntityHopper
-
Method Summary
Methods inherited from interface net.minecraft.src.IInventory
closeChest, decrStackSize, getInventoryStackLimit, getInvName, getSizeInventory, getStackInSlot, getStackInSlotOnClosing, isInvNameLocalized, isItemValidForSlot, isUseableByPlayer, onInventoryChanged, openChest, setInventorySlotContents
-
Method Details
-
getWorldObj
World getWorldObj()Returns the worldObj for this tileEntity. -
getXPos
double getXPos()Gets the world X position for this hopper entity. -
getYPos
double getYPos()Gets the world Y position for this hopper entity. -
getZPos
double getZPos()Gets the world Z position for this hopper entity.
-