Interface Hopper

All Superinterfaces:
IInventory
All Known Implementing Classes:
EntityMinecartHopper, TileEntityHopper

public interface Hopper extends IInventory
  • 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.