Interface ScreenHandlerListener

All Known Implementing Classes:
AnvilScreen, CreativeInventoryListener, ForgingScreen, ServerPlayerEntity, SmithingScreen

public interface ScreenHandlerListener
Mappings:
Namespace Name
official bkd
intermediary net/minecraft/class_1712
named net/minecraft/screen/ScreenHandlerListener
  • Method Details

    • onHandlerRegistered

      void onHandlerRegistered​(ScreenHandler handler, DefaultedList<ItemStack> stacks)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkd;a(Lbjr;Lgj;)V
      intermediary method_7634 Lnet/minecraft/class_1712;method_7634(Lnet/minecraft/class_1703;Lnet/minecraft/class_2371;)V
      named onHandlerRegistered Lnet/minecraft/screen/ScreenHandlerListener;onHandlerRegistered(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/util/collection/DefaultedList;)V
    • onSlotUpdate

      void onSlotUpdate​(ScreenHandler handler, int slotId, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkd;a(Lbjr;ILbnv;)V
      intermediary method_7635 Lnet/minecraft/class_1712;method_7635(Lnet/minecraft/class_1703;ILnet/minecraft/class_1799;)V
      named onSlotUpdate Lnet/minecraft/screen/ScreenHandlerListener;onSlotUpdate(Lnet/minecraft/screen/ScreenHandler;ILnet/minecraft/item/ItemStack;)V
    • onPropertyUpdate

      void onPropertyUpdate​(ScreenHandler handler, int property, int value)
      Mappings:
      Namespace Name Mixin selector
      official a Lbkd;a(Lbjr;II)V
      intermediary method_7633 Lnet/minecraft/class_1712;method_7633(Lnet/minecraft/class_1703;II)V
      named onPropertyUpdate Lnet/minecraft/screen/ScreenHandlerListener;onPropertyUpdate(Lnet/minecraft/screen/ScreenHandler;II)V