Interface Hopper

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

public interface Hopper extends Inventory
Mappings:
Namespace Name
official dle
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 w_ Ldle;w_:Leqk;
      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;
    • INPUT_AREA_SHAPE

      static final Box INPUT_AREA_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official x_ Ldle;x_:Lepm;
      intermediary field_12026 Lnet/minecraft/class_2615;field_12026:Lnet/minecraft/class_238;
      named INPUT_AREA_SHAPE Lnet/minecraft/block/entity/Hopper;INPUT_AREA_SHAPE:Lnet/minecraft/util/math/Box;
  • Method Details

    • getInputAreaShape

      default Box getInputAreaShape()
      Mappings:
      Namespace Name Mixin selector
      official aj_ Ldle;aj_()Lepm;
      intermediary method_11262 Lnet/minecraft/class_2615;method_11262()Lnet/minecraft/class_238;
      named getInputAreaShape Lnet/minecraft/block/entity/Hopper;getInputAreaShape()Lnet/minecraft/util/math/Box;
    • getHopperX

      double getHopperX()
      Mappings:
      Namespace Name Mixin selector
      official H Ldle;H()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 I Ldle;I()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 J Ldle;J()D
      intermediary method_11265 Lnet/minecraft/class_2615;method_11265()D
      named getHopperZ Lnet/minecraft/block/entity/Hopper;getHopperZ()D