public interface Hopper extends Inventory
Modifier and Type | Field and Description |
---|---|
static VoxelShape |
ABOVE_SHAPE |
static VoxelShape |
INPUT_AREA_SHAPE |
static VoxelShape |
INSIDE_SHAPE |
Modifier and Type | Method and Description |
---|---|
double |
getHopperX() |
double |
getHopperY() |
double |
getHopperZ() |
default VoxelShape |
getInputAreaShape() |
World |
getWorld() |
canPlayerUse, containsAny, count, getMaxCountPerStack, getStack, isEmpty, isValid, markDirty, onClose, onOpen, removeStack, removeStack, setStack, size
static final VoxelShape INSIDE_SHAPE
static final VoxelShape ABOVE_SHAPE
static final VoxelShape INPUT_AREA_SHAPE
default VoxelShape getInputAreaShape()
double getHopperX()
double getHopperY()
double getHopperZ()