public interface IHopper extends IInventory
Modifier and Type | Field and Description |
---|---|
static VoxelShape |
BLOCK_ABOVE_SHAPE |
static VoxelShape |
COLLECTION_AREA_SHAPE |
static VoxelShape |
INSIDE_BOWL_SHAPE |
Modifier and Type | Method and Description |
---|---|
default VoxelShape |
getCollectionArea() |
World |
getWorld() |
double |
getXPos() |
double |
getYPos() |
double |
getZPos() |
closeInventory, count, decrStackSize, getInventoryStackLimit, getSizeInventory, getStackInSlot, hasAny, isEmpty, isItemValidForSlot, isUsableByPlayer, markDirty, openInventory, removeStackFromSlot, setInventorySlotContents
clear, clearObj
static final VoxelShape INSIDE_BOWL_SHAPE
static final VoxelShape BLOCK_ABOVE_SHAPE
static final VoxelShape COLLECTION_AREA_SHAPE
default VoxelShape getCollectionArea()
@Nullable World getWorld()
double getXPos()
double getYPos()
double getZPos()