Interface Hopper

All Superinterfaces:
Clearable, Inventory
All Known Implementing Classes:
HopperBlockEntity, HopperMinecartEntity

public interface Hopper extends Inventory
Mappings:
Namespace Name
official cxe
intermediary net/minecraft/class_2615
named net/minecraft/block/entity/Hopper
  • Field Details

    • INSIDE_SHAPE

      static final VoxelShape INSIDE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official l_ Lcxe;l_:Leax;
      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

      static final VoxelShape ABOVE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official v_ Lcxe;v_:Leax;
      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

      static final VoxelShape INPUT_AREA_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official w_ Lcxe;w_:Leax;
      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

      default VoxelShape getInputAreaShape()
      Mappings:
      Namespace Name Mixin selector
      official Q_ Lcxe;Q_()Leax;
      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 E Lcxe;E()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 F Lcxe;F()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 G Lcxe;G()D
      intermediary method_11265 Lnet/minecraft/class_2615;method_11265()D
      named getHopperZ Lnet/minecraft/block/entity/Hopper;getHopperZ()D