map out preliminary recipe stuff, fix mapping

This commit is contained in:
asie 2019-01-16 20:03:43 +01:00
parent 9918adf6fc
commit 7ba21ac158
29 changed files with 49 additions and 22 deletions

View File

@ -1,11 +1,11 @@
CLASS hp net/minecraft/nbt/AbstractListTag
METHOD a setRaw (ILih;)Z
METHOD a setTag (ILih;)Z
ARG 1 index
METHOD b append (ILih;)Z
METHOD b addTag (ILih;)Z
ARG 1 index
METHOD c getRaw (I)Lih;
METHOD c getTag (I)Lih;
METHOD c set (ILih;)V
ARG 1 index
METHOD d (ILih;)Lih;
METHOD d getOrDefault (ILih;)Lih;
METHOD set (ILjava/lang/Object;)Ljava/lang/Object;
ARG 1 index

View File

@ -2,7 +2,7 @@ CLASS hn net/minecraft/nbt/ByteArrayTag
FIELD f value [B
METHOD a getType ()B
METHOD a getRaw (I)Lho;
METHOD a setRaw (ILih;)Z
METHOD a setTag (ILih;)Z
ARG 1 index
METHOD a read (Ljava/io/DataInput;ILhz;)V
ARG 1 input
@ -13,13 +13,13 @@ CLASS hn net/minecraft/nbt/ByteArrayTag
METHOD a toArray (Ljava/util/List;)[B
ARG 0 list
METHOD b copy ()Lih;
METHOD b append (ILih;)Z
METHOD b addTag (ILih;)Z
ARG 1 index
METHOD c getByteArray ()[B
METHOD c getRaw (I)Lih;
METHOD c getTag (I)Lih;
METHOD c set (ILih;)V
ARG 1 index
METHOD d (ILih;)Lih;
METHOD d getOrDefault (ILih;)Lih;
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD set (ILjava/lang/Object;)Ljava/lang/Object;

View File

@ -2,7 +2,7 @@ CLASS hu net/minecraft/nbt/IntArrayTag
FIELD f value [I
METHOD a getType ()B
METHOD a getRaw (I)Lhv;
METHOD a setRaw (ILih;)Z
METHOD a setTag (ILih;)Z
ARG 1 index
METHOD a read (Ljava/io/DataInput;ILhz;)V
ARG 1 input
@ -13,13 +13,13 @@ CLASS hu net/minecraft/nbt/IntArrayTag
METHOD a toArray (Ljava/util/List;)[I
ARG 0 list
METHOD b copy ()Lih;
METHOD b append (ILih;)Z
METHOD b addTag (ILih;)Z
ARG 1 index
METHOD c copy ()Lhu;
METHOD c getRaw (I)Lih;
METHOD c getTag (I)Lih;
METHOD c set (ILih;)V
ARG 1 index
METHOD d (ILih;)Lih;
METHOD d getOrDefault (ILih;)Lih;
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD f getIntArray ()[I

View File

@ -3,7 +3,7 @@ CLASS hw net/minecraft/nbt/ListTag
FIELD g type B
METHOD a getType ()B
METHOD a getCompoundTag (I)Lhq;
METHOD a setRaw (ILih;)Z
METHOD a setTag (ILih;)Z
ARG 1 index
METHOD a canAdd (Lih;)Z
METHOD a read (Ljava/io/DataInput;ILhz;)V
@ -15,14 +15,14 @@ CLASS hw net/minecraft/nbt/ListTag
METHOD a_ getListType ()I
METHOD b copy ()Lih;
METHOD b getListTag (I)Lhw;
METHOD b append (ILih;)Z
METHOD b addTag (ILih;)Z
ARG 1 index
METHOD c copy ()Lhw;
METHOD c getRaw (I)Lih;
METHOD c getTag (I)Lih;
METHOD c set (ILih;)V
ARG 1 index
METHOD d getShort (I)S
METHOD d (ILih;)Lih;
METHOD d getOrDefault (ILih;)Lih;
METHOD e getInt (I)I
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o

View File

@ -2,7 +2,7 @@ CLASS hx net/minecraft/nbt/LongArrayTag
FIELD f value [J
METHOD a getType ()B
METHOD a getRaw (I)Lhy;
METHOD a setRaw (ILih;)Z
METHOD a setTag (ILih;)Z
ARG 1 index
METHOD a read (Ljava/io/DataInput;ILhz;)V
ARG 1 input
@ -13,13 +13,13 @@ CLASS hx net/minecraft/nbt/LongArrayTag
METHOD a toArray (Ljava/util/List;)[J
ARG 0 list
METHOD b copy ()Lih;
METHOD b append (ILih;)Z
METHOD b addTag (ILih;)Z
ARG 1 index
METHOD c copy ()Lhx;
METHOD c getRaw (I)Lih;
METHOD c getTag (I)Lih;
METHOD c set (ILih;)V
ARG 1 index
METHOD d (ILih;)Lih;
METHOD d getOrDefault (ILih;)Lih;
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD f getLongArray ()[J

View File

@ -1,2 +1,3 @@
CLASS azd net/minecraft/recipe/CampfireRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h ()Laxc;

View File

@ -4,6 +4,7 @@ CLASS azm net/minecraft/recipe/Recipe
METHOD a getPreviewInputs ()Lfh;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv
@ -11,3 +12,5 @@ CLASS azm net/minecraft/recipe/Recipe
METHOD c getOutput ()Laxc;
METHOD d getGroup ()Ljava/lang/String;
METHOD f getId ()Lqc;
METHOD g getType ()Lazp;
METHOD h ()Laxc;

View File

@ -0,0 +1,2 @@
CLASS azp net/minecraft/recipe/RecipeType
METHOD a (Ljava/lang/String;)Lazp;

View File

@ -0,0 +1,2 @@
CLASS aze net/minecraft/recipe/TypedRecipe
METHOD g getType ()Lazp;

View File

@ -2,6 +2,7 @@ CLASS ayz net/minecraft/recipe/crafting/ArmorDyeRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS aza net/minecraft/recipe/crafting/BannerDuplicateRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS azc net/minecraft/recipe/crafting/BookCloningRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS azg net/minecraft/recipe/crafting/FireworkRocketRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS azh net/minecraft/recipe/crafting/FireworkStarFadeRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS azi net/minecraft/recipe/crafting/FireworkStarRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS azk net/minecraft/recipe/crafting/MapCloningRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -19,6 +19,7 @@ CLASS azq net/minecraft/recipe/crafting/ShapedRecipe
METHOD a getPreviewInputs ()Lfh;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -17,6 +17,7 @@ CLASS azr net/minecraft/recipe/crafting/ShapelessRecipe
METHOD a getPreviewInputs ()Lfh;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS azs net/minecraft/recipe/crafting/ShieldDecorationRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS azt net/minecraft/recipe/crafting/ShulkerBoxColoringRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS azy net/minecraft/recipe/crafting/SuspiciousStewRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -2,6 +2,7 @@ CLASS azz net/minecraft/recipe/crafting/TippedArrowRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv

View File

@ -1,4 +1,4 @@
CLASS azv Dummy
CLASS azv net/minecraft/recipe/serializer/FunctionRecipeSerializer
FIELD s id Ljava/util/function/Function;
METHOD a (Lir;Lazm;)V
ARG 1 recipe

View File

@ -1,4 +1,4 @@
CLASS azo net/minecraft/recipe/RecipeSerializers
CLASS azo net/minecraft/recipe/serializer/RecipeSerializer
FIELD a SHAPED Lazo;
FIELD b SHAPELESS Lazo;
FIELD c ARMOR_DYE Lazv;

View File

@ -0,0 +1 @@
CLASS azu net/minecraft/recipe/serializer/SmeltingRecipeSerializer

View File

@ -8,6 +8,7 @@ CLASS ayy net/minecraft/recipe/smelting/AbstractSmeltingRecipe
METHOD a getPreviewInputs ()Lfh;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
METHOD a craft (Lafq;)Laxc;
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv
@ -16,3 +17,4 @@ CLASS ayy net/minecraft/recipe/smelting/AbstractSmeltingRecipe
METHOD d getGroup ()Ljava/lang/String;
METHOD e getCookTime ()I
METHOD f getId ()Lqc;
METHOD g getType ()Lazp;

View File

@ -1,2 +1,3 @@
CLASS azb net/minecraft/recipe/smelting/BlastingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h ()Laxc;

View File

@ -1,2 +1,3 @@
CLASS azw net/minecraft/recipe/smelting/SmeltingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h ()Laxc;

View File

@ -1,2 +1,3 @@
CLASS azx net/minecraft/recipe/smelting/SmokingRecipe
METHOD Y_ getSerializer ()Lazo;
METHOD h ()Laxc;