yarn/mappings/net/minecraft/client/recipe/book/RecipeResultCollection.mapping

23 lines
721 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS cxi net/minecraft/client/recipe/book/RecipeResultCollection
FIELD a allRecipes Ljava/util/List;
FIELD b craftableResults Ljava/util/Set;
FIELD c fittableResults Ljava/util/Set;
FIELD d allResults Ljava/util/Set;
METHOD a isInitialized ()Z
2019-02-06 15:22:24 -05:00
METHOD a computeCraftables (Laru;IILxz;)V
ARG 1 recipeFinder
ARG 2 gridWidth
ARG 3 gridHeight
ARG 4 recipeBook
2019-02-06 15:22:24 -05:00
METHOD a isCraftable (Lazw;)Z
METHOD a initialize (Lxz;)V
ARG 1 recipeBook
METHOD a getResults (Z)Ljava/util/List;
ARG 1 craftableOnly
METHOD b hasCraftableResults ()Z
2019-02-06 15:22:24 -05:00
METHOD b addRecipe (Lazw;)V
METHOD b getResultsExclusive (Z)Ljava/util/List;
ARG 1 isCraftable
METHOD c hasFittableResults ()Z
METHOD d getAllRecipes ()Ljava/util/List;