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

23 lines
731 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS dcn 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-06-07 07:45:25 -04:00
METHOD a computeCraftables (Lawd;IILyq;)V
ARG 1 recipeFinder
ARG 2 gridWidth
ARG 3 gridHeight
ARG 4 recipeBook
2019-06-07 07:45:25 -04:00
METHOD a isCraftable (Lbem;)Z
METHOD a initialize (Lyq;)V
ARG 1 recipeBook
METHOD a getResults (Z)Ljava/util/List;
ARG 1 craftableOnly
METHOD b hasCraftableResults ()Z
2019-06-07 07:45:25 -04:00
METHOD b addRecipe (Lbem;)V
METHOD b getResultsExclusive (Z)Ljava/util/List;
ARG 1 isCraftable
METHOD c hasFittableResults ()Z
METHOD d getAllRecipes ()Ljava/util/List;