From 894fc1ad28c34f41dcac4abc3dddeeacd9ab1138 Mon Sep 17 00:00:00 2001 From: shartte Date: Thu, 2 Jul 2020 12:52:48 +0200 Subject: [PATCH] Mapped method to retrieve recipe list (#1533) Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> Co-authored-by: Yanis48 Co-authored-by: Yanis48 --- mappings/net/minecraft/recipe/RecipeManager.mapping | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mappings/net/minecraft/recipe/RecipeManager.mapping b/mappings/net/minecraft/recipe/RecipeManager.mapping index cc6551193a..b85c77243d 100644 --- a/mappings/net/minecraft/recipe/RecipeManager.mapping +++ b/mappings/net/minecraft/recipe/RecipeManager.mapping @@ -14,6 +14,9 @@ CLASS net/minecraft/class_1863 net/minecraft/recipe/RecipeManager ARG 3 world METHOD method_20702 setRecipes (Ljava/lang/Iterable;)V ARG 1 recipes + METHOD method_30027 listAllOfType (Lnet/minecraft/class_3956;)Ljava/util/List; + COMMENT Creates a list of all recipes of the given type. + COMMENT Modifications to the returned list do not affect the manager. METHOD method_8126 values ()Ljava/util/Collection; METHOD method_8127 keys ()Ljava/util/stream/Stream; METHOD method_8128 getRemainingStacks (Lnet/minecraft/class_3956;Lnet/minecraft/class_1263;Lnet/minecraft/class_1937;)Lnet/minecraft/class_2371;