Class CreativeInventoryListener

java.lang.Object
net.minecraft.client.gui.screen.ingame.CreativeInventoryListener
All Implemented Interfaces:
ScreenHandlerListener

@Environment(CLIENT) public class CreativeInventoryListener extends Object implements ScreenHandlerListener
Mappings:
Namespace Name
official eqm
intermediary net/minecraft/class_478
named net/minecraft/client/gui/screen/ingame/CreativeInventoryListener
  • Field Details

    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      official a Leqm;a:Lejf;
      intermediary field_2876 Lnet/minecraft/class_478;field_2876:Lnet/minecraft/class_310;
      named client Lnet/minecraft/client/gui/screen/ingame/CreativeInventoryListener;client:Lnet/minecraft/client/MinecraftClient;
  • Constructor Details

    • CreativeInventoryListener

      public CreativeInventoryListener(MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leqm;<init>(Lejf;)V
      intermediary <init> Lnet/minecraft/class_478;<init>(Lnet/minecraft/class_310;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/CreativeInventoryListener;<init>(Lnet/minecraft/client/MinecraftClient;)V
  • Method Details

    • onSlotUpdate

      public void onSlotUpdate(ScreenHandler handler, int slotId, ItemStack stack)
      Specified by:
      onSlotUpdate in interface ScreenHandlerListener
      Mappings:
      Namespace Name Mixin selector
      official a Lbzs;a(Lbzg;ILcdt;)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

      public void onPropertyUpdate(ScreenHandler handler, int property, int value)
      Specified by:
      onPropertyUpdate in interface ScreenHandlerListener
      Mappings:
      Namespace Name Mixin selector
      official a Lbzs;a(Lbzg;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