aboutsummaryrefslogtreecommitdiff
path: root/asm/ccl_modular/codechicken#nei#guihook#DefaultSlotClickHandler.txt
diff options
context:
space:
mode:
authorChristina Berchtold <kekzdealer@gmail.com>2019-06-08 00:22:03 +0200
committerChristina Berchtold <kekzdealer@gmail.com>2019-06-08 00:22:03 +0200
commit528d3633ab5b7534325281759ffeec4772f68da9 (patch)
tree478a79f7eefa827f7e3752c6483a1880652ed96c /asm/ccl_modular/codechicken#nei#guihook#DefaultSlotClickHandler.txt
parent57c5da35a3a6b5cbf6cf36d6ab9e4886fc1e6342 (diff)
downloadGT5-Unofficial-528d3633ab5b7534325281759ffeec4772f68da9.tar.gz
GT5-Unofficial-528d3633ab5b7534325281759ffeec4772f68da9.tar.bz2
GT5-Unofficial-528d3633ab5b7534325281759ffeec4772f68da9.zip
I haven't commited in a while D;
Diffstat (limited to 'asm/ccl_modular/codechicken#nei#guihook#DefaultSlotClickHandler.txt')
-rw-r--r--asm/ccl_modular/codechicken#nei#guihook#DefaultSlotClickHandler.txt90
1 files changed, 90 insertions, 0 deletions
diff --git a/asm/ccl_modular/codechicken#nei#guihook#DefaultSlotClickHandler.txt b/asm/ccl_modular/codechicken#nei#guihook#DefaultSlotClickHandler.txt
new file mode 100644
index 0000000000..28da57ca66
--- /dev/null
+++ b/asm/ccl_modular/codechicken#nei#guihook#DefaultSlotClickHandler.txt
@@ -0,0 +1,90 @@
+// class version 50.0 (50)
+// access flags 0x21
+public class codechicken/nei/guihook/DefaultSlotClickHandler implements codechicken/nei/guihook/IContainerSlotClickHandler {
+
+ // compiled from: DefaultSlotClickHandler.java
+
+ // access flags 0x1
+ public <init>()V
+ L0
+ LINENUMBER 6 L0
+ ALOAD 0
+ INVOKESPECIAL java/lang/Object.<init> ()V
+ RETURN
+ L1
+ LOCALVARIABLE this Lcodechicken/nei/guihook/DefaultSlotClickHandler; L0 L1 0
+ MAXSTACK = 1
+ MAXLOCALS = 1
+
+ // access flags 0x1
+ public beforeSlotClick(Lnet/minecraft/client/gui/inventory/GuiContainer;IILnet/minecraft/inventory/Slot;I)V
+ L0
+ LINENUMBER 11 L0
+ RETURN
+ L1
+ LOCALVARIABLE this Lcodechicken/nei/guihook/DefaultSlotClickHandler; L0 L1 0
+ LOCALVARIABLE gui Lnet/minecraft/client/gui/inventory/GuiContainer; L0 L1 1
+ LOCALVARIABLE slotIndex I L0 L1 2
+ LOCALVARIABLE button I L0 L1 3
+ LOCALVARIABLE slot Lnet/minecraft/inventory/Slot; L0 L1 4
+ LOCALVARIABLE modifier I L0 L1 5
+ MAXSTACK = 0
+ MAXLOCALS = 6
+
+ // access flags 0x1
+ public handleSlotClick(Lnet/minecraft/client/gui/inventory/GuiContainer;IILnet/minecraft/inventory/Slot;IZ)Z
+ L0
+ LINENUMBER 16 L0
+ ILOAD 6
+ IFNE L1
+ L2
+ LINENUMBER 17 L2
+ ALOAD 1
+ ALOAD 4
+ ILOAD 2
+ ILOAD 3
+ ILOAD 5
+ INVOKESTATIC codechicken/nei/guihook/DefaultSlotClickHandler.callHandleMouseClick (Lnet/minecraft/client/gui/inventory/GuiContainer;Lnet/minecraft/inventory/Slot;III)V
+ L1
+ LINENUMBER 19 L1
+ FRAME FULL [codechicken/nei/guihook/DefaultSlotClickHandler net/minecraft/client/gui/inventory/GuiContainer I I net/minecraft/inventory/Slot I I] []
+ ICONST_1
+ IRETURN
+ L3
+ LOCALVARIABLE this Lcodechicken/nei/guihook/DefaultSlotClickHandler; L0 L3 0
+ LOCALVARIABLE gui Lnet/minecraft/client/gui/inventory/GuiContainer; L0 L3 1
+ LOCALVARIABLE slotIndex I L0 L3 2
+ LOCALVARIABLE button I L0 L3 3
+ LOCALVARIABLE slot Lnet/minecraft/inventory/Slot; L0 L3 4
+ LOCALVARIABLE modifier I L0 L3 5
+ LOCALVARIABLE eventconsumed Z L0 L3 6
+ MAXSTACK = 5
+ MAXLOCALS = 7
+
+ // access flags 0x9
+ public static callHandleMouseClick(Lnet/minecraft/client/gui/inventory/GuiContainer;Lnet/minecraft/inventory/Slot;III)V
+ ALOAD 0
+ ALOAD 1
+ ILOAD 2
+ ILOAD 3
+ ILOAD 4
+ INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainer.public_func_146984_a (Lnet/minecraft/inventory/Slot;III)V
+ RETURN
+ MAXSTACK = 5
+ MAXLOCALS = 5
+
+ // access flags 0x1
+ public afterSlotClick(Lnet/minecraft/client/gui/inventory/GuiContainer;IILnet/minecraft/inventory/Slot;I)V
+ L0
+ LINENUMBER 29 L0
+ RETURN
+ L1
+ LOCALVARIABLE this Lcodechicken/nei/guihook/DefaultSlotClickHandler; L0 L1 0
+ LOCALVARIABLE gui Lnet/minecraft/client/gui/inventory/GuiContainer; L0 L1 1
+ LOCALVARIABLE slotIndex I L0 L1 2
+ LOCALVARIABLE button I L0 L1 3
+ LOCALVARIABLE slot Lnet/minecraft/inventory/Slot; L0 L1 4
+ LOCALVARIABLE modifier I L0 L1 5
+ MAXSTACK = 0
+ MAXLOCALS = 6
+}