mostly item and recipe work

This commit is contained in:
asiekierka 2016-08-17 00:04:54 +02:00
parent 6cd8e2947f
commit 3cee61d028
67 changed files with 310 additions and 19 deletions

View File

@ -5,10 +5,12 @@ CLASS none/akw net/minecraft/block/Block
FIELD c defaultState Lnone/asj;
FIELD d unlocalizedName Ljava/lang/String;
FIELD h registry Lnone/cs;
FIELD i blockstateList Lnone/cx;
FIELD j FULL_BLOCK_BOX Lnone/bcp;
FIELD k NULL_BOX Lnone/bcp;
FIELD t needsRandomTicks Z
FIELD t tickRandomly Z
FIELD u hasTileEntity Z
FIELD v soundGroup Lnone/apu;
FIELD x material Lnone/ayo;
FIELD y mapColor Lnone/ayp;
METHOD <init> (Lnone/ayo;)V
@ -204,8 +206,8 @@ CLASS none/akw net/minecraft/block/Block
ARG 3 box
METHOD a (Lnone/se;)F
ARG 0 entity
METHOD a setNeedsRandomTicks (Z)Lnone/akw;
ARG 0 needsRandomTicks
METHOD a setTickRandomly (Z)Lnone/akw;
ARG 0 tickRandomly
METHOD b createStateFactory ()Lnone/ask;
METHOD b getBlockByRawId (I)Lnone/akw;
ARG 0 id
@ -300,7 +302,7 @@ CLASS none/akw net/minecraft/block/Block
METHOD k setUnbreakable ()Lnone/akw;
METHOD k (Lnone/asj;)Z
ARG 0 state
METHOD l getNeedsRandomTicks ()Z
METHOD l shouldTickRandomly ()Z
METHOD l (Lnone/asj;)Z
ARG 0 state
METHOD m hasTileEntity ()Z
@ -327,6 +329,7 @@ CLASS none/akw net/minecraft/block/Block
ARG 0 state
METHOD v (Lnone/asj;)Z
ARG 0 state
METHOD w getSoundGroup ()Lnone/apu;
METHOD w setDefaultState (Lnone/asj;)V
ARG 0 state
METHOD x ()V
METHOD x registerBlocks ()V

View File

@ -3,6 +3,7 @@ CLASS none/ayo net/minecraft/block/Material
FIELD a AIR Lnone/ayo;
FIELD d WOOD Lnone/ayo;
FIELD e STONE Lnone/ayo;
FIELD f METAL Lnone/ayo;
FIELD h WATER Lnone/ayo;
FIELD i LAVA Lnone/ayo;
FIELD n CLOTH Lnone/ayo;

View File

@ -1,8 +1,10 @@
CLASS none/qt net/minecraft/block/tile/IInventory
METHOD a getInventoryStack (I)Lnone/aeq;
METHOD a setStack (ILnone/aeq;)V
ARG 0 slot
ARG 1 stack
METHOD b (I)Lnone/aeq;
METHOD b isValidStack (ILnone/aeq;)Z
ARG 0 slot
ARG 1 stack
METHOD t_ ()I
METHOD t_ getInventorySize ()I

View File

@ -0,0 +1,3 @@
CLASS none/bgu net/minecraft/client/gui/impl/widget/GuiAchievementPopup
FIELD a ACHIEVEMENT_LOC Lnone/kp;
FIELD f mc Lnone/bdo;

View File

@ -1,4 +1,7 @@
CLASS none/bej
CLASS none/bej net/minecraft/client/gui/impl/widget/GuiChat
FIELD a LINE_SPLITTER Lcom/google/common/base/Splitter;
FIELD f NEWLINE_JOINER Lcom/google/common/base/Joiner;
FIELD g LOGGER Lorg/apache/logging/log4j/Logger;
FIELD h mc Lnone/bdo;
METHOD <init> (Lnone/bdo;)V
ARG 0 mc

View File

@ -1 +1,3 @@
CLASS none/bqx net/minecraft/client/render/tileentity/TileEntityRenderer
FIELD b DESTROY_STAGE_TEXTURES [Lnone/kp;
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/bqu net/minecraft/client/render/tileentity/impl/TileEntityBannerRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/bqv net/minecraft/client/render/tileentity/impl/TileEntityBeaconRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,3 @@
CLASS none/bqy net/minecraft/client/render/tileentity/impl/TileEntityChestRenderer
METHOD a (Lnone/arb;DDDFI)V
METHOD a (Lnone/ard;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/bqz net/minecraft/client/render/tileentity/impl/TileEntityEnchantingTableRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/brg net/minecraft/client/render/tileentity/impl/TileEntityEndGatewayRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/brh net/minecraft/client/render/tileentity/impl/TileEntityEndPortalRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/bra net/minecraft/client/render/tileentity/impl/TileEntityEnderChestRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/brb net/minecraft/client/render/tileentity/impl/TileEntityMobSpawnerRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/brc net/minecraft/client/render/tileentity/impl/TileEntityPistonRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/brd net/minecraft/client/render/tileentity/impl/TileEntitySignRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/bre net/minecraft/client/render/tileentity/impl/TileEntitySkullRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,2 @@
CLASS none/brf net/minecraft/client/render/tileentity/impl/TileEntityStructureRenderer
METHOD a (Lnone/arb;DDDFI)V

View File

@ -1 +1,9 @@
CLASS none/act net/minecraft/container/Slot
FIELD a slotId I
FIELD d inventory Lnone/qt;
METHOD <init> (Lnone/qt;III)V
ARG 0 inventory
METHOD d getStack ()Lnone/aeq;
METHOD d setStack (Lnone/aeq;)V
ARG 0 stack
METHOD e hasStack ()Z

View File

@ -0,0 +1,18 @@
CLASS none/acc net/minecraft/inventory/InventoryCrafting
FIELD a stacks Lnone/dc;
FIELD b width I
FIELD c height I
FIELD d container Lnone/abv;
METHOD <init> (Lnone/abv;II)V
ARG 0 container
ARG 1 width
ARG 2 height
METHOD a getInventoryStack (I)Lnone/aeq;
ARG 0 slot
METHOD a setStack (ILnone/aeq;)V
METHOD b (I)Lnone/aeq;
METHOD b isValidStack (ILnone/aeq;)Z
METHOD c getInventoryStack (II)Lnone/aeq;
ARG 0 x
ARG 1 y
METHOD t_ getInventorySize ()I

View File

@ -4,6 +4,7 @@ CLASS none/aeo net/minecraft/item/Item
FIELD j rand Ljava/util/Random;
FIELD k maxStackSize I
FIELD n creativeTab Lnone/adq;
FIELD p containerItem Lnone/aeo;
FIELD q translationKey Ljava/lang/String;
METHOD a getTranslationKey ()Ljava/lang/String;
METHOD a register (ILjava/lang/String;Lnone/aeo;)V
@ -56,6 +57,8 @@ CLASS none/aeo net/minecraft/item/Item
ARG 1 itemBlock
METHOD a (Lnone/dt;)Z
METHOD b getCreativeTab ()Lnone/adq;
METHOD b setContainerItem (Lnone/aeo;)Lnone/aeo;
ARG 0 containerItem
METHOD b (Lnone/aeq;Lnone/aiu;Lnone/aak;)V
ARG 0 stack
ARG 1 world
@ -65,6 +68,7 @@ CLASS none/aeo net/minecraft/item/Item
METHOD c getItemByRawId (I)Lnone/aeo;
ARG 0 id
METHOD c setTranslationKey (Ljava/lang/String;)Lnone/aeo;
ARG 0 key
METHOD d setMaxStackSize (I)Lnone/aeo;
ARG 0 maxStackSize
METHOD d getItemById (Ljava/lang/String;)Lnone/aeo;
@ -81,6 +85,9 @@ CLASS none/aeo net/minecraft/item/Item
ARG 0 stack
METHOD i_ (Lnone/aeq;)Z
ARG 0 stack
METHOD j getMaxStackSize ()I
METHOD j getTranslatedName (Lnone/aeq;)Ljava/lang/String;
ARG 0 stack
METHOD q getContainerItem ()Lnone/aeo;
METHOD r hasContainerItem ()Z
METHOD t init ()V

View File

@ -1,8 +1,28 @@
CLASS none/aeq net/minecraft/item/ItemStack
FIELD a NULL_STACK Lnone/aeq;
FIELD c stackSize I
FIELD e item Lnone/aeo;
FIELD f tag Lnone/dt;
FIELD g isInvalid Z
METHOD <init> (Lnone/aeo;)V
ARG 0 item
METHOD <init> (Lnone/aeo;I)V
ARG 0 item
ARG 1 stackSize
METHOD <init> (Lnone/aeo;II)V
ARG 0 item
ARG 1 stackSize
METHOD <init> (Lnone/akw;)V
ARG 0 block
METHOD <init> (Lnone/akw;I)V
ARG 0 block
ARG 1 stackSize
METHOD <init> (Lnone/akw;II)V
ARG 0 block
ARG 1 stackSize
METHOD B getRepairCost ()I
METHOD E getStackSize ()I
METHOD F updateIsInvalid ()V
METHOD a setTagCompound (Ljava/lang/String;Lnone/eh;)V
METHOD a getTooltip (Lnone/aak;Z)Ljava/util/List;
ARG 0 player
@ -10,7 +30,7 @@ CLASS none/aeq net/minecraft/item/ItemStack
METHOD a addEnchantment (Lnone/ahm;I)V
ARG 0 enchantment
ARG 1 level
METHOD b hasItem ()Z
METHOD b isInvalid ()Z
METHOD b setTag (Lnone/dt;)V
ARG 0 tag
METHOD c getItem ()Lnone/aeo;
@ -18,9 +38,22 @@ CLASS none/aeq net/minecraft/item/ItemStack
ARG 0 value
METHOD c getOrCreateTagCompound (Ljava/lang/String;)Lnone/dt;
ARG 0 key
METHOD d getMaxStackSize ()I
METHOD d getTagCompound (Ljava/lang/String;)Lnone/dt;
ARG 0 key
METHOD e setStackSize (I)V
ARG 0 stackSize
METHOD e setDisplayName (Ljava/lang/String;)Lnone/aeq;
ARG 0 name
METHOD f addStackSize (I)V
ARG 0 amount
METHOD g subtractStackSize (I)V
ARG 0 amount
METHOD l copy ()Lnone/aeq;
METHOD o hasTag ()Z
METHOD p getTag ()Lnone/dt;
METHOD q getEnchantmentList ()Lnone/dz;
METHOD r getDisplayName ()Ljava/lang/String;
METHOD s removeDisplayName ()V
METHOD t hasDisplayName ()Z
METHOD x hasEnchantments ()Z

View File

@ -1,3 +1,5 @@
CLASS none/agd net/minecraft/item/impl/ItemBookWritten
METHOD a getTranslatedNameTrimmed (Lnone/aeq;)Ljava/lang/String;
METHOD a addInformation (Lnone/aeq;Lnone/aak;Ljava/util/List;Z)V
METHOD h getBookGeneration (Lnone/aeq;)I
ARG 0 stack

View File

@ -0,0 +1 @@
CLASS none/adk net/minecraft/item/impl/ItemCarrotOnAStick

View File

@ -1,2 +1,2 @@
CLASS none/adn
CLASS none/adn net/minecraft/item/impl/ItemCoal
METHOD f_ getTranslationKey (Lnone/aeq;)Ljava/lang/String;

View File

@ -1,2 +1,2 @@
CLASS none/aej
CLASS none/aeb net/minecraft/item/impl/ItemEnderEye
METHOD a activate (Lnone/aak;Lnone/aiu;Lnone/cn;Lnone/qz;Lnone/cu;FFF)Lnone/rb;

View File

@ -0,0 +1 @@
CLASS none/aed net/minecraft/item/impl/ItemExperienceBottle

View File

@ -1,2 +1,2 @@
CLASS none/aef
CLASS none/aef net/minecraft/item/impl/ItemFireworkChare
METHOD a addInformation (Lnone/aeq;Lnone/aak;Ljava/util/List;Z)V

View File

@ -1,3 +1,3 @@
CLASS none/aeg
CLASS none/aeg net/minecraft/item/impl/ItemFireworks
METHOD a activate (Lnone/aak;Lnone/aiu;Lnone/cn;Lnone/qz;Lnone/cu;FFF)Lnone/rb;
METHOD a addInformation (Lnone/aeq;Lnone/aak;Ljava/util/List;Z)V

View File

@ -1,2 +1,2 @@
CLASS none/aeb
CLASS none/aej net/minecraft/item/impl/ItemFlintAndSteel
METHOD a activate (Lnone/aak;Lnone/aiu;Lnone/cn;Lnone/qz;Lnone/cu;FFF)Lnone/rb;

View File

@ -0,0 +1 @@
CLASS none/adg net/minecraft/item/impl/ItemGlassBottle

View File

@ -0,0 +1 @@
CLASS none/ael net/minecraft/item/impl/ItemGoldenApple

View File

@ -0,0 +1 @@
CLASS none/adi net/minecraft/item/impl/ItemMushroomStew

View File

@ -0,0 +1 @@
CLASS none/afp net/minecraft/item/impl/ItemNetherStar

View File

@ -1,2 +1,2 @@
CLASS none/add
CLASS none/add net/minecraft/item/impl/ItemReeds
METHOD a activate (Lnone/aak;Lnone/aiu;Lnone/cn;Lnone/qz;Lnone/cu;FFF)Lnone/rb;

View File

@ -1,3 +1,3 @@
CLASS none/afu
CLASS none/afu net/minecraft/item/impl/ItemSpawnEgg
METHOD a activate (Lnone/aak;Lnone/aiu;Lnone/cn;Lnone/qz;Lnone/cu;FFF)Lnone/rb;
METHOD a getTranslatedNameTrimmed (Lnone/aeq;)Ljava/lang/String;

View File

@ -0,0 +1,10 @@
CLASS none/agu net/minecraft/recipe/IRecipe
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
ARG 0 craftingInv
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
ARG 0 craftingInv
ARG 1 world
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;
ARG 0 craftingInv

View File

@ -0,0 +1,19 @@
CLASS none/agv net/minecraft/recipe/RecipeRegistry
FIELD a INSTANCE Lnone/agv;
FIELD b recipes Ljava/util/List;
METHOD a getInstance ()Lnone/agv;
METHOD a craft (Lnone/acc;Lnone/aiu;)Lnone/aeq;
ARG 0 craftingInv
ARG 1 world
METHOD a addShapedRecipe (Lnone/aeq;[Ljava/lang/Object;)Lnone/agx;
ARG 0 stack
ARG 1 inputs
METHOD a addRecipe (Lnone/agu;)V
ARG 0 recipe
METHOD b getRecipeList ()Ljava/util/List;
METHOD b getRemainingStacks (Lnone/acc;Lnone/aiu;)Lnone/dc;
ARG 0 craftingInv
ARG 1 world
METHOD b addShapelessRecipe (Lnone/aeq;[Ljava/lang/Object;)V
ARG 0 stack
ARG 1 inputs

View File

@ -0,0 +1,21 @@
CLASS none/agx net/minecraft/recipe/RecipeShaped
FIELD a width I
FIELD b height I
FIELD c inputs [Lnone/aeq;
FIELD d output Lnone/aeq;
FIELD e cloneTags Z
METHOD <init> (II[Lnone/aeq;Lnone/aeq;)V
ARG 0 width
ARG 1 height
ARG 2 inputs
ARG 3 output
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;IIZ)Z
ARG 0 craftingInv
ARG 1 offsetX
ARG 2 offsetY
ARG 3 mirrored
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;

View File

@ -0,0 +1,11 @@
CLASS none/agy net/minecraft/recipe/RecipeShapeless
FIELD a output Lnone/aeq;
FIELD b inputs Ljava/util/List;
METHOD <init> (Lnone/aeq;Ljava/util/List;)V
ARG 0 output
ARG 1 inputs
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;

View File

@ -0,0 +1,5 @@
CLASS none/agk net/minecraft/recipe/impl/RecipeArmor
FIELD a RECIPES [[Ljava/lang/String;
FIELD b ITEMS [[Lnone/aeo;
METHOD a register (Lnone/agv;)V
ARG 0 registry

View File

@ -0,0 +1,6 @@
CLASS none/agj net/minecraft/recipe/impl/RecipeArmorDye
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;

View File

@ -0,0 +1,15 @@
CLASS none/agl net/minecraft/recipe/impl/RecipeBanner
CLASS none/agl$a
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;
CLASS none/agl$b
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;
METHOD a register (Lnone/agv;)V
ARG 0 registry

View File

@ -0,0 +1,10 @@
CLASS none/agm net/minecraft/recipe/impl/RecipeBookClone
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
ARG 0 craftingInv
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
ARG 0 craftingInv
ARG 1 world
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;
ARG 0 craftingInv

View File

@ -0,0 +1,3 @@
CLASS none/agn net/minecraft/recipe/impl/RecipeDyeables
METHOD a register (Lnone/agv;)V
ARG 0 registry

View File

@ -0,0 +1,7 @@
CLASS none/ago net/minecraft/recipe/impl/RecipeFireworks
FIELD a stack Lnone/aeq;
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;

View File

@ -0,0 +1,2 @@
CLASS none/agp net/minecraft/recipe/impl/RecipeFood
METHOD a register (Lnone/agv;)V

View File

@ -0,0 +1,3 @@
CLASS none/agt net/minecraft/recipe/impl/RecipeMetals
FIELD a ITEMS [[Ljava/lang/Object;
METHOD a register (Lnone/agv;)V

View File

@ -0,0 +1,6 @@
CLASS none/ahb net/minecraft/recipe/impl/RecipeTippedArrow
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;

View File

@ -0,0 +1,5 @@
CLASS none/ahc net/minecraft/recipe/impl/RecipeTools
FIELD a RECIPES [[Ljava/lang/String;
FIELD b ITEMS [[Ljava/lang/Object;
METHOD a register (Lnone/agv;)V
ARG 0 registry

View File

@ -0,0 +1,5 @@
CLASS none/ahd net/minecraft/recipe/impl/RecipeWeapons
FIELD a RECIPES [[Ljava/lang/String;
FIELD b ITEMS [[Ljava/lang/Object;
METHOD a register (Lnone/agv;)V
ARG 0 registry

View File

@ -4,7 +4,7 @@ CLASS none/aes net/minecraft/reference/Items
FIELD C BOWL Lnone/aeo;
FIELD D MUSHROOM_STEW Lnone/aeo;
FIELD E GOLDEN_SWORD Lnone/aeo;
FIELD F GODLEN_SHOVEL Lnone/aeo;
FIELD F GOLDEN_SHOVEL Lnone/aeo;
FIELD G GOLDEN_PICKAXE Lnone/aeo;
FIELD H GOLDEN_AXE Lnone/aeo;
FIELD I STRING Lnone/aeo;

View File

@ -0,0 +1,21 @@
CLASS none/tb net/minecraft/sortme/AttributeModifier
FIELD a amount D
FIELD b operation I
FIELD c name Ljava/lang/String;
FIELD d uuid Ljava/util/UUID;
FIELD e serialize Z
METHOD <init> (Ljava/lang/String;DI)V
ARG 0 name
ARG 1 amount
ARG 2 operation
METHOD <init> (Ljava/util/UUID;Ljava/lang/String;DI)V
ARG 0 uuid
ARG 1 name
ARG 2 amount
ARG 3 operation
METHOD a getId ()Ljava/util/UUID;
METHOD b getName ()Ljava/lang/String;
METHOD c getOperation ()I
METHOD d getAmount ()D
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other

View File

@ -0,0 +1 @@
CLASS none/nu net/minecraft/stat/Stat

View File

@ -0,0 +1 @@
CLASS none/no net/minecraft/stat/achievement/Achievement

View File

@ -1,3 +1,6 @@
CLASS none/aaj
METHOD a getInventoryStack (I)Lnone/aeq;
METHOD a setStack (ILnone/aeq;)V
METHOD b (I)Lnone/aeq;
METHOD b isValidStack (ILnone/aeq;)Z
METHOD t_ getInventorySize ()I

View File

@ -1,3 +0,0 @@
CLASS none/acc
METHOD a setStack (ILnone/aeq;)V
METHOD b isValidStack (ILnone/aeq;)Z

View File

@ -1,3 +1,6 @@
CLASS none/acn
METHOD a getInventoryStack (I)Lnone/aeq;
METHOD a setStack (ILnone/aeq;)V
METHOD b (I)Lnone/aeq;
METHOD b isValidStack (ILnone/aeq;)Z
METHOD t_ getInventorySize ()I

View File

@ -1,3 +1,6 @@
CLASS none/acr
METHOD a getInventoryStack (I)Lnone/aeq;
METHOD a setStack (ILnone/aeq;)V
METHOD b (I)Lnone/aeq;
METHOD b isValidStack (ILnone/aeq;)Z
METHOD t_ getInventorySize ()I

View File

@ -0,0 +1,6 @@
CLASS none/agr
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;

View File

@ -0,0 +1,3 @@
CLASS none/ags
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z

View File

@ -0,0 +1,6 @@
CLASS none/agw
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;

View File

@ -0,0 +1,8 @@
CLASS none/agz
CLASS none/agz$a
METHOD a getSize ()I
METHOD a craft (Lnone/acc;)Lnone/aeq;
METHOD a matches (Lnone/acc;Lnone/aiu;)Z
METHOD b getOutput ()Lnone/aeq;
METHOD b getRemainingStacks (Lnone/acc;)Lnone/dc;
METHOD a register (Lnone/agv;)V

View File

@ -0,0 +1,2 @@
CLASS none/aha
METHOD a register (Lnone/agv;)V

View File

@ -1,3 +1,4 @@
CLASS none/bfd
FIELD a SPECTATOR_TEX Lnone/kp;
FIELD f WIDGETS_TEX Lnone/kp;
FIELD g mc Lnone/bdo;

View File

@ -1,4 +1,8 @@
CLASS none/bhl
CLASS none/bhl$b
METHOD d getStack ()Lnone/aeq;
METHOD d setStack (Lnone/aeq;)V
METHOD e hasStack ()Z
METHOD a handleKeyPress (CI)V
METHOD a drawBackground (FII)V
METHOD a drawScreen (IIF)V

View File

@ -1,3 +1,6 @@
CLASS none/ri
METHOD a getInventoryStack (I)Lnone/aeq;
METHOD a setStack (ILnone/aeq;)V
METHOD b (I)Lnone/aeq;
METHOD b isValidStack (ILnone/aeq;)Z
METHOD t_ getInventorySize ()I