Interface Hopper

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

public interface Hopper extends Inventory
Mappings:
Namespace Name
official dds
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 c Ldds;c:Leig;
      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 x_ Ldds;x_:Leig;
      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 y_ Ldds;y_:Leig;
      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 au_ Ldds;au_()Leig;
      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 M Ldds;M()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 N Ldds;N()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 O Ldds;O()D
      intermediary method_11265 Lnet/minecraft/class_2615;method_11265()D
      named getHopperZ Lnet/minecraft/block/entity/Hopper;getHopperZ()D