Package net.minecraft.block.entity
Interface Hopper
- All Known Implementing Classes:
 HopperBlockEntity,HopperMinecartEntity
- Mappings:
 Namespace Name named net/minecraft/block/entity/Hopperintermediary net/minecraft/class_2615official ecb
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.inventory.Inventory
Inventory.Iterator - 
Field Summary
FieldsFields inherited from interface net.minecraft.inventory.Inventory
DEFAULT_MAX_INTERACTION_RANGE - 
Method Summary
Methods inherited from interface net.minecraft.inventory.Inventory
canPlayerUse, canTransferTo, containsAny, containsAny, count, getMaxCount, getMaxCountPerStack, getStack, isEmpty, isValid, iterator, markDirty, onClose, onOpen, removeStack, removeStack, setStack, sizeMethods inherited from interface java.lang.Iterable
forEach, spliterator 
- 
Field Details
- 
INPUT_AREA_SHAPE
- Mappings:
 Namespace Name Mixin selector named INPUT_AREA_SHAPELnet/minecraft/block/entity/Hopper;INPUT_AREA_SHAPE:Lnet/minecraft/util/math/Box;intermediary field_12026Lnet/minecraft/class_2615;field_12026:Lnet/minecraft/class_238;official F_Lecb;F_:Lfin;
 
 - 
 - 
Method Details
- 
getInputAreaShape
- Mappings:
 Namespace Name Mixin selector named getInputAreaShapeLnet/minecraft/block/entity/Hopper;getInputAreaShape()Lnet/minecraft/util/math/Box;intermediary method_11262Lnet/minecraft/class_2615;method_11262()Lnet/minecraft/class_238;official al_Lecb;al_()Lfin;
 - 
getHopperX
double getHopperX()- Mappings:
 Namespace Name Mixin selector named getHopperXLnet/minecraft/block/entity/Hopper;getHopperX()Dintermediary method_11266Lnet/minecraft/class_2615;method_11266()Dofficial ALecb;A()D
 - 
getHopperY
double getHopperY()- Mappings:
 Namespace Name Mixin selector named getHopperYLnet/minecraft/block/entity/Hopper;getHopperY()Dintermediary method_11264Lnet/minecraft/class_2615;method_11264()Dofficial BLecb;B()D
 - 
getHopperZ
double getHopperZ()- Mappings:
 Namespace Name Mixin selector named getHopperZLnet/minecraft/block/entity/Hopper;getHopperZ()Dintermediary method_11265Lnet/minecraft/class_2615;method_11265()Dofficial CLecb;C()D
 - 
canBlockFromAbove
boolean canBlockFromAbove()- Mappings:
 Namespace Name Mixin selector named canBlockFromAboveLnet/minecraft/block/entity/Hopper;canBlockFromAbove()Zintermediary method_57081Lnet/minecraft/class_2615;method_57081()Zofficial DLecb;D()Z
 
 -