summaryrefslogtreecommitdiff
path: root/eclipse/asm/ccl_modular/net#minecraft#client#gui#inventory#GuiContainerCreative.txt
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-25 00:29:49 +0100
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-25 00:29:49 +0100
commit1db974998c4e5242cd2603020e6c8ebfea5b454e (patch)
tree16dd84e57dd1d348d95ef8c122c6cbb1c9d0f2f5 /eclipse/asm/ccl_modular/net#minecraft#client#gui#inventory#GuiContainerCreative.txt
parent5e707575c59f025fc188f0d013c9db51ebcfaeac (diff)
Bye-bye
Diffstat (limited to 'eclipse/asm/ccl_modular/net#minecraft#client#gui#inventory#GuiContainerCreative.txt')
-rw-r--r--eclipse/asm/ccl_modular/net#minecraft#client#gui#inventory#GuiContainerCreative.txt3725
1 files changed, 0 insertions, 3725 deletions
diff --git a/eclipse/asm/ccl_modular/net#minecraft#client#gui#inventory#GuiContainerCreative.txt b/eclipse/asm/ccl_modular/net#minecraft#client#gui#inventory#GuiContainerCreative.txt
deleted file mode 100644
index dd3263e..0000000
--- a/eclipse/asm/ccl_modular/net#minecraft#client#gui#inventory#GuiContainerCreative.txt
+++ /dev/null
@@ -1,3725 +0,0 @@
-// class version 50.0 (50)
-// access flags 0x21
-public class net/minecraft/client/gui/inventory/GuiContainerCreative extends net/minecraft/client/renderer/InventoryEffectRenderer {
-
- // compiled from: GuiContainerCreative.java
-
- @Lcpw/mods/fml/relauncher/SideOnly;(value=Lcpw/mods/fml/relauncher/Side;.CLIENT)
- // access flags 0x0
- INNERCLASS net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot net/minecraft/client/gui/inventory/GuiContainerCreative CreativeSlot
- // access flags 0x8
- static INNERCLASS net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative ContainerCreative
-
- // access flags 0x1A
- private final static Lnet/minecraft/util/ResourceLocation; field_147061_u
-
- // access flags 0xA
- private static Lnet/minecraft/inventory/InventoryBasic; field_147060_v
-
- // access flags 0xA
- private static I selectedTabIndex
-
- // access flags 0x2
- private F currentScroll
-
- // access flags 0x2
- private Z isScrolling
-
- // access flags 0x2
- private Z wasClicking
-
- // access flags 0x2
- private Lnet/minecraft/client/gui/GuiTextField; searchField
-
- // access flags 0x2
- private Ljava/util/List; field_147063_B
-
- // access flags 0x2
- private Lnet/minecraft/inventory/Slot; field_147064_C
-
- // access flags 0x2
- private Z field_147057_D
-
- // access flags 0x2
- private Lnet/minecraft/client/gui/inventory/CreativeCrafting; field_147059_E
-
- // access flags 0x1A
- private final static Ljava/lang/String; __OBFID = "CL_00000752"
-
- // access flags 0xA
- private static I tabPage
-
- // access flags 0x2
- private I maxPages
-
- // access flags 0x1
- public <init>(Lnet/minecraft/entity/player/EntityPlayer;)V
- L0
- LINENUMBER 61 L0
- ALOAD 0
- NEW net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative
- DUP
- ALOAD 1
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.<init> (Lnet/minecraft/entity/player/EntityPlayer;)V
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.<init> (Lnet/minecraft/inventory/Container;)V
- L1
- LINENUMBER 57 L1
- ALOAD 0
- ICONST_0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.maxPages : I
- L2
- LINENUMBER 62 L2
- ALOAD 1
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- PUTFIELD net/minecraft/entity/player/EntityPlayer.openContainer : Lnet/minecraft/inventory/Container;
- L3
- LINENUMBER 63 L3
- ALOAD 0
- ICONST_1
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.allowUserInput : Z
- L4
- LINENUMBER 64 L4
- ALOAD 0
- SIPUSH 136
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.ySize : I
- L5
- LINENUMBER 65 L5
- ALOAD 0
- SIPUSH 195
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.xSize : I
- L6
- LINENUMBER 66 L6
- RETURN
- L7
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L7 0
- LOCALVARIABLE p_i1088_1_ Lnet/minecraft/entity/player/EntityPlayer; L0 L7 1
- MAXSTACK = 4
- MAXLOCALS = 2
-
- // access flags 0x1
- public updateScreen()V
- ALOAD 0
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.updateScreen ()V
- L0
- LINENUMBER 73 L0
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.isInCreativeMode ()Z
- IFNE L1
- L2
- LINENUMBER 75 L2
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- NEW net/minecraft/client/gui/inventory/GuiInventory
- DUP
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiInventory.<init> (Lnet/minecraft/entity/player/EntityPlayer;)V
- INVOKEVIRTUAL net/minecraft/client/Minecraft.displayGuiScreen (Lnet/minecraft/client/gui/GuiScreen;)V
- L1
- LINENUMBER 77 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative] []
- RETURN
- L3
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L3 0
- MAXSTACK = 4
- MAXLOCALS = 1
-
- // access flags 0x4
- protected handleMouseClick(Lnet/minecraft/inventory/Slot;III)V
- L0
- LINENUMBER 81 L0
- ALOAD 0
- ICONST_1
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147057_D : Z
- L1
- LINENUMBER 82 L1
- ILOAD 4
- ICONST_1
- IF_ICMPNE L2
- ICONST_1
- GOTO L3
- L2
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I] []
- ICONST_0
- L3
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I] [I]
- ISTORE 5
- L4
- LINENUMBER 83 L4
- ILOAD 2
- SIPUSH -999
- IF_ICMPNE L5
- ILOAD 4
- IFNE L5
- ICONST_4
- GOTO L6
- L5
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- ILOAD 4
- L6
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] [I]
- ISTORE 4
- L7
- LINENUMBER 87 L7
- ALOAD 1
- IFNONNULL L8
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- IF_ICMPEQ L8
- ILOAD 4
- ICONST_5
- IF_ICMPEQ L8
- L9
- LINENUMBER 89 L9
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventory : Lnet/minecraft/entity/player/InventoryPlayer;
- ASTORE 6
- L10
- LINENUMBER 91 L10
- ALOAD 6
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- IFNULL L11
- L12
- LINENUMBER 93 L12
- ILOAD 3
- IFNE L13
- L14
- LINENUMBER 95 L14
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- ALOAD 6
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- ICONST_1
- INVOKEVIRTUAL net/minecraft/client/entity/EntityClientPlayerMP.dropPlayerItemWithRandomChoice (Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/entity/item/EntityItem;
- POP
- L15
- LINENUMBER 96 L15
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- ALOAD 6
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.sendPacketDropItem (Lnet/minecraft/item/ItemStack;)V
- L16
- LINENUMBER 97 L16
- ALOAD 6
- ACONST_NULL
- CHECKCAST net/minecraft/item/ItemStack
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.setItemStack (Lnet/minecraft/item/ItemStack;)V
- L13
- LINENUMBER 100 L13
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer] []
- ILOAD 3
- ICONST_1
- IF_ICMPNE L11
- L17
- LINENUMBER 102 L17
- ALOAD 6
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- ICONST_1
- INVOKEVIRTUAL net/minecraft/item/ItemStack.splitStack (I)Lnet/minecraft/item/ItemStack;
- ASTORE 7
- L18
- LINENUMBER 103 L18
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- ALOAD 7
- ICONST_1
- INVOKEVIRTUAL net/minecraft/client/entity/EntityClientPlayerMP.dropPlayerItemWithRandomChoice (Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/entity/item/EntityItem;
- POP
- L19
- LINENUMBER 104 L19
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- ALOAD 7
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.sendPacketDropItem (Lnet/minecraft/item/ItemStack;)V
- L20
- LINENUMBER 106 L20
- ALOAD 6
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- GETFIELD net/minecraft/item/ItemStack.stackSize : I
- IFNE L11
- L21
- LINENUMBER 108 L21
- ALOAD 6
- ACONST_NULL
- CHECKCAST net/minecraft/item/ItemStack
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.setItemStack (Lnet/minecraft/item/ItemStack;)V
- GOTO L11
- L8
- LINENUMBER 117 L8
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- ALOAD 1
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147064_C : Lnet/minecraft/inventory/Slot;
- IF_ACMPNE L22
- ILOAD 5
- IFEQ L22
- L23
- LINENUMBER 119 L23
- ICONST_0
- ISTORE 8
- L24
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I T T I] []
- ILOAD 8
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventoryContainer : Lnet/minecraft/inventory/Container;
- INVOKEVIRTUAL net/minecraft/inventory/Container.getInventory ()Ljava/util/List;
- INVOKEINTERFACE java/util/List.size ()I
- IF_ICMPGE L11
- L25
- LINENUMBER 121 L25
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- ACONST_NULL
- CHECKCAST net/minecraft/item/ItemStack
- ILOAD 8
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.sendSlotPacket (Lnet/minecraft/item/ItemStack;I)V
- L26
- LINENUMBER 119 L26
- IINC 8 1
- GOTO L24
- L22
- LINENUMBER 128 L22
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- IF_ICMPNE L27
- L28
- LINENUMBER 130 L28
- ALOAD 1
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147064_C : Lnet/minecraft/inventory/Slot;
- IF_ACMPNE L29
- L30
- LINENUMBER 132 L30
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventory : Lnet/minecraft/entity/player/InventoryPlayer;
- ACONST_NULL
- CHECKCAST net/minecraft/item/ItemStack
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.setItemStack (Lnet/minecraft/item/ItemStack;)V
- GOTO L11
- L29
- LINENUMBER 134 L29
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- ILOAD 4
- ICONST_4
- IF_ICMPNE L31
- ALOAD 1
- IFNULL L31
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/inventory/Slot.getHasStack ()Z
- IFEQ L31
- L32
- LINENUMBER 136 L32
- ALOAD 1
- ILOAD 3
- IFNE L33
- ICONST_1
- GOTO L34
- L33
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] [net/minecraft/inventory/Slot]
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/inventory/Slot.getStack ()Lnet/minecraft/item/ItemStack;
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getMaxStackSize ()I
- L34
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] [net/minecraft/inventory/Slot I]
- INVOKEVIRTUAL net/minecraft/inventory/Slot.decrStackSize (I)Lnet/minecraft/item/ItemStack;
- ASTORE 9
- L35
- LINENUMBER 137 L35
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- ALOAD 9
- ICONST_1
- INVOKEVIRTUAL net/minecraft/client/entity/EntityClientPlayerMP.dropPlayerItemWithRandomChoice (Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/entity/item/EntityItem;
- POP
- L36
- LINENUMBER 138 L36
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- ALOAD 9
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.sendPacketDropItem (Lnet/minecraft/item/ItemStack;)V
- GOTO L11
- L31
- LINENUMBER 140 L31
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- ILOAD 4
- ICONST_4
- IF_ICMPNE L37
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventory : Lnet/minecraft/entity/player/InventoryPlayer;
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- IFNULL L37
- L38
- LINENUMBER 142 L38
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventory : Lnet/minecraft/entity/player/InventoryPlayer;
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- ICONST_1
- INVOKEVIRTUAL net/minecraft/client/entity/EntityClientPlayerMP.dropPlayerItemWithRandomChoice (Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/entity/item/EntityItem;
- POP
- L39
- LINENUMBER 143 L39
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventory : Lnet/minecraft/entity/player/InventoryPlayer;
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.sendPacketDropItem (Lnet/minecraft/item/ItemStack;)V
- L40
- LINENUMBER 144 L40
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventory : Lnet/minecraft/entity/player/InventoryPlayer;
- ACONST_NULL
- CHECKCAST net/minecraft/item/ItemStack
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.setItemStack (Lnet/minecraft/item/ItemStack;)V
- GOTO L11
- L37
- LINENUMBER 148 L37
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventoryContainer : Lnet/minecraft/inventory/Container;
- ALOAD 1
- IFNONNULL L41
- ILOAD 2
- GOTO L42
- L41
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] [net/minecraft/inventory/Container]
- ALOAD 1
- CHECKCAST net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot
- INVOKESTATIC net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot.access$000 (Lnet/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot;)Lnet/minecraft/inventory/Slot;
- GETFIELD net/minecraft/inventory/Slot.slotNumber : I
- L42
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] [net/minecraft/inventory/Container I]
- ILOAD 3
- ILOAD 4
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- INVOKEVIRTUAL net/minecraft/inventory/Container.slotClick (IIILnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/item/ItemStack;
- POP
- L43
- LINENUMBER 149 L43
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventoryContainer : Lnet/minecraft/inventory/Container;
- INVOKEVIRTUAL net/minecraft/inventory/Container.detectAndSendChanges ()V
- GOTO L11
- L27
- LINENUMBER 152 L27
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- ILOAD 4
- ICONST_5
- IF_ICMPEQ L44
- ALOAD 1
- GETFIELD net/minecraft/inventory/Slot.inventory : Lnet/minecraft/inventory/IInventory;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.field_147060_v : Lnet/minecraft/inventory/InventoryBasic;
- IF_ACMPNE L44
- L45
- LINENUMBER 154 L45
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventory : Lnet/minecraft/entity/player/InventoryPlayer;
- ASTORE 6
- L46
- LINENUMBER 155 L46
- ALOAD 6
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- ASTORE 7
- L47
- LINENUMBER 156 L47
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/inventory/Slot.getStack ()Lnet/minecraft/item/ItemStack;
- ASTORE 10
- L48
- LINENUMBER 159 L48
- ILOAD 4
- ICONST_2
- IF_ICMPNE L49
- L50
- LINENUMBER 161 L50
- ALOAD 10
- IFNULL L51
- ILOAD 3
- IFLT L51
- ILOAD 3
- BIPUSH 9
- IF_ICMPGE L51
- L52
- LINENUMBER 163 L52
- ALOAD 10
- INVOKEVIRTUAL net/minecraft/item/ItemStack.copy ()Lnet/minecraft/item/ItemStack;
- ASTORE 11
- L53
- LINENUMBER 164 L53
- ALOAD 11
- ALOAD 11
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getMaxStackSize ()I
- PUTFIELD net/minecraft/item/ItemStack.stackSize : I
- L54
- LINENUMBER 165 L54
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventory : Lnet/minecraft/entity/player/InventoryPlayer;
- ILOAD 3
- ALOAD 11
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.setInventorySlotContents (ILnet/minecraft/item/ItemStack;)V
- L55
- LINENUMBER 166 L55
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventoryContainer : Lnet/minecraft/inventory/Container;
- INVOKEVIRTUAL net/minecraft/inventory/Container.detectAndSendChanges ()V
- L51
- LINENUMBER 169 L51
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- RETURN
- L49
- LINENUMBER 172 L49
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- ILOAD 4
- ICONST_3
- IF_ICMPNE L56
- L57
- LINENUMBER 174 L57
- ALOAD 6
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- IFNONNULL L58
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/inventory/Slot.getHasStack ()Z
- IFEQ L58
- L59
- LINENUMBER 176 L59
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/inventory/Slot.getStack ()Lnet/minecraft/item/ItemStack;
- INVOKEVIRTUAL net/minecraft/item/ItemStack.copy ()Lnet/minecraft/item/ItemStack;
- ASTORE 11
- L60
- LINENUMBER 177 L60
- ALOAD 11
- ALOAD 11
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getMaxStackSize ()I
- PUTFIELD net/minecraft/item/ItemStack.stackSize : I
- L61
- LINENUMBER 178 L61
- ALOAD 6
- ALOAD 11
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.setItemStack (Lnet/minecraft/item/ItemStack;)V
- L58
- LINENUMBER 181 L58
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- RETURN
- L56
- LINENUMBER 184 L56
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- ILOAD 4
- ICONST_4
- IF_ICMPNE L62
- L63
- LINENUMBER 186 L63
- ALOAD 10
- IFNULL L64
- L65
- LINENUMBER 188 L65
- ALOAD 10
- INVOKEVIRTUAL net/minecraft/item/ItemStack.copy ()Lnet/minecraft/item/ItemStack;
- ASTORE 11
- L66
- LINENUMBER 189 L66
- ALOAD 11
- ILOAD 3
- IFNE L67
- ICONST_1
- GOTO L68
- L67
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack net/minecraft/item/ItemStack] [net/minecraft/item/ItemStack]
- ALOAD 11
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getMaxStackSize ()I
- L68
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack net/minecraft/item/ItemStack] [net/minecraft/item/ItemStack I]
- PUTFIELD net/minecraft/item/ItemStack.stackSize : I
- L69
- LINENUMBER 190 L69
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- ALOAD 11
- ICONST_1
- INVOKEVIRTUAL net/minecraft/client/entity/EntityClientPlayerMP.dropPlayerItemWithRandomChoice (Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/entity/item/EntityItem;
- POP
- L70
- LINENUMBER 191 L70
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- ALOAD 11
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.sendPacketDropItem (Lnet/minecraft/item/ItemStack;)V
- L64
- LINENUMBER 194 L64
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- RETURN
- L62
- LINENUMBER 197 L62
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- ALOAD 7
- IFNULL L71
- ALOAD 10
- IFNULL L71
- ALOAD 7
- ALOAD 10
- INVOKEVIRTUAL net/minecraft/item/ItemStack.isItemEqual (Lnet/minecraft/item/ItemStack;)Z
- IFEQ L71
- ALOAD 7
- ALOAD 10
- INVOKESTATIC net/minecraft/item/ItemStack.areItemStackTagsEqual (Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;)Z
- IFEQ L71
- L72
- LINENUMBER 199 L72
- ILOAD 3
- IFNE L73
- L74
- LINENUMBER 201 L74
- ILOAD 5
- IFEQ L75
- L76
- LINENUMBER 203 L76
- ALOAD 7
- ALOAD 7
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getMaxStackSize ()I
- PUTFIELD net/minecraft/item/ItemStack.stackSize : I
- GOTO L77
- L75
- LINENUMBER 205 L75
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- ALOAD 7
- GETFIELD net/minecraft/item/ItemStack.stackSize : I
- ALOAD 7
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getMaxStackSize ()I
- IF_ICMPGE L77
- L78
- LINENUMBER 207 L78
- ALOAD 7
- DUP
- GETFIELD net/minecraft/item/ItemStack.stackSize : I
- ICONST_1
- IADD
- PUTFIELD net/minecraft/item/ItemStack.stackSize : I
- GOTO L77
- L73
- LINENUMBER 210 L73
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- ALOAD 7
- GETFIELD net/minecraft/item/ItemStack.stackSize : I
- ICONST_1
- IF_ICMPGT L79
- L80
- LINENUMBER 212 L80
- ALOAD 6
- ACONST_NULL
- CHECKCAST net/minecraft/item/ItemStack
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.setItemStack (Lnet/minecraft/item/ItemStack;)V
- GOTO L77
- L79
- LINENUMBER 216 L79
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- ALOAD 7
- DUP
- GETFIELD net/minecraft/item/ItemStack.stackSize : I
- ICONST_1
- ISUB
- PUTFIELD net/minecraft/item/ItemStack.stackSize : I
- GOTO L77
- L71
- LINENUMBER 219 L71
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- ALOAD 10
- IFNULL L81
- ALOAD 7
- IFNONNULL L81
- L82
- LINENUMBER 221 L82
- ALOAD 6
- ALOAD 10
- INVOKESTATIC net/minecraft/item/ItemStack.copyItemStack (Lnet/minecraft/item/ItemStack;)Lnet/minecraft/item/ItemStack;
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.setItemStack (Lnet/minecraft/item/ItemStack;)V
- L83
- LINENUMBER 222 L83
- ALOAD 6
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.getItemStack ()Lnet/minecraft/item/ItemStack;
- ASTORE 7
- L84
- LINENUMBER 224 L84
- ILOAD 5
- IFEQ L77
- L85
- LINENUMBER 226 L85
- ALOAD 7
- ALOAD 7
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getMaxStackSize ()I
- PUTFIELD net/minecraft/item/ItemStack.stackSize : I
- GOTO L77
- L81
- LINENUMBER 231 L81
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- ALOAD 6
- ACONST_NULL
- CHECKCAST net/minecraft/item/ItemStack
- INVOKEVIRTUAL net/minecraft/entity/player/InventoryPlayer.setItemStack (Lnet/minecraft/item/ItemStack;)V
- L77
- LINENUMBER 233 L77
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I net/minecraft/entity/player/InventoryPlayer net/minecraft/item/ItemStack T T net/minecraft/item/ItemStack] []
- GOTO L11
- L44
- LINENUMBER 236 L44
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- ALOAD 1
- IFNONNULL L86
- ILOAD 2
- GOTO L87
- L86
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] [net/minecraft/inventory/Container]
- ALOAD 1
- GETFIELD net/minecraft/inventory/Slot.slotNumber : I
- L87
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] [net/minecraft/inventory/Container I]
- ILOAD 3
- ILOAD 4
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- INVOKEVIRTUAL net/minecraft/inventory/Container.slotClick (IIILnet/minecraft/entity/player/EntityPlayer;)Lnet/minecraft/item/ItemStack;
- POP
- L88
- LINENUMBER 238 L88
- ILOAD 3
- INVOKESTATIC net/minecraft/inventory/Container.func_94532_c (I)I
- ICONST_2
- IF_ICMPNE L89
- L90
- LINENUMBER 240 L90
- ICONST_0
- ISTORE 8
- L91
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I T T I] []
- ILOAD 8
- BIPUSH 9
- IF_ICMPGE L11
- L92
- LINENUMBER 242 L92
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- BIPUSH 45
- ILOAD 8
- IADD
- INVOKEVIRTUAL net/minecraft/inventory/Container.getSlot (I)Lnet/minecraft/inventory/Slot;
- INVOKEVIRTUAL net/minecraft/inventory/Slot.getStack ()Lnet/minecraft/item/ItemStack;
- BIPUSH 36
- ILOAD 8
- IADD
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.sendSlotPacket (Lnet/minecraft/item/ItemStack;I)V
- L93
- LINENUMBER 240 L93
- IINC 8 1
- GOTO L91
- L89
- LINENUMBER 245 L89
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- ALOAD 1
- IFNULL L11
- L94
- LINENUMBER 247 L94
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- ALOAD 1
- GETFIELD net/minecraft/inventory/Slot.slotNumber : I
- INVOKEVIRTUAL net/minecraft/inventory/Container.getSlot (I)Lnet/minecraft/inventory/Slot;
- INVOKEVIRTUAL net/minecraft/inventory/Slot.getStack ()Lnet/minecraft/item/ItemStack;
- ASTORE 9
- L95
- LINENUMBER 248 L95
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- ALOAD 9
- ALOAD 1
- GETFIELD net/minecraft/inventory/Slot.slotNumber : I
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- GETFIELD net/minecraft/inventory/Container.inventorySlots : Ljava/util/List;
- INVOKEINTERFACE java/util/List.size ()I
- ISUB
- BIPUSH 9
- IADD
- BIPUSH 36
- IADD
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.sendSlotPacket (Lnet/minecraft/item/ItemStack;I)V
- L11
- LINENUMBER 253 L11
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/inventory/Slot I I I I] []
- RETURN
- L96
- LOCALVARIABLE itemstack1 Lnet/minecraft/item/ItemStack; L18 L8 7
- LOCALVARIABLE inventoryplayer Lnet/minecraft/entity/player/InventoryPlayer; L10 L8 6
- LOCALVARIABLE l I L24 L22 8
- LOCALVARIABLE itemstack Lnet/minecraft/item/ItemStack; L35 L31 9
- LOCALVARIABLE itemstack3 Lnet/minecraft/item/ItemStack; L53 L51 11
- LOCALVARIABLE itemstack3 Lnet/minecraft/item/ItemStack; L60 L58 11
- LOCALVARIABLE itemstack3 Lnet/minecraft/item/ItemStack; L66 L64 11
- LOCALVARIABLE itemstack2 Lnet/minecraft/item/ItemStack; L48 L77 10
- LOCALVARIABLE itemstack1 Lnet/minecraft/item/ItemStack; L47 L44 7
- LOCALVARIABLE inventoryplayer Lnet/minecraft/entity/player/InventoryPlayer; L46 L44 6
- LOCALVARIABLE l I L91 L89 8
- LOCALVARIABLE itemstack Lnet/minecraft/item/ItemStack; L95 L11 9
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L96 0
- LOCALVARIABLE p_146984_1_ Lnet/minecraft/inventory/Slot; L0 L96 1
- LOCALVARIABLE p_146984_2_ I L0 L96 2
- LOCALVARIABLE p_146984_3_ I L0 L96 3
- LOCALVARIABLE p_146984_4_ I L0 L96 4
- LOCALVARIABLE flag Z L4 L96 5
- MAXSTACK = 5
- MAXLOCALS = 12
-
- // access flags 0x1
- public initGui()V
- L0
- LINENUMBER 260 L0
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.playerController : Lnet/minecraft/client/multiplayer/PlayerControllerMP;
- INVOKEVIRTUAL net/minecraft/client/multiplayer/PlayerControllerMP.isInCreativeMode ()Z
- IFEQ L1
- L2
- LINENUMBER 262 L2
- ALOAD 0
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.initGui ()V
- L3
- LINENUMBER 263 L3
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.buttonList : Ljava/util/List;
- INVOKEINTERFACE java/util/List.clear ()V
- L4
- LINENUMBER 264 L4
- ICONST_1
- INVOKESTATIC org/lwjgl/input/Keyboard.enableRepeatEvents (Z)V
- L5
- LINENUMBER 265 L5
- ALOAD 0
- NEW net/minecraft/client/gui/GuiTextField
- DUP
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.fontRendererObj : Lnet/minecraft/client/gui/FontRenderer;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- BIPUSH 82
- IADD
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- BIPUSH 6
- IADD
- BIPUSH 89
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.fontRendererObj : Lnet/minecraft/client/gui/FontRenderer;
- GETFIELD net/minecraft/client/gui/FontRenderer.FONT_HEIGHT : I
- INVOKESPECIAL net/minecraft/client/gui/GuiTextField.<init> (Lnet/minecraft/client/gui/FontRenderer;IIII)V
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- L6
- LINENUMBER 266 L6
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- BIPUSH 15
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setMaxStringLength (I)V
- L7
- LINENUMBER 267 L7
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ICONST_0
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setEnableBackgroundDrawing (Z)V
- L8
- LINENUMBER 268 L8
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ICONST_0
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setVisible (Z)V
- L9
- LINENUMBER 269 L9
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- LDC 16777215
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setTextColor (I)V
- L10
- LINENUMBER 270 L10
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- ISTORE 1
- L11
- LINENUMBER 271 L11
- ICONST_M1
- PUTSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- L12
- LINENUMBER 272 L12
- ALOAD 0
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- ILOAD 1
- AALOAD
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.setCurrentCreativeTab (Lnet/minecraft/creativetab/CreativeTabs;)V
- L13
- LINENUMBER 273 L13
- ALOAD 0
- NEW net/minecraft/client/gui/inventory/CreativeCrafting
- DUP
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- INVOKESPECIAL net/minecraft/client/gui/inventory/CreativeCrafting.<init> (Lnet/minecraft/client/Minecraft;)V
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147059_E : Lnet/minecraft/client/gui/inventory/CreativeCrafting;
- L14
- LINENUMBER 274 L14
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventoryContainer : Lnet/minecraft/inventory/Container;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147059_E : Lnet/minecraft/client/gui/inventory/CreativeCrafting;
- INVOKEVIRTUAL net/minecraft/inventory/Container.addCraftingToCrafters (Lnet/minecraft/inventory/ICrafting;)V
- L15
- LINENUMBER 275 L15
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- ARRAYLENGTH
- ISTORE 2
- L16
- LINENUMBER 276 L16
- ILOAD 2
- BIPUSH 12
- IF_ICMPLE L17
- L18
- LINENUMBER 278 L18
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.buttonList : Ljava/util/List;
- NEW net/minecraft/client/gui/GuiButton
- DUP
- BIPUSH 101
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- BIPUSH 50
- ISUB
- BIPUSH 20
- BIPUSH 20
- LDC "<"
- INVOKESPECIAL net/minecraft/client/gui/GuiButton.<init> (IIIIILjava/lang/String;)V
- INVOKEINTERFACE java/util/List.add (Ljava/lang/Object;)Z
- POP
- L19
- LINENUMBER 279 L19
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.buttonList : Ljava/util/List;
- NEW net/minecraft/client/gui/GuiButton
- DUP
- BIPUSH 102
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.xSize : I
- IADD
- BIPUSH 20
- ISUB
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- BIPUSH 50
- ISUB
- BIPUSH 20
- BIPUSH 20
- LDC ">"
- INVOKESPECIAL net/minecraft/client/gui/GuiButton.<init> (IIIIILjava/lang/String;)V
- INVOKEINTERFACE java/util/List.add (Ljava/lang/Object;)Z
- POP
- L20
- LINENUMBER 280 L20
- ALOAD 0
- ILOAD 2
- BIPUSH 12
- ISUB
- BIPUSH 10
- IDIV
- ICONST_1
- IADD
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.maxPages : I
- L17
- LINENUMBER 282 L17
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- GOTO L21
- L1
- LINENUMBER 285 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- NEW net/minecraft/client/gui/inventory/GuiInventory
- DUP
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiInventory.<init> (Lnet/minecraft/entity/player/EntityPlayer;)V
- INVOKEVIRTUAL net/minecraft/client/Minecraft.displayGuiScreen (Lnet/minecraft/client/gui/GuiScreen;)V
- L21
- LINENUMBER 287 L21
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative] []
- RETURN
- L22
- LOCALVARIABLE i I L11 L17 1
- LOCALVARIABLE tabCount I L16 L17 2
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L22 0
- MAXSTACK = 9
- MAXLOCALS = 3
-
- // access flags 0x1
- public onGuiClosed()V
- L0
- LINENUMBER 294 L0
- ALOAD 0
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.onGuiClosed ()V
- L1
- LINENUMBER 296 L1
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- IFNULL L2
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventory : Lnet/minecraft/entity/player/InventoryPlayer;
- IFNULL L2
- L3
- LINENUMBER 298 L3
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventoryContainer : Lnet/minecraft/inventory/Container;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147059_E : Lnet/minecraft/client/gui/inventory/CreativeCrafting;
- INVOKEVIRTUAL net/minecraft/inventory/Container.removeCraftingFromCrafters (Lnet/minecraft/inventory/ICrafting;)V
- L2
- LINENUMBER 301 L2
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative] []
- ICONST_0
- INVOKESTATIC org/lwjgl/input/Keyboard.enableRepeatEvents (Z)V
- L4
- LINENUMBER 302 L4
- RETURN
- L5
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L5 0
- MAXSTACK = 2
- MAXLOCALS = 1
-
- // access flags 0x4
- protected keyTyped(CI)V
- L0
- LINENUMBER 309 L0
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- AALOAD
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.hasSearchBar ()Z
- IFNE L1
- L2
- LINENUMBER 311 L2
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.gameSettings : Lnet/minecraft/client/settings/GameSettings;
- GETFIELD net/minecraft/client/settings/GameSettings.keyBindChat : Lnet/minecraft/client/settings/KeyBinding;
- INVOKESTATIC net/minecraft/client/settings/GameSettings.isKeyDown (Lnet/minecraft/client/settings/KeyBinding;)Z
- IFEQ L3
- L4
- LINENUMBER 313 L4
- ALOAD 0
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabAllSearch : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.setCurrentCreativeTab (Lnet/minecraft/creativetab/CreativeTabs;)V
- GOTO L5
- L3
- LINENUMBER 317 L3
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- ALOAD 0
- ILOAD 1
- ILOAD 2
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.keyTyped (CI)V
- GOTO L5
- L1
- LINENUMBER 322 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147057_D : Z
- IFEQ L6
- L7
- LINENUMBER 324 L7
- ALOAD 0
- ICONST_0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147057_D : Z
- L8
- LINENUMBER 325 L8
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- LDC ""
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setText (Ljava/lang/String;)V
- L6
- LINENUMBER 328 L6
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- ALOAD 0
- ILOAD 2
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.checkHotbarKeys (I)Z
- IFNE L5
- L9
- LINENUMBER 330 L9
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ILOAD 1
- ILOAD 2
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.textboxKeyTyped (CI)Z
- IFEQ L10
- L11
- LINENUMBER 332 L11
- ALOAD 0
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.updateCreativeSearch ()V
- GOTO L5
- L10
- LINENUMBER 336 L10
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- ALOAD 0
- ILOAD 1
- ILOAD 2
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.keyTyped (CI)V
- L5
- LINENUMBER 340 L5
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- RETURN
- L12
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L12 0
- LOCALVARIABLE p_73869_1_ C L0 L12 1
- LOCALVARIABLE p_73869_2_ I L0 L12 2
- MAXSTACK = 3
- MAXLOCALS = 3
-
- // access flags 0x2
- private updateCreativeSearch()V
- L0
- LINENUMBER 344 L0
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- CHECKCAST net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative
- ASTORE 1
- L1
- LINENUMBER 345 L1
- ALOAD 1
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.itemList : Ljava/util/List;
- INVOKEINTERFACE java/util/List.clear ()V
- L2
- LINENUMBER 347 L2
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- AALOAD
- ASTORE 2
- L3
- LINENUMBER 348 L3
- ALOAD 2
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.hasSearchBar ()Z
- IFEQ L4
- ALOAD 2
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabAllSearch : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPEQ L4
- L5
- LINENUMBER 350 L5
- ALOAD 2
- ALOAD 1
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.itemList : Ljava/util/List;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.displayAllReleventItems (Ljava/util/List;)V
- L6
- LINENUMBER 351 L6
- ALOAD 0
- ALOAD 1
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.updateFilteredItems (Lnet/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative;)V
- L7
- LINENUMBER 352 L7
- RETURN
- L4
- LINENUMBER 355 L4
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/creativetab/CreativeTabs] []
- GETSTATIC net/minecraft/item/Item.itemRegistry : Lnet/minecraft/util/RegistryNamespaced;
- INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.iterator ()Ljava/util/Iterator;
- ASTORE 3
- L8
- LINENUMBER 357 L8
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/creativetab/CreativeTabs java/util/Iterator] []
- ALOAD 3
- INVOKEINTERFACE java/util/Iterator.hasNext ()Z
- IFEQ L9
- L10
- LINENUMBER 359 L10
- ALOAD 3
- INVOKEINTERFACE java/util/Iterator.next ()Ljava/lang/Object;
- CHECKCAST net/minecraft/item/Item
- ASTORE 4
- L11
- LINENUMBER 361 L11
- ALOAD 4
- IFNULL L12
- ALOAD 4
- INVOKEVIRTUAL net/minecraft/item/Item.getCreativeTab ()Lnet/minecraft/creativetab/CreativeTabs;
- IFNULL L12
- L13
- LINENUMBER 363 L13
- ALOAD 4
- ALOAD 4
- ACONST_NULL
- CHECKCAST net/minecraft/creativetab/CreativeTabs
- ALOAD 1
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.itemList : Ljava/util/List;
- INVOKEVIRTUAL net/minecraft/item/Item.getSubItems (Lnet/minecraft/item/Item;Lnet/minecraft/creativetab/CreativeTabs;Ljava/util/List;)V
- L12
- LINENUMBER 365 L12
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/creativetab/CreativeTabs java/util/Iterator net/minecraft/item/Item] []
- GOTO L8
- L9
- LINENUMBER 366 L9
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/creativetab/CreativeTabs java/util/Iterator] []
- ALOAD 0
- ALOAD 1
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.updateFilteredItems (Lnet/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative;)V
- L14
- LINENUMBER 367 L14
- RETURN
- L15
- LOCALVARIABLE item Lnet/minecraft/item/Item; L11 L12 4
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L15 0
- LOCALVARIABLE containercreative Lnet/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative; L1 L15 1
- LOCALVARIABLE tab Lnet/minecraft/creativetab/CreativeTabs; L3 L15 2
- LOCALVARIABLE iterator Ljava/util/Iterator; L8 L15 3
- MAXSTACK = 4
- MAXLOCALS = 5
-
- // access flags 0x2
- private updateFilteredItems(Lnet/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative;)V
- L0
- LINENUMBER 373 L0
- GETSTATIC net/minecraft/enchantment/Enchantment.enchantmentsList : [Lnet/minecraft/enchantment/Enchantment;
- ASTORE 2
- L1
- LINENUMBER 374 L1
- ALOAD 2
- ARRAYLENGTH
- ISTORE 3
- L2
- LINENUMBER 376 L2
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- AALOAD
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabAllSearch : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPEQ L3
- ICONST_0
- ISTORE 3
- L3
- LINENUMBER 377 L3
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I] []
- ICONST_0
- ISTORE 4
- L4
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I I] []
- ILOAD 4
- ILOAD 3
- IF_ICMPGE L5
- L6
- LINENUMBER 379 L6
- ALOAD 2
- ILOAD 4
- AALOAD
- ASTORE 5
- L7
- LINENUMBER 381 L7
- ALOAD 5
- IFNULL L8
- ALOAD 5
- GETFIELD net/minecraft/enchantment/Enchantment.type : Lnet/minecraft/enchantment/EnumEnchantmentType;
- IFNULL L8
- L9
- LINENUMBER 383 L9
- GETSTATIC net/minecraft/init/Items.enchanted_book : Lnet/minecraft/item/ItemEnchantedBook;
- ALOAD 5
- ALOAD 1
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.itemList : Ljava/util/List;
- INVOKEVIRTUAL net/minecraft/item/ItemEnchantedBook.func_92113_a (Lnet/minecraft/enchantment/Enchantment;Ljava/util/List;)V
- L8
- LINENUMBER 377 L8
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I I net/minecraft/enchantment/Enchantment] []
- IINC 4 1
- GOTO L4
- L5
- LINENUMBER 387 L5
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I I] []
- ALOAD 1
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.itemList : Ljava/util/List;
- INVOKEINTERFACE java/util/List.iterator ()Ljava/util/Iterator;
- ASTORE 6
- L10
- LINENUMBER 388 L10
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.getText ()Ljava/lang/String;
- INVOKEVIRTUAL java/lang/String.toLowerCase ()Ljava/lang/String;
- ASTORE 4
- L11
- LINENUMBER 390 L11
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I java/lang/String T java/util/Iterator] []
- ALOAD 6
- INVOKEINTERFACE java/util/Iterator.hasNext ()Z
- IFEQ L12
- L13
- LINENUMBER 392 L13
- ALOAD 6
- INVOKEINTERFACE java/util/Iterator.next ()Ljava/lang/Object;
- CHECKCAST net/minecraft/item/ItemStack
- ASTORE 5
- L14
- LINENUMBER 393 L14
- ICONST_0
- ISTORE 7
- L15
- LINENUMBER 394 L15
- ALOAD 5
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.gameSettings : Lnet/minecraft/client/settings/GameSettings;
- GETFIELD net/minecraft/client/settings/GameSettings.advancedItemTooltips : Z
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getTooltip (Lnet/minecraft/entity/player/EntityPlayer;Z)Ljava/util/List;
- INVOKEINTERFACE java/util/List.iterator ()Ljava/util/Iterator;
- ASTORE 8
- L16
- LINENUMBER 398 L16
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I java/lang/String net/minecraft/item/ItemStack java/util/Iterator I java/util/Iterator] []
- ALOAD 8
- INVOKEINTERFACE java/util/Iterator.hasNext ()Z
- IFEQ L17
- L18
- LINENUMBER 400 L18
- ALOAD 8
- INVOKEINTERFACE java/util/Iterator.next ()Ljava/lang/Object;
- CHECKCAST java/lang/String
- ASTORE 9
- L19
- LINENUMBER 402 L19
- ALOAD 9
- INVOKEVIRTUAL java/lang/String.toLowerCase ()Ljava/lang/String;
- ALOAD 4
- INVOKEVIRTUAL java/lang/String.contains (Ljava/lang/CharSequence;)Z
- IFNE L20
- L21
- LINENUMBER 404 L21
- GOTO L16
- L20
- LINENUMBER 407 L20
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I java/lang/String net/minecraft/item/ItemStack java/util/Iterator I java/util/Iterator java/lang/String] []
- ICONST_1
- ISTORE 7
- L17
- LINENUMBER 410 L17
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I java/lang/String net/minecraft/item/ItemStack java/util/Iterator I java/util/Iterator] []
- ILOAD 7
- IFNE L22
- L23
- LINENUMBER 412 L23
- ALOAD 6
- INVOKEINTERFACE java/util/Iterator.remove ()V
- GOTO L22
- L22
- LINENUMBER 417 L22
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I java/lang/String net/minecraft/item/ItemStack java/util/Iterator I java/util/Iterator] []
- GOTO L11
- L12
- LINENUMBER 419 L12
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative [Lnet/minecraft/enchantment/Enchantment; I java/lang/String T java/util/Iterator] []
- ALOAD 0
- FCONST_0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- L24
- LINENUMBER 420 L24
- ALOAD 1
- FCONST_0
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.scrollTo (F)V
- L25
- LINENUMBER 421 L25
- RETURN
- L26
- LOCALVARIABLE enchantment Lnet/minecraft/enchantment/Enchantment; L7 L8 5
- LOCALVARIABLE i I L4 L5 4
- LOCALVARIABLE s Ljava/lang/String; L19 L17 9
- LOCALVARIABLE itemstack Lnet/minecraft/item/ItemStack; L14 L22 5
- LOCALVARIABLE flag Z L15 L22 7
- LOCALVARIABLE iterator1 Ljava/util/Iterator; L16 L22 8
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L26 0
- LOCALVARIABLE containercreative Lnet/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative; L0 L26 1
- LOCALVARIABLE iterator Ljava/util/Iterator; L10 L26 6
- LOCALVARIABLE aenchantment [Lnet/minecraft/enchantment/Enchantment; L1 L26 2
- LOCALVARIABLE j I L2 L26 3
- LOCALVARIABLE s1 Ljava/lang/String; L11 L26 4
- MAXSTACK = 3
- MAXLOCALS = 10
-
- // access flags 0x4
- protected drawGuiContainerForegroundLayer(II)V
- L0
- LINENUMBER 428 L0
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- AALOAD
- ASTORE 3
- L1
- LINENUMBER 430 L1
- ALOAD 3
- IFNULL L2
- ALOAD 3
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.drawInForegroundOfTab ()Z
- IFEQ L2
- L3
- LINENUMBER 432 L3
- SIPUSH 3042
- INVOKESTATIC org/lwjgl/opengl/GL11.glDisable (I)V
- L4
- LINENUMBER 433 L4
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.fontRendererObj : Lnet/minecraft/client/gui/FontRenderer;
- ALOAD 3
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTranslatedTabLabel ()Ljava/lang/String;
- ICONST_0
- ANEWARRAY java/lang/Object
- INVOKESTATIC net/minecraft/client/resources/I18n.format (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
- BIPUSH 8
- BIPUSH 6
- LDC 4210752
- INVOKEVIRTUAL net/minecraft/client/gui/FontRenderer.drawString (Ljava/lang/String;III)I
- POP
- L2
- LINENUMBER 435 L2
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I net/minecraft/creativetab/CreativeTabs] []
- RETURN
- L5
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L5 0
- LOCALVARIABLE p_146979_1_ I L0 L5 1
- LOCALVARIABLE p_146979_2_ I L0 L5 2
- LOCALVARIABLE creativetabs Lnet/minecraft/creativetab/CreativeTabs; L1 L5 3
- MAXSTACK = 5
- MAXLOCALS = 4
-
- // access flags 0x4
- protected mouseClicked(III)V
- L0
- LINENUMBER 442 L0
- ILOAD 3
- IFNE L1
- L2
- LINENUMBER 444 L2
- ILOAD 1
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- ISUB
- ISTORE 4
- L3
- LINENUMBER 445 L3
- ILOAD 2
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- ISUB
- ISTORE 5
- L4
- LINENUMBER 446 L4
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- ASTORE 6
- L5
- LINENUMBER 447 L5
- ALOAD 6
- ARRAYLENGTH
- ISTORE 7
- L6
- LINENUMBER 449 L6
- ICONST_0
- ISTORE 8
- L7
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I] []
- ILOAD 8
- ILOAD 7
- IF_ICMPGE L1
- L8
- LINENUMBER 451 L8
- ALOAD 6
- ILOAD 8
- AALOAD
- ASTORE 9
- L9
- LINENUMBER 453 L9
- ALOAD 9
- IFNULL L10
- ALOAD 0
- ALOAD 9
- ILOAD 4
- ILOAD 5
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.func_147049_a (Lnet/minecraft/creativetab/CreativeTabs;II)Z
- IFEQ L10
- L11
- LINENUMBER 455 L11
- RETURN
- L10
- LINENUMBER 449 L10
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I net/minecraft/creativetab/CreativeTabs] []
- IINC 8 1
- GOTO L7
- L1
- LINENUMBER 460 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I I] []
- ALOAD 0
- ILOAD 1
- ILOAD 2
- ILOAD 3
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.mouseClicked (III)V
- L12
- LINENUMBER 461 L12
- RETURN
- L13
- LOCALVARIABLE creativetabs Lnet/minecraft/creativetab/CreativeTabs; L9 L10 9
- LOCALVARIABLE k1 I L7 L1 8
- LOCALVARIABLE l I L3 L1 4
- LOCALVARIABLE i1 I L4 L1 5
- LOCALVARIABLE acreativetabs [Lnet/minecraft/creativetab/CreativeTabs; L5 L1 6
- LOCALVARIABLE j1 I L6 L1 7
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L13 0
- LOCALVARIABLE p_73864_1_ I L0 L13 1
- LOCALVARIABLE p_73864_2_ I L0 L13 2
- LOCALVARIABLE p_73864_3_ I L0 L13 3
- MAXSTACK = 4
- MAXLOCALS = 10
-
- // access flags 0x4
- protected mouseMovedOrUp(III)V
- L0
- LINENUMBER 469 L0
- ILOAD 3
- IFNE L1
- L2
- LINENUMBER 471 L2
- ILOAD 1
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- ISUB
- ISTORE 4
- L3
- LINENUMBER 472 L3
- ILOAD 2
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- ISUB
- ISTORE 5
- L4
- LINENUMBER 473 L4
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- ASTORE 6
- L5
- LINENUMBER 474 L5
- ALOAD 6
- ARRAYLENGTH
- ISTORE 7
- L6
- LINENUMBER 476 L6
- ICONST_0
- ISTORE 8
- L7
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I] []
- ILOAD 8
- ILOAD 7
- IF_ICMPGE L1
- L8
- LINENUMBER 478 L8
- ALOAD 6
- ILOAD 8
- AALOAD
- ASTORE 9
- L9
- LINENUMBER 480 L9
- ALOAD 9
- IFNULL L10
- ALOAD 0
- ALOAD 9
- ILOAD 4
- ILOAD 5
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.func_147049_a (Lnet/minecraft/creativetab/CreativeTabs;II)Z
- IFEQ L10
- L11
- LINENUMBER 482 L11
- ALOAD 0
- ALOAD 9
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.setCurrentCreativeTab (Lnet/minecraft/creativetab/CreativeTabs;)V
- L12
- LINENUMBER 483 L12
- RETURN
- L10
- LINENUMBER 476 L10
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I net/minecraft/creativetab/CreativeTabs] []
- IINC 8 1
- GOTO L7
- L1
- LINENUMBER 488 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I I] []
- ALOAD 0
- ILOAD 1
- ILOAD 2
- ILOAD 3
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.mouseMovedOrUp (III)V
- L13
- LINENUMBER 489 L13
- RETURN
- L14
- LOCALVARIABLE creativetabs Lnet/minecraft/creativetab/CreativeTabs; L9 L10 9
- LOCALVARIABLE k1 I L7 L1 8
- LOCALVARIABLE l I L3 L1 4
- LOCALVARIABLE i1 I L4 L1 5
- LOCALVARIABLE acreativetabs [Lnet/minecraft/creativetab/CreativeTabs; L5 L1 6
- LOCALVARIABLE j1 I L6 L1 7
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L14 0
- LOCALVARIABLE p_146286_1_ I L0 L14 1
- LOCALVARIABLE p_146286_2_ I L0 L14 2
- LOCALVARIABLE p_146286_3_ I L0 L14 3
- MAXSTACK = 4
- MAXLOCALS = 10
-
- // access flags 0x2
- private needsScrollBars()Z
- L0
- LINENUMBER 496 L0
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- AALOAD
- IFNONNULL L1
- ICONST_0
- IRETURN
- L1
- LINENUMBER 497 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative] []
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- IF_ICMPEQ L2
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- AALOAD
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.shouldHidePlayerInventory ()Z
- IFEQ L2
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- CHECKCAST net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.func_148328_e ()Z
- IFEQ L2
- ICONST_1
- GOTO L3
- L2
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative] []
- ICONST_0
- L3
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative] [I]
- IRETURN
- L4
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L4 0
- MAXSTACK = 2
- MAXLOCALS = 1
-
- // access flags 0x2
- private setCurrentCreativeTab(Lnet/minecraft/creativetab/CreativeTabs;)V
- L0
- LINENUMBER 502 L0
- ALOAD 1
- IFNONNULL L1
- RETURN
- L1
- LINENUMBER 503 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs] []
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- ISTORE 2
- L2
- LINENUMBER 504 L2
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- PUTSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- L3
- LINENUMBER 505 L3
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- CHECKCAST net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative
- ASTORE 3
- L4
- LINENUMBER 506 L4
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147008_s : Ljava/util/Set;
- INVOKEINTERFACE java/util/Set.clear ()V
- L5
- LINENUMBER 507 L5
- ALOAD 3
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.itemList : Ljava/util/List;
- INVOKEINTERFACE java/util/List.clear ()V
- L6
- LINENUMBER 508 L6
- ALOAD 1
- ALOAD 3
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.itemList : Ljava/util/List;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.displayAllReleventItems (Ljava/util/List;)V
- L7
- LINENUMBER 510 L7
- ALOAD 1
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPNE L8
- L9
- LINENUMBER 512 L9
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- GETFIELD net/minecraft/client/entity/EntityClientPlayerMP.inventoryContainer : Lnet/minecraft/inventory/Container;
- ASTORE 4
- L10
- LINENUMBER 514 L10
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147063_B : Ljava/util/List;
- IFNONNULL L11
- L12
- LINENUMBER 516 L12
- ALOAD 0
- ALOAD 3
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.inventorySlots : Ljava/util/List;
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147063_B : Ljava/util/List;
- L11
- LINENUMBER 519 L11
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/inventory/Container] []
- ALOAD 3
- NEW java/util/ArrayList
- DUP
- INVOKESPECIAL java/util/ArrayList.<init> ()V
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.inventorySlots : Ljava/util/List;
- L13
- LINENUMBER 521 L13
- ICONST_0
- ISTORE 5
- L14
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/inventory/Container I] []
- ILOAD 5
- ALOAD 4
- GETFIELD net/minecraft/inventory/Container.inventorySlots : Ljava/util/List;
- INVOKEINTERFACE java/util/List.size ()I
- IF_ICMPGE L15
- L16
- LINENUMBER 523 L16
- NEW net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot
- DUP
- ALOAD 0
- ALOAD 4
- GETFIELD net/minecraft/inventory/Container.inventorySlots : Ljava/util/List;
- ILOAD 5
- INVOKEINTERFACE java/util/List.get (I)Ljava/lang/Object;
- CHECKCAST net/minecraft/inventory/Slot
- ILOAD 5
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot.<init> (Lnet/minecraft/client/gui/inventory/GuiContainerCreative;Lnet/minecraft/inventory/Slot;I)V
- ASTORE 6
- L17
- LINENUMBER 524 L17
- ALOAD 3
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.inventorySlots : Ljava/util/List;
- ALOAD 6
- INVOKEINTERFACE java/util/List.add (Ljava/lang/Object;)Z
- POP
- L18
- LINENUMBER 529 L18
- ILOAD 5
- ICONST_5
- IF_ICMPLT L19
- ILOAD 5
- BIPUSH 9
- IF_ICMPGE L19
- L20
- LINENUMBER 531 L20
- ILOAD 5
- ICONST_5
- ISUB
- ISTORE 7
- L21
- LINENUMBER 532 L21
- ILOAD 7
- ICONST_2
- IDIV
- ISTORE 8
- L22
- LINENUMBER 533 L22
- ILOAD 7
- ICONST_2
- IREM
- ISTORE 9
- L23
- LINENUMBER 534 L23
- ALOAD 6
- BIPUSH 9
- ILOAD 8
- BIPUSH 54
- IMUL
- IADD
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot.xDisplayPosition : I
- L24
- LINENUMBER 535 L24
- ALOAD 6
- BIPUSH 6
- ILOAD 9
- BIPUSH 27
- IMUL
- IADD
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot.yDisplayPosition : I
- GOTO L25
- L19
- LINENUMBER 537 L19
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/inventory/Container I net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot] []
- ILOAD 5
- IFLT L26
- ILOAD 5
- ICONST_5
- IF_ICMPGE L26
- L27
- LINENUMBER 539 L27
- ALOAD 6
- SIPUSH -2000
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot.yDisplayPosition : I
- L28
- LINENUMBER 540 L28
- ALOAD 6
- SIPUSH -2000
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot.xDisplayPosition : I
- GOTO L25
- L26
- LINENUMBER 542 L26
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/inventory/Container I net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot] []
- ILOAD 5
- ALOAD 4
- GETFIELD net/minecraft/inventory/Container.inventorySlots : Ljava/util/List;
- INVOKEINTERFACE java/util/List.size ()I
- IF_ICMPGE L25
- L29
- LINENUMBER 544 L29
- ILOAD 5
- BIPUSH 9
- ISUB
- ISTORE 7
- L30
- LINENUMBER 545 L30
- ILOAD 7
- BIPUSH 9
- IREM
- ISTORE 8
- L31
- LINENUMBER 546 L31
- ILOAD 7
- BIPUSH 9
- IDIV
- ISTORE 9
- L32
- LINENUMBER 547 L32
- ALOAD 6
- BIPUSH 9
- ILOAD 8
- BIPUSH 18
- IMUL
- IADD
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot.xDisplayPosition : I
- L33
- LINENUMBER 549 L33
- ILOAD 5
- BIPUSH 36
- IF_ICMPLT L34
- L35
- LINENUMBER 551 L35
- ALOAD 6
- BIPUSH 112
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot.yDisplayPosition : I
- GOTO L25
- L34
- LINENUMBER 555 L34
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/inventory/Container I net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot I I I] []
- ALOAD 6
- BIPUSH 54
- ILOAD 9
- BIPUSH 18
- IMUL
- IADD
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot.yDisplayPosition : I
- L25
- LINENUMBER 521 L25
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/inventory/Container I net/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot] []
- IINC 5 1
- GOTO L14
- L15
- LINENUMBER 560 L15
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative net/minecraft/inventory/Container I] []
- ALOAD 0
- NEW net/minecraft/inventory/Slot
- DUP
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.field_147060_v : Lnet/minecraft/inventory/InventoryBasic;
- ICONST_0
- SIPUSH 173
- BIPUSH 112
- INVOKESPECIAL net/minecraft/inventory/Slot.<init> (Lnet/minecraft/inventory/IInventory;III)V
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147064_C : Lnet/minecraft/inventory/Slot;
- L36
- LINENUMBER 561 L36
- ALOAD 3
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.inventorySlots : Ljava/util/List;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147064_C : Lnet/minecraft/inventory/Slot;
- INVOKEINTERFACE java/util/List.add (Ljava/lang/Object;)Z
- POP
- L37
- LINENUMBER 562 L37
- GOTO L38
- L8
- LINENUMBER 563 L8
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative] []
- ILOAD 2
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- IF_ICMPNE L38
- L39
- LINENUMBER 565 L39
- ALOAD 3
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147063_B : Ljava/util/List;
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.inventorySlots : Ljava/util/List;
- L40
- LINENUMBER 566 L40
- ALOAD 0
- ACONST_NULL
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147063_B : Ljava/util/List;
- L38
- LINENUMBER 569 L38
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- IFNULL L41
- L42
- LINENUMBER 571 L42
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.hasSearchBar ()Z
- IFEQ L43
- L44
- LINENUMBER 573 L44
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ICONST_1
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setVisible (Z)V
- L45
- LINENUMBER 574 L45
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ICONST_0
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setCanLoseFocus (Z)V
- L46
- LINENUMBER 575 L46
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ICONST_1
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setFocused (Z)V
- L47
- LINENUMBER 576 L47
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- LDC ""
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setText (Ljava/lang/String;)V
- L48
- LINENUMBER 577 L48
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getSearchbarWidth ()I
- PUTFIELD net/minecraft/client/gui/GuiTextField.width : I
- L49
- LINENUMBER 578 L49
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- SIPUSH 171
- IADD
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- GETFIELD net/minecraft/client/gui/GuiTextField.width : I
- ISUB
- PUTFIELD net/minecraft/client/gui/GuiTextField.xPosition : I
- L50
- LINENUMBER 579 L50
- ALOAD 0
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.updateCreativeSearch ()V
- GOTO L41
- L43
- LINENUMBER 583 L43
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ICONST_0
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setVisible (Z)V
- L51
- LINENUMBER 584 L51
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ICONST_1
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setCanLoseFocus (Z)V
- L52
- LINENUMBER 585 L52
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- ICONST_0
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.setFocused (Z)V
- L41
- LINENUMBER 589 L41
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative] []
- ALOAD 0
- FCONST_0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- L53
- LINENUMBER 590 L53
- ALOAD 3
- FCONST_0
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.scrollTo (F)V
- L54
- LINENUMBER 591 L54
- RETURN
- L55
- LOCALVARIABLE k I L21 L19 7
- LOCALVARIABLE l I L22 L19 8
- LOCALVARIABLE i1 I L23 L19 9
- LOCALVARIABLE creativeslot Lnet/minecraft/client/gui/inventory/GuiContainerCreative$CreativeSlot; L17 L25 6
- LOCALVARIABLE k I L30 L25 7
- LOCALVARIABLE l I L31 L25 8
- LOCALVARIABLE i1 I L32 L25 9
- LOCALVARIABLE j I L14 L15 5
- LOCALVARIABLE container Lnet/minecraft/inventory/Container; L10 L37 4
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L55 0
- LOCALVARIABLE p_147050_1_ Lnet/minecraft/creativetab/CreativeTabs; L0 L55 1
- LOCALVARIABLE i I L2 L55 2
- LOCALVARIABLE containercreative Lnet/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative; L4 L55 3
- MAXSTACK = 7
- MAXLOCALS = 10
-
- // access flags 0x1
- public handleMouseInput()V
- L0
- LINENUMBER 598 L0
- ALOAD 0
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.handleMouseInput ()V
- L1
- LINENUMBER 599 L1
- INVOKESTATIC org/lwjgl/input/Mouse.getEventDWheel ()I
- ISTORE 1
- L2
- LINENUMBER 601 L2
- ILOAD 1
- IFEQ L3
- ALOAD 0
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.needsScrollBars ()Z
- IFEQ L3
- L4
- LINENUMBER 603 L4
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- CHECKCAST net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.itemList : Ljava/util/List;
- INVOKEINTERFACE java/util/List.size ()I
- BIPUSH 9
- IDIV
- ICONST_5
- ISUB
- ICONST_1
- IADD
- ISTORE 2
- L5
- LINENUMBER 605 L5
- ILOAD 1
- IFLE L6
- L7
- LINENUMBER 607 L7
- ICONST_1
- ISTORE 1
- L6
- LINENUMBER 610 L6
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- ILOAD 1
- IFGE L8
- L9
- LINENUMBER 612 L9
- ICONST_M1
- ISTORE 1
- L8
- LINENUMBER 615 L8
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- ALOAD 0
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- F2D
- ILOAD 1
- I2D
- ILOAD 2
- I2D
- DDIV
- DSUB
- D2F
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- L10
- LINENUMBER 617 L10
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- FCONST_0
- FCMPG
- IFGE L11
- L12
- LINENUMBER 619 L12
- ALOAD 0
- FCONST_0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- L11
- LINENUMBER 622 L11
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- FCONST_1
- FCMPL
- IFLE L13
- L14
- LINENUMBER 624 L14
- ALOAD 0
- FCONST_1
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- L13
- LINENUMBER 627 L13
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- CHECKCAST net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.scrollTo (F)V
- L3
- LINENUMBER 629 L3
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I] []
- RETURN
- L15
- LOCALVARIABLE j I L5 L3 2
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L15 0
- LOCALVARIABLE i I L2 L15 1
- MAXSTACK = 7
- MAXLOCALS = 3
-
- // access flags 0x1
- public drawScreen(IIF)V
- L0
- LINENUMBER 636 L0
- ICONST_0
- INVOKESTATIC org/lwjgl/input/Mouse.isButtonDown (I)Z
- ISTORE 4
- L1
- LINENUMBER 637 L1
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- ISTORE 5
- L2
- LINENUMBER 638 L2
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- ISTORE 6
- L3
- LINENUMBER 639 L3
- ILOAD 5
- SIPUSH 175
- IADD
- ISTORE 7
- L4
- LINENUMBER 640 L4
- ILOAD 6
- BIPUSH 18
- IADD
- ISTORE 8
- L5
- LINENUMBER 641 L5
- ILOAD 7
- BIPUSH 14
- IADD
- ISTORE 9
- L6
- LINENUMBER 642 L6
- ILOAD 8
- BIPUSH 112
- IADD
- ISTORE 10
- L7
- LINENUMBER 644 L7
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.wasClicking : Z
- IFNE L8
- ILOAD 4
- IFEQ L8
- ILOAD 1
- ILOAD 7
- IF_ICMPLT L8
- ILOAD 2
- ILOAD 8
- IF_ICMPLT L8
- ILOAD 1
- ILOAD 9
- IF_ICMPGE L8
- ILOAD 2
- ILOAD 10
- IF_ICMPGE L8
- L9
- LINENUMBER 646 L9
- ALOAD 0
- ALOAD 0
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.needsScrollBars ()Z
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.isScrolling : Z
- L8
- LINENUMBER 649 L8
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I] []
- ILOAD 4
- IFNE L10
- L11
- LINENUMBER 651 L11
- ALOAD 0
- ICONST_0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.isScrolling : Z
- L10
- LINENUMBER 654 L10
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I] []
- ALOAD 0
- ILOAD 4
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.wasClicking : Z
- L12
- LINENUMBER 656 L12
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.isScrolling : Z
- IFEQ L13
- L14
- LINENUMBER 658 L14
- ALOAD 0
- ILOAD 2
- ILOAD 8
- ISUB
- I2F
- LDC 7.5
- FSUB
- ILOAD 10
- ILOAD 8
- ISUB
- I2F
- LDC 15.0
- FSUB
- FDIV
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- L15
- LINENUMBER 660 L15
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- FCONST_0
- FCMPG
- IFGE L16
- L17
- LINENUMBER 662 L17
- ALOAD 0
- FCONST_0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- L16
- LINENUMBER 665 L16
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- FCONST_1
- FCMPL
- IFLE L18
- L19
- LINENUMBER 667 L19
- ALOAD 0
- FCONST_1
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- L18
- LINENUMBER 670 L18
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.inventorySlots : Lnet/minecraft/inventory/Container;
- CHECKCAST net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative$ContainerCreative.scrollTo (F)V
- L13
- LINENUMBER 673 L13
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I] []
- ALOAD 0
- ILOAD 1
- ILOAD 2
- FLOAD 3
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.drawScreen (IIF)V
- L20
- LINENUMBER 674 L20
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- ASTORE 11
- L21
- LINENUMBER 675 L21
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- BIPUSH 10
- IMUL
- ISTORE 12
- L22
- LINENUMBER 676 L22
- ALOAD 11
- ARRAYLENGTH
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- ICONST_1
- IADD
- BIPUSH 10
- IMUL
- ICONST_2
- IADD
- INVOKESTATIC java/lang/Math.min (II)I
- ISTORE 13
- L23
- LINENUMBER 677 L23
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- IFEQ L24
- IINC 12 2
- L24
- LINENUMBER 678 L24
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I] []
- ICONST_0
- ISTORE 14
- L25
- LINENUMBER 680 L25
- ILOAD 12
- ISTORE 15
- L26
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I I I] []
- ILOAD 15
- ILOAD 13
- IF_ICMPGE L27
- L28
- LINENUMBER 682 L28
- ALOAD 11
- ILOAD 15
- AALOAD
- ASTORE 16
- L29
- LINENUMBER 684 L29
- ALOAD 16
- IFNONNULL L30
- GOTO L31
- L30
- LINENUMBER 685 L30
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I I I net/minecraft/creativetab/CreativeTabs] []
- ALOAD 0
- ALOAD 16
- ILOAD 1
- ILOAD 2
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.renderCreativeInventoryHoveringText (Lnet/minecraft/creativetab/CreativeTabs;II)Z
- IFEQ L31
- L32
- LINENUMBER 687 L32
- ICONST_1
- ISTORE 14
- L33
- LINENUMBER 688 L33
- GOTO L27
- L31
- LINENUMBER 680 L31
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I I I net/minecraft/creativetab/CreativeTabs] []
- IINC 15 1
- GOTO L26
- L27
- LINENUMBER 692 L27
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I I I] []
- ILOAD 14
- IFNE L34
- ALOAD 0
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabAllSearch : Lnet/minecraft/creativetab/CreativeTabs;
- ILOAD 1
- ILOAD 2
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.renderCreativeInventoryHoveringText (Lnet/minecraft/creativetab/CreativeTabs;II)Z
- IFEQ L34
- L35
- LINENUMBER 694 L35
- ALOAD 0
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- ILOAD 1
- ILOAD 2
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.renderCreativeInventoryHoveringText (Lnet/minecraft/creativetab/CreativeTabs;II)Z
- POP
- L34
- LINENUMBER 697 L34
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147064_C : Lnet/minecraft/inventory/Slot;
- IFNULL L36
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- IF_ICMPNE L36
- ALOAD 0
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147064_C : Lnet/minecraft/inventory/Slot;
- GETFIELD net/minecraft/inventory/Slot.xDisplayPosition : I
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.field_147064_C : Lnet/minecraft/inventory/Slot;
- GETFIELD net/minecraft/inventory/Slot.yDisplayPosition : I
- BIPUSH 16
- BIPUSH 16
- ILOAD 1
- ILOAD 2
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.func_146978_c (IIIIII)Z
- IFEQ L36
- L37
- LINENUMBER 699 L37
- ALOAD 0
- LDC "inventory.binSlot"
- ICONST_0
- ANEWARRAY java/lang/Object
- INVOKESTATIC net/minecraft/client/resources/I18n.format (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
- ILOAD 1
- ILOAD 2
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.drawCreativeTabHoveringText (Ljava/lang/String;II)V
- L36
- LINENUMBER 702 L36
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.maxPages : I
- IFEQ L38
- L39
- LINENUMBER 704 L39
- LDC "%d / %d"
- ICONST_2
- ANEWARRAY java/lang/Object
- DUP
- ICONST_0
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- ICONST_1
- IADD
- INVOKESTATIC java/lang/Integer.valueOf (I)Ljava/lang/Integer;
- AASTORE
- DUP
- ICONST_1
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.maxPages : I
- ICONST_1
- IADD
- INVOKESTATIC java/lang/Integer.valueOf (I)Ljava/lang/Integer;
- AASTORE
- INVOKESTATIC java/lang/String.format (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
- ASTORE 15
- L40
- LINENUMBER 705 L40
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.fontRendererObj : Lnet/minecraft/client/gui/FontRenderer;
- ALOAD 15
- INVOKEVIRTUAL net/minecraft/client/gui/FontRenderer.getStringWidth (Ljava/lang/String;)I
- ISTORE 16
- L41
- LINENUMBER 706 L41
- SIPUSH 2896
- INVOKESTATIC org/lwjgl/opengl/GL11.glDisable (I)V
- L42
- LINENUMBER 707 L42
- ALOAD 0
- LDC 300.0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.zLevel : F
- L43
- LINENUMBER 708 L43
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.itemRender : Lnet/minecraft/client/renderer/entity/RenderItem;
- LDC 300.0
- PUTFIELD net/minecraft/client/renderer/entity/RenderItem.zLevel : F
- L44
- LINENUMBER 709 L44
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.fontRendererObj : Lnet/minecraft/client/gui/FontRenderer;
- ALOAD 15
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.xSize : I
- ICONST_2
- IDIV
- IADD
- ILOAD 16
- ICONST_2
- IDIV
- ISUB
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- BIPUSH 44
- ISUB
- ICONST_M1
- INVOKEVIRTUAL net/minecraft/client/gui/FontRenderer.drawString (Ljava/lang/String;III)I
- POP
- L45
- LINENUMBER 710 L45
- ALOAD 0
- FCONST_0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.zLevel : F
- L46
- LINENUMBER 711 L46
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.itemRender : Lnet/minecraft/client/renderer/entity/RenderItem;
- FCONST_0
- PUTFIELD net/minecraft/client/renderer/entity/RenderItem.zLevel : F
- L38
- LINENUMBER 714 L38
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative I I F I I I I I I I [Lnet/minecraft/creativetab/CreativeTabs; I I I] []
- FCONST_1
- FCONST_1
- FCONST_1
- FCONST_1
- INVOKESTATIC org/lwjgl/opengl/GL11.glColor4f (FFFF)V
- L47
- LINENUMBER 715 L47
- SIPUSH 2896
- INVOKESTATIC org/lwjgl/opengl/GL11.glDisable (I)V
- L48
- LINENUMBER 716 L48
- RETURN
- L49
- LOCALVARIABLE creativetabs Lnet/minecraft/creativetab/CreativeTabs; L29 L31 16
- LOCALVARIABLE j2 I L26 L27 15
- LOCALVARIABLE page Ljava/lang/String; L40 L38 15
- LOCALVARIABLE width I L41 L38 16
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L49 0
- LOCALVARIABLE p_73863_1_ I L0 L49 1
- LOCALVARIABLE p_73863_2_ I L0 L49 2
- LOCALVARIABLE p_73863_3_ F L0 L49 3
- LOCALVARIABLE flag Z L1 L49 4
- LOCALVARIABLE k I L2 L49 5
- LOCALVARIABLE l I L3 L49 6
- LOCALVARIABLE i1 I L4 L49 7
- LOCALVARIABLE j1 I L5 L49 8
- LOCALVARIABLE k1 I L6 L49 9
- LOCALVARIABLE l1 I L7 L49 10
- LOCALVARIABLE acreativetabs [Lnet/minecraft/creativetab/CreativeTabs; L21 L49 11
- LOCALVARIABLE start I L22 L49 12
- LOCALVARIABLE i2 I L23 L49 13
- LOCALVARIABLE rendered Z L25 L49 14
- MAXSTACK = 7
- MAXLOCALS = 17
-
- // access flags 0x4
- protected renderToolTip(Lnet/minecraft/item/ItemStack;II)V
- L0
- LINENUMBER 720 L0
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabAllSearch : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- IF_ICMPNE L1
- L2
- LINENUMBER 722 L2
- ALOAD 1
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.gameSettings : Lnet/minecraft/client/settings/GameSettings;
- GETFIELD net/minecraft/client/settings/GameSettings.advancedItemTooltips : Z
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getTooltip (Lnet/minecraft/entity/player/EntityPlayer;Z)Ljava/util/List;
- ASTORE 4
- L3
- LINENUMBER 723 L3
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getItem ()Lnet/minecraft/item/Item;
- INVOKEVIRTUAL net/minecraft/item/Item.getCreativeTab ()Lnet/minecraft/creativetab/CreativeTabs;
- ASTORE 5
- L4
- LINENUMBER 725 L4
- ALOAD 5
- IFNONNULL L5
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getItem ()Lnet/minecraft/item/Item;
- GETSTATIC net/minecraft/init/Items.enchanted_book : Lnet/minecraft/item/ItemEnchantedBook;
- IF_ACMPNE L5
- L6
- LINENUMBER 727 L6
- ALOAD 1
- INVOKESTATIC net/minecraft/enchantment/EnchantmentHelper.getEnchantments (Lnet/minecraft/item/ItemStack;)Ljava/util/Map;
- ASTORE 6
- L7
- LINENUMBER 729 L7
- ALOAD 6
- INVOKEINTERFACE java/util/Map.size ()I
- ICONST_1
- IF_ICMPNE L5
- L8
- LINENUMBER 731 L8
- GETSTATIC net/minecraft/enchantment/Enchantment.enchantmentsList : [Lnet/minecraft/enchantment/Enchantment;
- ALOAD 6
- INVOKEINTERFACE java/util/Map.keySet ()Ljava/util/Set;
- INVOKEINTERFACE java/util/Set.iterator ()Ljava/util/Iterator;
- INVOKEINTERFACE java/util/Iterator.next ()Ljava/lang/Object;
- CHECKCAST java/lang/Integer
- INVOKEVIRTUAL java/lang/Integer.intValue ()I
- AALOAD
- ASTORE 7
- L9
- LINENUMBER 732 L9
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- ASTORE 8
- L10
- LINENUMBER 733 L10
- ALOAD 8
- ARRAYLENGTH
- ISTORE 9
- L11
- LINENUMBER 735 L11
- ICONST_0
- ISTORE 10
- L12
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I java/util/List net/minecraft/creativetab/CreativeTabs java/util/Map net/minecraft/enchantment/Enchantment [Lnet/minecraft/creativetab/CreativeTabs; I I] []
- ILOAD 10
- ILOAD 9
- IF_ICMPGE L5
- L13
- LINENUMBER 737 L13
- ALOAD 8
- ILOAD 10
- AALOAD
- ASTORE 11
- L14
- LINENUMBER 739 L14
- ALOAD 11
- ALOAD 7
- GETFIELD net/minecraft/enchantment/Enchantment.type : Lnet/minecraft/enchantment/EnumEnchantmentType;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.func_111226_a (Lnet/minecraft/enchantment/EnumEnchantmentType;)Z
- IFEQ L15
- L16
- LINENUMBER 741 L16
- ALOAD 11
- ASTORE 5
- L17
- LINENUMBER 742 L17
- GOTO L5
- L15
- LINENUMBER 735 L15
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I java/util/List net/minecraft/creativetab/CreativeTabs java/util/Map net/minecraft/enchantment/Enchantment [Lnet/minecraft/creativetab/CreativeTabs; I I net/minecraft/creativetab/CreativeTabs] []
- IINC 10 1
- GOTO L12
- L5
- LINENUMBER 748 L5
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I java/util/List net/minecraft/creativetab/CreativeTabs] []
- ALOAD 5
- IFNULL L18
- L19
- LINENUMBER 750 L19
- ALOAD 4
- ICONST_1
- NEW java/lang/StringBuilder
- DUP
- INVOKESPECIAL java/lang/StringBuilder.<init> ()V
- LDC ""
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/String;)Ljava/lang/StringBuilder;
- GETSTATIC net/minecraft/util/EnumChatFormatting.BOLD : Lnet/minecraft/util/EnumChatFormatting;
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/Object;)Ljava/lang/StringBuilder;
- GETSTATIC net/minecraft/util/EnumChatFormatting.BLUE : Lnet/minecraft/util/EnumChatFormatting;
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/Object;)Ljava/lang/StringBuilder;
- ALOAD 5
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTranslatedTabLabel ()Ljava/lang/String;
- ICONST_0
- ANEWARRAY java/lang/Object
- INVOKESTATIC net/minecraft/client/resources/I18n.format (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/String;)Ljava/lang/StringBuilder;
- INVOKEVIRTUAL java/lang/StringBuilder.toString ()Ljava/lang/String;
- INVOKEINTERFACE java/util/List.add (ILjava/lang/Object;)V
- L18
- LINENUMBER 753 L18
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I java/util/List net/minecraft/creativetab/CreativeTabs] []
- ICONST_0
- ISTORE 6
- L20
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I java/util/List net/minecraft/creativetab/CreativeTabs I] []
- ILOAD 6
- ALOAD 4
- INVOKEINTERFACE java/util/List.size ()I
- IF_ICMPGE L21
- L22
- LINENUMBER 755 L22
- ILOAD 6
- IFNE L23
- L24
- LINENUMBER 757 L24
- ALOAD 4
- ILOAD 6
- NEW java/lang/StringBuilder
- DUP
- INVOKESPECIAL java/lang/StringBuilder.<init> ()V
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/item/ItemStack.getRarity ()Lnet/minecraft/item/EnumRarity;
- GETFIELD net/minecraft/item/EnumRarity.rarityColor : Lnet/minecraft/util/EnumChatFormatting;
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/Object;)Ljava/lang/StringBuilder;
- ALOAD 4
- ILOAD 6
- INVOKEINTERFACE java/util/List.get (I)Ljava/lang/Object;
- CHECKCAST java/lang/String
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/String;)Ljava/lang/StringBuilder;
- INVOKEVIRTUAL java/lang/StringBuilder.toString ()Ljava/lang/String;
- INVOKEINTERFACE java/util/List.set (ILjava/lang/Object;)Ljava/lang/Object;
- POP
- GOTO L25
- L23
- LINENUMBER 761 L23
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I java/util/List net/minecraft/creativetab/CreativeTabs I] []
- ALOAD 4
- ILOAD 6
- NEW java/lang/StringBuilder
- DUP
- INVOKESPECIAL java/lang/StringBuilder.<init> ()V
- GETSTATIC net/minecraft/util/EnumChatFormatting.GRAY : Lnet/minecraft/util/EnumChatFormatting;
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/Object;)Ljava/lang/StringBuilder;
- ALOAD 4
- ILOAD 6
- INVOKEINTERFACE java/util/List.get (I)Ljava/lang/Object;
- CHECKCAST java/lang/String
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/String;)Ljava/lang/StringBuilder;
- INVOKEVIRTUAL java/lang/StringBuilder.toString ()Ljava/lang/String;
- INVOKEINTERFACE java/util/List.set (ILjava/lang/Object;)Ljava/lang/Object;
- POP
- L25
- LINENUMBER 753 L25
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I java/util/List net/minecraft/creativetab/CreativeTabs I] []
- IINC 6 1
- GOTO L20
- L21
- LINENUMBER 765 L21
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I java/util/List net/minecraft/creativetab/CreativeTabs I] []
- ALOAD 0
- ALOAD 4
- ILOAD 2
- ILOAD 3
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.func_146283_a (Ljava/util/List;II)V
- L26
- LINENUMBER 766 L26
- GOTO L27
- L1
- LINENUMBER 769 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I] []
- ALOAD 0
- ALOAD 1
- ILOAD 2
- ILOAD 3
- INVOKESPECIAL net/minecraft/client/renderer/InventoryEffectRenderer.renderToolTip (Lnet/minecraft/item/ItemStack;II)V
- L27
- LINENUMBER 771 L27
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/item/ItemStack I I] []
- RETURN
- L28
- LOCALVARIABLE creativetabs1 Lnet/minecraft/creativetab/CreativeTabs; L14 L15 11
- LOCALVARIABLE l I L12 L5 10
- LOCALVARIABLE enchantment Lnet/minecraft/enchantment/Enchantment; L9 L5 7
- LOCALVARIABLE acreativetabs [Lnet/minecraft/creativetab/CreativeTabs; L10 L5 8
- LOCALVARIABLE k I L11 L5 9
- LOCALVARIABLE map Ljava/util/Map; L7 L5 6
- LOCALVARIABLE i1 I L20 L21 6
- LOCALVARIABLE list Ljava/util/List; L3 L26 4
- LOCALVARIABLE creativetabs Lnet/minecraft/creativetab/CreativeTabs; L4 L26 5
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L28 0
- LOCALVARIABLE p_146285_1_ Lnet/minecraft/item/ItemStack; L0 L28 1
- LOCALVARIABLE p_146285_2_ I L0 L28 2
- LOCALVARIABLE p_146285_3_ I L0 L28 3
- MAXSTACK = 5
- MAXLOCALS = 12
-
- // access flags 0x4
- protected drawGuiContainerBackgroundLayer(FII)V
- L0
- LINENUMBER 775 L0
- FCONST_1
- FCONST_1
- FCONST_1
- FCONST_1
- INVOKESTATIC org/lwjgl/opengl/GL11.glColor4f (FFFF)V
- L1
- LINENUMBER 776 L1
- INVOKESTATIC net/minecraft/client/renderer/RenderHelper.enableGUIStandardItemLighting ()V
- L2
- LINENUMBER 777 L2
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- AALOAD
- ASTORE 4
- L3
- LINENUMBER 778 L3
- GETSTATIC net/minecraft/creativetab/CreativeTabs.creativeTabArray : [Lnet/minecraft/creativetab/CreativeTabs;
- ASTORE 5
- L4
- LINENUMBER 779 L4
- ALOAD 5
- ARRAYLENGTH
- ISTORE 6
- L5
- LINENUMBER 782 L5
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- BIPUSH 10
- IMUL
- ISTORE 7
- L6
- LINENUMBER 783 L6
- ALOAD 5
- ARRAYLENGTH
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- ICONST_1
- IADD
- BIPUSH 10
- IMUL
- ICONST_2
- IADD
- INVOKESTATIC java/lang/Math.min (II)I
- ISTORE 6
- L7
- LINENUMBER 784 L7
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- IFEQ L8
- IINC 7 2
- L8
- LINENUMBER 786 L8
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I] []
- ILOAD 7
- ISTORE 8
- L9
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I] []
- ILOAD 8
- ILOAD 6
- IF_ICMPGE L10
- L11
- LINENUMBER 788 L11
- ALOAD 5
- ILOAD 8
- AALOAD
- ASTORE 9
- L12
- LINENUMBER 789 L12
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- INVOKEVIRTUAL net/minecraft/client/Minecraft.getTextureManager ()Lnet/minecraft/client/renderer/texture/TextureManager;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.field_147061_u : Lnet/minecraft/util/ResourceLocation;
- INVOKEVIRTUAL net/minecraft/client/renderer/texture/TextureManager.bindTexture (Lnet/minecraft/util/ResourceLocation;)V
- L13
- LINENUMBER 791 L13
- ALOAD 9
- IFNONNULL L14
- GOTO L15
- L14
- LINENUMBER 793 L14
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I net/minecraft/creativetab/CreativeTabs] []
- ALOAD 9
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- IF_ICMPEQ L15
- L16
- LINENUMBER 795 L16
- ALOAD 0
- ALOAD 9
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.func_147051_a (Lnet/minecraft/creativetab/CreativeTabs;)V
- L15
- LINENUMBER 786 L15
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I net/minecraft/creativetab/CreativeTabs] []
- IINC 8 1
- GOTO L9
- L10
- LINENUMBER 799 L10
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I] []
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- IFEQ L17
- L18
- LINENUMBER 801 L18
- ALOAD 4
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabAllSearch : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPEQ L19
- L20
- LINENUMBER 803 L20
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- INVOKEVIRTUAL net/minecraft/client/Minecraft.getTextureManager ()Lnet/minecraft/client/renderer/texture/TextureManager;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.field_147061_u : Lnet/minecraft/util/ResourceLocation;
- INVOKEVIRTUAL net/minecraft/client/renderer/texture/TextureManager.bindTexture (Lnet/minecraft/util/ResourceLocation;)V
- L21
- LINENUMBER 804 L21
- ALOAD 0
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabAllSearch : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.func_147051_a (Lnet/minecraft/creativetab/CreativeTabs;)V
- L19
- LINENUMBER 806 L19
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I] []
- ALOAD 4
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPEQ L17
- L22
- LINENUMBER 808 L22
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- INVOKEVIRTUAL net/minecraft/client/Minecraft.getTextureManager ()Lnet/minecraft/client/renderer/texture/TextureManager;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.field_147061_u : Lnet/minecraft/util/ResourceLocation;
- INVOKEVIRTUAL net/minecraft/client/renderer/texture/TextureManager.bindTexture (Lnet/minecraft/util/ResourceLocation;)V
- L23
- LINENUMBER 809 L23
- ALOAD 0
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.func_147051_a (Lnet/minecraft/creativetab/CreativeTabs;)V
- L17
- LINENUMBER 813 L17
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I] []
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- INVOKEVIRTUAL net/minecraft/client/Minecraft.getTextureManager ()Lnet/minecraft/client/renderer/texture/TextureManager;
- NEW net/minecraft/util/ResourceLocation
- DUP
- NEW java/lang/StringBuilder
- DUP
- INVOKESPECIAL java/lang/StringBuilder.<init> ()V
- LDC "textures/gui/container/creative_inventory/tab_"
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/String;)Ljava/lang/StringBuilder;
- ALOAD 4
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getBackgroundImageName ()Ljava/lang/String;
- INVOKEVIRTUAL java/lang/StringBuilder.append (Ljava/lang/String;)Ljava/lang/StringBuilder;
- INVOKEVIRTUAL java/lang/StringBuilder.toString ()Ljava/lang/String;
- INVOKESPECIAL net/minecraft/util/ResourceLocation.<init> (Ljava/lang/String;)V
- INVOKEVIRTUAL net/minecraft/client/renderer/texture/TextureManager.bindTexture (Lnet/minecraft/util/ResourceLocation;)V
- L24
- LINENUMBER 814 L24
- ALOAD 0
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- ICONST_0
- ICONST_0
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.xSize : I
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.ySize : I
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.drawTexturedModalRect (IIIIII)V
- L25
- LINENUMBER 815 L25
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.searchField : Lnet/minecraft/client/gui/GuiTextField;
- INVOKEVIRTUAL net/minecraft/client/gui/GuiTextField.drawTextBox ()V
- L26
- LINENUMBER 816 L26
- FCONST_1
- FCONST_1
- FCONST_1
- FCONST_1
- INVOKESTATIC org/lwjgl/opengl/GL11.glColor4f (FFFF)V
- L27
- LINENUMBER 817 L27
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- SIPUSH 175
- IADD
- ISTORE 9
- L28
- LINENUMBER 818 L28
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- BIPUSH 18
- IADD
- ISTORE 6
- L29
- LINENUMBER 819 L29
- ILOAD 6
- BIPUSH 112
- IADD
- ISTORE 8
- L30
- LINENUMBER 820 L30
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- INVOKEVIRTUAL net/minecraft/client/Minecraft.getTextureManager ()Lnet/minecraft/client/renderer/texture/TextureManager;
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.field_147061_u : Lnet/minecraft/util/ResourceLocation;
- INVOKEVIRTUAL net/minecraft/client/renderer/texture/TextureManager.bindTexture (Lnet/minecraft/util/ResourceLocation;)V
- L31
- LINENUMBER 822 L31
- ALOAD 4
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.shouldHidePlayerInventory ()Z
- IFEQ L32
- L33
- LINENUMBER 824 L33
- ALOAD 0
- ILOAD 9
- ILOAD 6
- ILOAD 8
- ILOAD 6
- ISUB
- BIPUSH 17
- ISUB
- I2F
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.currentScroll : F
- FMUL
- F2I
- IADD
- SIPUSH 232
- ALOAD 0
- INVOKESPECIAL net/minecraft/client/gui/inventory/GuiContainerCreative.needsScrollBars ()Z
- IFEQ L34
- ICONST_0
- GOTO L35
- L34
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I I] [net/minecraft/client/gui/inventory/GuiContainerCreative I I I]
- BIPUSH 12
- L35
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I I] [net/minecraft/client/gui/inventory/GuiContainerCreative I I I I]
- IADD
- ICONST_0
- BIPUSH 12
- BIPUSH 15
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.drawTexturedModalRect (IIIIII)V
- L32
- LINENUMBER 827 L32
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I I] []
- ALOAD 4
- IFNULL L36
- ALOAD 4
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabPage ()I
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- IF_ICMPEQ L37
- L36
- LINENUMBER 829 L36
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I I] []
- ALOAD 4
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabAllSearch : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPEQ L37
- ALOAD 4
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPEQ L37
- L38
- LINENUMBER 831 L38
- RETURN
- L37
- LINENUMBER 835 L37
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I I] []
- ALOAD 0
- ALOAD 4
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.func_147051_a (Lnet/minecraft/creativetab/CreativeTabs;)V
- L39
- LINENUMBER 837 L39
- ALOAD 4
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPNE L40
- L41
- LINENUMBER 839 L41
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- BIPUSH 43
- IADD
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- BIPUSH 45
- IADD
- BIPUSH 20
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- BIPUSH 43
- IADD
- ILOAD 2
- ISUB
- I2F
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- BIPUSH 45
- IADD
- BIPUSH 30
- ISUB
- ILOAD 3
- ISUB
- I2F
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- INVOKESTATIC net/minecraft/client/gui/inventory/GuiInventory.func_147046_a (IIIFFLnet/minecraft/entity/EntityLivingBase;)V
- L40
- LINENUMBER 841 L40
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative F I I net/minecraft/creativetab/CreativeTabs [Lnet/minecraft/creativetab/CreativeTabs; I I I I] []
- RETURN
- L42
- LOCALVARIABLE creativetabs1 Lnet/minecraft/creativetab/CreativeTabs; L12 L15 9
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L42 0
- LOCALVARIABLE p_146976_1_ F L0 L42 1
- LOCALVARIABLE p_146976_2_ I L0 L42 2
- LOCALVARIABLE p_146976_3_ I L0 L42 3
- LOCALVARIABLE creativetabs Lnet/minecraft/creativetab/CreativeTabs; L3 L42 4
- LOCALVARIABLE acreativetabs [Lnet/minecraft/creativetab/CreativeTabs; L4 L42 5
- LOCALVARIABLE k I L5 L42 6
- LOCALVARIABLE l I L9 L42 8
- LOCALVARIABLE start I L6 L42 7
- LOCALVARIABLE i1 I L28 L42 9
- MAXSTACK = 7
- MAXLOCALS = 10
-
- // access flags 0x4
- protected func_147049_a(Lnet/minecraft/creativetab/CreativeTabs;II)Z
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainer.manager : Lcodechicken/nei/guihook/GuiContainerManager;
- ILOAD 2
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainer.guiLeft : I
- IADD
- ILOAD 3
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainer.guiTop : I
- IADD
- INVOKEVIRTUAL codechicken/nei/guihook/GuiContainerManager.objectUnderMouse (II)Z
- IFEQ L0
- ICONST_0
- IRETURN
- L0
- LINENUMBER 845 L0
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I] []
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabPage ()I
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- IF_ICMPEQ L1
- L2
- LINENUMBER 847 L2
- ALOAD 1
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabAllSearch : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPEQ L1
- ALOAD 1
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabInventory : Lnet/minecraft/creativetab/CreativeTabs;
- IF_ACMPEQ L1
- L3
- LINENUMBER 850 L3
- ICONST_0
- IRETURN
- L1
- LINENUMBER 854 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I] []
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabColumn ()I
- ISTORE 4
- L4
- LINENUMBER 855 L4
- BIPUSH 28
- ILOAD 4
- IMUL
- ISTORE 5
- L5
- LINENUMBER 856 L5
- ICONST_0
- ISTORE 6
- L6
- LINENUMBER 858 L6
- ILOAD 4
- ICONST_5
- IF_ICMPNE L7
- L8
- LINENUMBER 860 L8
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.xSize : I
- BIPUSH 28
- ISUB
- ICONST_2
- IADD
- ISTORE 5
- GOTO L9
- L7
- LINENUMBER 862 L7
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I] []
- ILOAD 4
- IFLE L9
- L10
- LINENUMBER 864 L10
- ILOAD 5
- ILOAD 4
- IADD
- ISTORE 5
- L9
- LINENUMBER 869 L9
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I] []
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.isTabInFirstRow ()Z
- IFEQ L11
- L12
- LINENUMBER 871 L12
- ILOAD 6
- BIPUSH 32
- ISUB
- ISTORE 7
- L13
- GOTO L14
- L11
- LINENUMBER 875 L11
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I] []
- ILOAD 6
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.ySize : I
- IADD
- ISTORE 7
- L14
- LINENUMBER 878 L14
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I] []
- ILOAD 2
- ILOAD 5
- IF_ICMPLT L15
- ILOAD 2
- ILOAD 5
- BIPUSH 28
- IADD
- IF_ICMPGT L15
- ILOAD 3
- ILOAD 7
- IF_ICMPLT L15
- ILOAD 3
- ILOAD 7
- BIPUSH 32
- IADD
- IF_ICMPGT L15
- ICONST_1
- GOTO L16
- L15
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I] []
- ICONST_0
- L16
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I] [I]
- IRETURN
- L17
- LOCALVARIABLE i1 I L13 L11 7
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L17 0
- LOCALVARIABLE p_147049_1_ Lnet/minecraft/creativetab/CreativeTabs; L0 L17 1
- LOCALVARIABLE p_147049_2_ I L0 L17 2
- LOCALVARIABLE p_147049_3_ I L0 L17 3
- LOCALVARIABLE k I L4 L17 4
- LOCALVARIABLE l I L5 L17 5
- LOCALVARIABLE b0 B L6 L17 6
- LOCALVARIABLE i1 I L14 L17 7
- MAXSTACK = 4
- MAXLOCALS = 8
-
- // access flags 0x4
- protected renderCreativeInventoryHoveringText(Lnet/minecraft/creativetab/CreativeTabs;II)Z
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainer.manager : Lcodechicken/nei/guihook/GuiContainerManager;
- ILOAD 2
- ILOAD 3
- INVOKEVIRTUAL codechicken/nei/guihook/GuiContainerManager.objectUnderMouse (II)Z
- IFEQ L0
- ICONST_0
- IRETURN
- L0
- LINENUMBER 887 L0
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I] []
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabColumn ()I
- ISTORE 4
- L1
- LINENUMBER 888 L1
- BIPUSH 28
- ILOAD 4
- IMUL
- ISTORE 5
- L2
- LINENUMBER 889 L2
- ICONST_0
- ISTORE 6
- L3
- LINENUMBER 891 L3
- ILOAD 4
- ICONST_5
- IF_ICMPNE L4
- L5
- LINENUMBER 893 L5
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.xSize : I
- BIPUSH 28
- ISUB
- ICONST_2
- IADD
- ISTORE 5
- GOTO L6
- L4
- LINENUMBER 895 L4
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I] []
- ILOAD 4
- IFLE L6
- L7
- LINENUMBER 897 L7
- ILOAD 5
- ILOAD 4
- IADD
- ISTORE 5
- L6
- LINENUMBER 902 L6
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I] []
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.isTabInFirstRow ()Z
- IFEQ L8
- L9
- LINENUMBER 904 L9
- ILOAD 6
- BIPUSH 32
- ISUB
- ISTORE 7
- L10
- GOTO L11
- L8
- LINENUMBER 908 L8
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I] []
- ILOAD 6
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.ySize : I
- IADD
- ISTORE 7
- L11
- LINENUMBER 911 L11
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I] []
- ALOAD 0
- ILOAD 5
- ICONST_3
- IADD
- ILOAD 7
- ICONST_3
- IADD
- BIPUSH 23
- BIPUSH 27
- ILOAD 2
- ILOAD 3
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.func_146978_c (IIIIII)Z
- IFEQ L12
- L13
- LINENUMBER 913 L13
- ALOAD 0
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTranslatedTabLabel ()Ljava/lang/String;
- ICONST_0
- ANEWARRAY java/lang/Object
- INVOKESTATIC net/minecraft/client/resources/I18n.format (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
- ILOAD 2
- ILOAD 3
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.drawCreativeTabHoveringText (Ljava/lang/String;II)V
- L14
- LINENUMBER 914 L14
- ICONST_1
- IRETURN
- L12
- LINENUMBER 918 L12
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I] []
- ICONST_0
- IRETURN
- L15
- LOCALVARIABLE i1 I L10 L8 7
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L15 0
- LOCALVARIABLE p_147052_1_ Lnet/minecraft/creativetab/CreativeTabs; L0 L15 1
- LOCALVARIABLE p_147052_2_ I L0 L15 2
- LOCALVARIABLE p_147052_3_ I L0 L15 3
- LOCALVARIABLE k I L1 L15 4
- LOCALVARIABLE l I L2 L15 5
- LOCALVARIABLE b0 B L3 L15 6
- LOCALVARIABLE i1 I L11 L15 7
- MAXSTACK = 7
- MAXLOCALS = 8
-
- // access flags 0x4
- protected func_147051_a(Lnet/minecraft/creativetab/CreativeTabs;)V
- L0
- LINENUMBER 924 L0
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- IF_ICMPNE L1
- ICONST_1
- GOTO L2
- L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs] []
- ICONST_0
- L2
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs] [I]
- ISTORE 2
- L3
- LINENUMBER 925 L3
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.isTabInFirstRow ()Z
- ISTORE 3
- L4
- LINENUMBER 926 L4
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabColumn ()I
- ISTORE 4
- L5
- LINENUMBER 927 L5
- ILOAD 4
- BIPUSH 28
- IMUL
- ISTORE 5
- L6
- LINENUMBER 928 L6
- ICONST_0
- ISTORE 6
- L7
- LINENUMBER 929 L7
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- BIPUSH 28
- ILOAD 4
- IMUL
- IADD
- ISTORE 7
- L8
- LINENUMBER 930 L8
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiTop : I
- ISTORE 8
- L9
- LINENUMBER 931 L9
- BIPUSH 32
- ISTORE 9
- L10
- LINENUMBER 933 L10
- ILOAD 2
- IFEQ L11
- L12
- LINENUMBER 935 L12
- IINC 6 32
- L11
- LINENUMBER 938 L11
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I I I] []
- ILOAD 4
- ICONST_5
- IF_ICMPNE L13
- L14
- LINENUMBER 940 L14
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.guiLeft : I
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.xSize : I
- IADD
- BIPUSH 28
- ISUB
- ISTORE 7
- GOTO L15
- L13
- LINENUMBER 942 L13
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I I I] []
- ILOAD 4
- IFLE L15
- L16
- LINENUMBER 944 L16
- ILOAD 7
- ILOAD 4
- IADD
- ISTORE 7
- L15
- LINENUMBER 947 L15
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I I I] []
- ILOAD 3
- IFEQ L17
- L18
- LINENUMBER 949 L18
- IINC 8 -28
- GOTO L19
- L17
- LINENUMBER 953 L17
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I I I] []
- IINC 6 64
- L20
- LINENUMBER 954 L20
- ILOAD 8
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.ySize : I
- ICONST_4
- ISUB
- IADD
- ISTORE 8
- L19
- LINENUMBER 957 L19
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I I I] []
- SIPUSH 2896
- INVOKESTATIC org/lwjgl/opengl/GL11.glDisable (I)V
- L21
- LINENUMBER 958 L21
- FCONST_1
- FCONST_1
- FCONST_1
- INVOKESTATIC org/lwjgl/opengl/GL11.glColor3f (FFF)V
- L22
- LINENUMBER 959 L22
- SIPUSH 3042
- INVOKESTATIC org/lwjgl/opengl/GL11.glEnable (I)V
- L23
- LINENUMBER 960 L23
- ALOAD 0
- ILOAD 7
- ILOAD 8
- ILOAD 5
- ILOAD 6
- BIPUSH 28
- ILOAD 9
- INVOKEVIRTUAL net/minecraft/client/gui/inventory/GuiContainerCreative.drawTexturedModalRect (IIIIII)V
- L24
- LINENUMBER 961 L24
- ALOAD 0
- LDC 100.0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.zLevel : F
- L25
- LINENUMBER 962 L25
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.itemRender : Lnet/minecraft/client/renderer/entity/RenderItem;
- LDC 100.0
- PUTFIELD net/minecraft/client/renderer/entity/RenderItem.zLevel : F
- L26
- LINENUMBER 963 L26
- IINC 7 6
- L27
- LINENUMBER 964 L27
- ILOAD 8
- BIPUSH 8
- ILOAD 3
- IFEQ L28
- ICONST_1
- GOTO L29
- L28
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I I I] [I I]
- ICONST_M1
- L29
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/creativetab/CreativeTabs I I I I I I I I] [I I I]
- IADD
- IADD
- ISTORE 8
- L30
- LINENUMBER 965 L30
- SIPUSH 2896
- INVOKESTATIC org/lwjgl/opengl/GL11.glEnable (I)V
- L31
- LINENUMBER 966 L31
- LDC 32826
- INVOKESTATIC org/lwjgl/opengl/GL11.glEnable (I)V
- L32
- LINENUMBER 967 L32
- ALOAD 1
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getIconItemStack ()Lnet/minecraft/item/ItemStack;
- ASTORE 10
- L33
- LINENUMBER 968 L33
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.itemRender : Lnet/minecraft/client/renderer/entity/RenderItem;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.fontRendererObj : Lnet/minecraft/client/gui/FontRenderer;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- INVOKEVIRTUAL net/minecraft/client/Minecraft.getTextureManager ()Lnet/minecraft/client/renderer/texture/TextureManager;
- ALOAD 10
- ILOAD 7
- ILOAD 8
- INVOKEVIRTUAL net/minecraft/client/renderer/entity/RenderItem.renderItemAndEffectIntoGUI (Lnet/minecraft/client/gui/FontRenderer;Lnet/minecraft/client/renderer/texture/TextureManager;Lnet/minecraft/item/ItemStack;II)V
- L34
- LINENUMBER 969 L34
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.itemRender : Lnet/minecraft/client/renderer/entity/RenderItem;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.fontRendererObj : Lnet/minecraft/client/gui/FontRenderer;
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- INVOKEVIRTUAL net/minecraft/client/Minecraft.getTextureManager ()Lnet/minecraft/client/renderer/texture/TextureManager;
- ALOAD 10
- ILOAD 7
- ILOAD 8
- INVOKEVIRTUAL net/minecraft/client/renderer/entity/RenderItem.renderItemOverlayIntoGUI (Lnet/minecraft/client/gui/FontRenderer;Lnet/minecraft/client/renderer/texture/TextureManager;Lnet/minecraft/item/ItemStack;II)V
- L35
- LINENUMBER 970 L35
- SIPUSH 2896
- INVOKESTATIC org/lwjgl/opengl/GL11.glDisable (I)V
- L36
- LINENUMBER 971 L36
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.itemRender : Lnet/minecraft/client/renderer/entity/RenderItem;
- FCONST_0
- PUTFIELD net/minecraft/client/renderer/entity/RenderItem.zLevel : F
- L37
- LINENUMBER 972 L37
- ALOAD 0
- FCONST_0
- PUTFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.zLevel : F
- L38
- LINENUMBER 973 L38
- RETURN
- L39
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L39 0
- LOCALVARIABLE p_147051_1_ Lnet/minecraft/creativetab/CreativeTabs; L0 L39 1
- LOCALVARIABLE flag Z L3 L39 2
- LOCALVARIABLE flag1 Z L4 L39 3
- LOCALVARIABLE i I L5 L39 4
- LOCALVARIABLE j I L6 L39 5
- LOCALVARIABLE k I L7 L39 6
- LOCALVARIABLE l I L8 L39 7
- LOCALVARIABLE i1 I L9 L39 8
- LOCALVARIABLE b0 B L10 L39 9
- LOCALVARIABLE itemstack Lnet/minecraft/item/ItemStack; L33 L39 10
- MAXSTACK = 7
- MAXLOCALS = 11
-
- // access flags 0x4
- protected actionPerformed(Lnet/minecraft/client/gui/GuiButton;)V
- L0
- LINENUMBER 977 L0
- ALOAD 1
- GETFIELD net/minecraft/client/gui/GuiButton.id : I
- IFNE L1
- L2
- LINENUMBER 979 L2
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- NEW net/minecraft/client/gui/achievement/GuiAchievements
- DUP
- ALOAD 0
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- INVOKEVIRTUAL net/minecraft/client/entity/EntityClientPlayerMP.getStatFileWriter ()Lnet/minecraft/stats/StatFileWriter;
- INVOKESPECIAL net/minecraft/client/gui/achievement/GuiAchievements.<init> (Lnet/minecraft/client/gui/GuiScreen;Lnet/minecraft/stats/StatFileWriter;)V
- INVOKEVIRTUAL net/minecraft/client/Minecraft.displayGuiScreen (Lnet/minecraft/client/gui/GuiScreen;)V
- L1
- LINENUMBER 982 L1
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/GuiButton] []
- ALOAD 1
- GETFIELD net/minecraft/client/gui/GuiButton.id : I
- ICONST_1
- IF_ICMPNE L3
- L4
- LINENUMBER 984 L4
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- NEW net/minecraft/client/gui/achievement/GuiStats
- DUP
- ALOAD 0
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.mc : Lnet/minecraft/client/Minecraft;
- GETFIELD net/minecraft/client/Minecraft.thePlayer : Lnet/minecraft/client/entity/EntityClientPlayerMP;
- INVOKEVIRTUAL net/minecraft/client/entity/EntityClientPlayerMP.getStatFileWriter ()Lnet/minecraft/stats/StatFileWriter;
- INVOKESPECIAL net/minecraft/client/gui/achievement/GuiStats.<init> (Lnet/minecraft/client/gui/GuiScreen;Lnet/minecraft/stats/StatFileWriter;)V
- INVOKEVIRTUAL net/minecraft/client/Minecraft.displayGuiScreen (Lnet/minecraft/client/gui/GuiScreen;)V
- L3
- LINENUMBER 987 L3
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/GuiButton] []
- ALOAD 1
- GETFIELD net/minecraft/client/gui/GuiButton.id : I
- BIPUSH 101
- IF_ICMPNE L5
- L6
- LINENUMBER 989 L6
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- ICONST_1
- ISUB
- ICONST_0
- INVOKESTATIC java/lang/Math.max (II)I
- PUTSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- GOTO L7
- L5
- LINENUMBER 991 L5
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/GuiButton] []
- ALOAD 1
- GETFIELD net/minecraft/client/gui/GuiButton.id : I
- BIPUSH 102
- IF_ICMPNE L7
- L8
- LINENUMBER 993 L8
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- ICONST_1
- IADD
- ALOAD 0
- GETFIELD net/minecraft/client/gui/inventory/GuiContainerCreative.maxPages : I
- INVOKESTATIC java/lang/Math.min (II)I
- PUTSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- L7
- LINENUMBER 995 L7
- FRAME FULL [net/minecraft/client/gui/inventory/GuiContainerCreative net/minecraft/client/gui/GuiButton] []
- RETURN
- L9
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L9 0
- LOCALVARIABLE p_146284_1_ Lnet/minecraft/client/gui/GuiButton; L0 L9 1
- MAXSTACK = 5
- MAXLOCALS = 2
-
- // access flags 0x1
- public func_147056_g()I
- L0
- LINENUMBER 1000 L0
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- IRETURN
- L1
- LOCALVARIABLE this Lnet/minecraft/client/gui/inventory/GuiContainerCreative; L0 L1 0
- MAXSTACK = 1
- MAXLOCALS = 1
-
- // access flags 0x1008
- static synthetic access$100()Lnet/minecraft/inventory/InventoryBasic;
- L0
- LINENUMBER 38 L0
- GETSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.field_147060_v : Lnet/minecraft/inventory/InventoryBasic;
- ARETURN
- MAXSTACK = 1
- MAXLOCALS = 0
-
- // access flags 0x8
- static <clinit>()V
- L0
- LINENUMBER 40 L0
- NEW net/minecraft/util/ResourceLocation
- DUP
- LDC "textures/gui/container/creative_inventory/tabs.png"
- INVOKESPECIAL net/minecraft/util/ResourceLocation.<init> (Ljava/lang/String;)V
- PUTSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.field_147061_u : Lnet/minecraft/util/ResourceLocation;
- L1
- LINENUMBER 41 L1
- NEW net/minecraft/inventory/InventoryBasic
- DUP
- LDC "tmp"
- ICONST_1
- BIPUSH 45
- INVOKESPECIAL net/minecraft/inventory/InventoryBasic.<init> (Ljava/lang/String;ZI)V
- PUTSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.field_147060_v : Lnet/minecraft/inventory/InventoryBasic;
- L2
- LINENUMBER 43 L2
- GETSTATIC net/minecraft/creativetab/CreativeTabs.tabBlock : Lnet/minecraft/creativetab/CreativeTabs;
- INVOKEVIRTUAL net/minecraft/creativetab/CreativeTabs.getTabIndex ()I
- PUTSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.selectedTabIndex : I
- L3
- LINENUMBER 56 L3
- ICONST_0
- PUTSTATIC net/minecraft/client/gui/inventory/GuiContainerCreative.tabPage : I
- RETURN
- MAXSTACK = 5
- MAXLOCALS = 0
-}