Package net.minecraft.block.entity
Interface Hopper
- All Known Implementing Classes:
HopperBlockEntity
,HopperMinecartEntity
public interface Hopper extends Inventory
- Mappings:
Namespace Name official cgi
intermediary net/minecraft/class_2615
named net/minecraft/block/entity/Hopper
-
Field Summary
Fields Modifier and Type Field Description static VoxelShape
ABOVE_SHAPE
static VoxelShape
INPUT_AREA_SHAPE
static VoxelShape
INSIDE_SHAPE
-
Method Summary
Modifier and Type Method Description double
getHopperX()
double
getHopperY()
double
getHopperZ()
default VoxelShape
getInputAreaShape()
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
- Mappings:
Namespace Name Mixin selector official a
Lcgi;a:Ldjn;
intermediary field_12025
Lnet/minecraft/class_2615;field_12025:Lnet/minecraft/class_265;
named INSIDE_SHAPE
Lnet/minecraft/block/entity/Hopper;INSIDE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
ABOVE_SHAPE
- Mappings:
Namespace Name Mixin selector official b
Lcgi;b:Ldjn;
intermediary field_12027
Lnet/minecraft/class_2615;field_12027:Lnet/minecraft/class_265;
named ABOVE_SHAPE
Lnet/minecraft/block/entity/Hopper;ABOVE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
INPUT_AREA_SHAPE
- Mappings:
Namespace Name Mixin selector official c
Lcgi;c:Ldjn;
intermediary field_12026
Lnet/minecraft/class_2615;field_12026:Lnet/minecraft/class_265;
named INPUT_AREA_SHAPE
Lnet/minecraft/block/entity/Hopper;INPUT_AREA_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
-
-
Method Details
-
getInputAreaShape
- Mappings:
Namespace Name Mixin selector official ab_
Lcgi;ab_()Ldjn;
intermediary method_11262
Lnet/minecraft/class_2615;method_11262()Lnet/minecraft/class_265;
named getInputAreaShape
Lnet/minecraft/block/entity/Hopper;getInputAreaShape()Lnet/minecraft/util/shape/VoxelShape;
-
getHopperX
double getHopperX()- Mappings:
Namespace Name Mixin selector official w
Lcgi;w()D
intermediary method_11266
Lnet/minecraft/class_2615;method_11266()D
named getHopperX
Lnet/minecraft/block/entity/Hopper;getHopperX()D
-
getHopperY
double getHopperY()- Mappings:
Namespace Name Mixin selector official x
Lcgi;x()D
intermediary method_11264
Lnet/minecraft/class_2615;method_11264()D
named getHopperY
Lnet/minecraft/block/entity/Hopper;getHopperY()D
-
getHopperZ
double getHopperZ()- Mappings:
Namespace Name Mixin selector official z
Lcgi;z()D
intermediary method_11265
Lnet/minecraft/class_2615;method_11265()D
named getHopperZ
Lnet/minecraft/block/entity/Hopper;getHopperZ()D
-