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 feo
intermediary net/minecraft/class_478
named net/minecraft/client/gui/screen/ingame/CreativeInventoryListener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPropertyUpdate
(ScreenHandler handler, int property, int value) void
onSlotUpdate
(ScreenHandler handler, int slotId, ItemStack stack)
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector official a
Lfeo;a:Levi;
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
- Mappings:
Namespace Name Mixin selector official <init>
Lfeo;<init>(Levi;)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
- Specified by:
onSlotUpdate
in interfaceScreenHandlerListener
- Mappings:
Namespace Name Mixin selector official a
Lcin;a(Lcib;ILcmy;)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
- Specified by:
onPropertyUpdate
in interfaceScreenHandlerListener
- Mappings:
Namespace Name Mixin selector official a
Lcin;a(Lcib;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
-