Mapped method to retrieve recipe list (#1533)

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

Co-authored-by: Yanis48 <doublecraft.official@gmail.com>

Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
This commit is contained in:
shartte 2020-07-02 12:52:48 +02:00 committed by GitHub
parent 760883751e
commit 894fc1ad28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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;