Added some recipe things (#1977)

* Add some recipe things

* Fixed missing arg name.

* Update mappings/net/minecraft/recipe/Ingredient.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* Update mappings/net/minecraft/recipe/Ingredient.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
This commit is contained in:
MounderFod 2021-01-23 21:21:44 +00:00 committed by GitHub
parent 2b7b0f411f
commit c3c430e61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,8 @@ CLASS net/minecraft/class_1856 net/minecraft/recipe/Ingredient
ARG 0 items
METHOD method_8092 ofEntries (Ljava/util/stream/Stream;)Lnet/minecraft/class_1856;
ARG 0 entries
METHOD method_8093 test (Lnet/minecraft/class_1799;)Z
ARG 1 stack
METHOD method_8094 (Lnet/minecraft/class_1799;)Lnet/minecraft/class_1856$class_1857;
ARG 0 stack
METHOD method_8096 cacheMatchingStacks ()V

View File

@ -1,6 +1,7 @@
CLASS net/minecraft/class_1860 net/minecraft/recipe/Recipe
METHOD method_17447 getRecipeKindIcon ()Lnet/minecraft/class_1799;
METHOD method_17716 getType ()Lnet/minecraft/class_3956;
METHOD method_31584 isEmpty ()Z
METHOD method_8110 getOutput ()Lnet/minecraft/class_1799;
METHOD method_8111 getRemainingStacks (Lnet/minecraft/class_1263;)Lnet/minecraft/class_2371;
METHOD method_8112 getGroup ()Ljava/lang/String;

View File

@ -1,5 +1,6 @@
CLASS net/minecraft/class_1662 net/minecraft/recipe/RecipeFinder
FIELD field_7550 idToAmountMap Lit/unimi/dsi/fastutil/ints/Int2IntMap;
METHOD method_20478 addItem (Lnet/minecraft/class_1799;I)V
METHOD method_7400 addItem (Lnet/minecraft/class_1799;)V
METHOD method_7401 addItem (II)V
ARG 1 id

View File

@ -8,4 +8,5 @@ CLASS net/minecraft/class_5357 net/minecraft/recipe/SmithingRecipe
ARG 2 base
ARG 3 addition
ARG 4 result
METHOD method_30029 testAddition (Lnet/minecraft/class_1799;)Z
CLASS class_5358 Serializer