Interface Hopper

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

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

    • INPUT_AREA_SHAPE

      static final Box INPUT_AREA_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official p_ Ldok;p_:Letk;
      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 ai_ Ldok;ai_()Letk;
      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 Ldok;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 Ldok;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 Ldok;J()D
      intermediary method_11265 Lnet/minecraft/class_2615;method_11265()D
      named getHopperZ Lnet/minecraft/block/entity/Hopper;getHopperZ()D
    • canBlockFromAbove

      boolean canBlockFromAbove()
      Mappings:
      Namespace Name Mixin selector
      official K Ldok;K()Z
      intermediary method_57081 Lnet/minecraft/class_2615;method_57081()Z
      named canBlockFromAbove Lnet/minecraft/block/entity/Hopper;canBlockFromAbove()Z