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 eam
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 Leam;a:Lduk;
      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> Leam;<init>(Lduk;)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 Lblx;a(Lbll;ILbpr;)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 Lblx;a(Lbll;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