yarn/mappings/net/minecraft/client/gui/screen/recipebook/RecipeResultCollection.mapping

23 lines
731 B
Plaintext
Raw Normal View History

2019-05-16 12:20:12 -04:00
CLASS dck net/minecraft/client/gui/screen/recipebook/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-05-07 12:05:49 -04:00
METHOD a computeCraftables (Lawa;IILyn;)V
ARG 1 recipeFinder
ARG 2 gridWidth
ARG 3 gridHeight
ARG 4 recipeBook
2019-05-07 12:05:49 -04:00
METHOD a isCraftable (Lbej;)Z
2019-04-18 17:01:39 -04:00
METHOD a initialize (Lyn;)V
ARG 1 recipeBook
METHOD a getResults (Z)Ljava/util/List;
ARG 1 craftableOnly
METHOD b hasCraftableResults ()Z
2019-05-07 12:05:49 -04:00
METHOD b addRecipe (Lbej;)V
METHOD b getResultsExclusive (Z)Ljava/util/List;
ARG 1 isCraftable
METHOD c hasFittableResults ()Z
METHOD d getAllRecipes ()Ljava/util/List;