Package net.minecraft.block.entity
Interface Hopper
- All Known Implementing Classes:
HopperBlockEntity,HopperMinecartEntity
public interface Hopper extends Inventory
-
Field Summary
Fields Modifier and Type Field Description static VoxelShapeABOVE_SHAPEstatic VoxelShapeINPUT_AREA_SHAPEstatic VoxelShapeINSIDE_SHAPE -
Method Summary
Modifier and Type Method Description doublegetHopperX()doublegetHopperY()doublegetHopperZ()default VoxelShapegetInputAreaShape()Methods inherited from interface net.minecraft.inventory.Inventory
canPlayerUse, containsAny, count, getMaxCountPerStack, getStack, isEmpty, isValid, markDirty, onClose, onOpen, removeStack, removeStack, setStack, size
-
Field Details
-
INSIDE_SHAPE
-
ABOVE_SHAPE
-
INPUT_AREA_SHAPE
-
-
Method Details
-
getInputAreaShape
-
getHopperX
double getHopperX() -
getHopperY
double getHopperY() -
getHopperZ
double getHopperZ()
-