Class RecipeResultCollection
java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
- Mappings:
 Namespace Name official eygintermediary net/minecraft/class_516named net/minecraft/client/gui/screen/recipebook/RecipeResultCollection
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionRecipeResultCollection(DynamicRegistryManager registryManager, List<Recipe<?>> recipes)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidcomputeCraftables(RecipeMatcher recipeFinder, int gridWidth, int gridHeight, RecipeBook recipeBook) getRecipes(boolean craftable) getResults(boolean craftableOnly) booleanbooleanbooleanvoidinitialize(RecipeBook recipeBook) booleanisCraftable(Recipe<?> recipe) booleanprivate static booleanshouldHaveSingleOutput(DynamicRegistryManager registryManager, List<Recipe<?>> recipes)  
- 
Field Details
- 
registryManager
- Mappings:
 Namespace Name Mixin selector official aLeyg;a:Lhs;intermediary field_42069Lnet/minecraft/class_516;field_42069:Lnet/minecraft/class_5455;named registryManagerLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;registryManager:Lnet/minecraft/registry/DynamicRegistryManager;
 - 
recipes
- Mappings:
 Namespace Name Mixin selector official bLeyg;b:Ljava/util/List;intermediary field_3144Lnet/minecraft/class_516;field_3144:Ljava/util/List;named recipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;recipes:Ljava/util/List;
 - 
singleOutput
private final boolean singleOutput- Mappings:
 Namespace Name Mixin selector official cLeyg;c:Zintermediary field_3148Lnet/minecraft/class_516;field_3148:Znamed singleOutputLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;singleOutput:Z
 - 
craftableRecipes
- Mappings:
 Namespace Name Mixin selector official dLeyg;d:Ljava/util/Set;intermediary field_3146Lnet/minecraft/class_516;field_3146:Ljava/util/Set;named craftableRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;craftableRecipes:Ljava/util/Set;
 - 
fittingRecipes
- Mappings:
 Namespace Name Mixin selector official eLeyg;e:Ljava/util/Set;intermediary field_3145Lnet/minecraft/class_516;field_3145:Ljava/util/Set;named fittingRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;fittingRecipes:Ljava/util/Set;
 - 
unlockedRecipes
- Mappings:
 Namespace Name Mixin selector official fLeyg;f:Ljava/util/Set;intermediary field_3147Lnet/minecraft/class_516;field_3147:Ljava/util/Set;named unlockedRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;unlockedRecipes:Ljava/util/Set;
 
 - 
 - 
Constructor Details
- 
RecipeResultCollection
- Mappings:
 Namespace Name Mixin selector official <init>Leyg;<init>(Lhs;Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_516;<init>(Lnet/minecraft/class_5455;Ljava/util/List;)Vnamed <init>Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;<init>(Lnet/minecraft/registry/DynamicRegistryManager;Ljava/util/List;)V
 
 - 
 - 
Method Details
- 
shouldHaveSingleOutput
private static boolean shouldHaveSingleOutput(DynamicRegistryManager registryManager, List<Recipe<?>> recipes) - Mappings:
 Namespace Name Mixin selector official aLeyg;a(Lhs;Ljava/util/List;)Zintermediary method_30295Lnet/minecraft/class_516;method_30295(Lnet/minecraft/class_5455;Ljava/util/List;)Znamed shouldHaveSingleOutputLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;shouldHaveSingleOutput(Lnet/minecraft/registry/DynamicRegistryManager;Ljava/util/List;)Z
 - 
getRegistryManager
- Mappings:
 Namespace Name Mixin selector official aLeyg;a()Lhs;intermediary method_48479Lnet/minecraft/class_516;method_48479()Lnet/minecraft/class_5455;named getRegistryManagerLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;getRegistryManager()Lnet/minecraft/registry/DynamicRegistryManager;
 - 
isInitialized
public boolean isInitialized()- Mappings:
 Namespace Name Mixin selector official bLeyg;b()Zintermediary method_2652Lnet/minecraft/class_516;method_2652()Znamed isInitializedLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;isInitialized()Z
 - 
initialize
- Mappings:
 Namespace Name Mixin selector official aLeyg;a(Lamk;)Vintermediary method_2647Lnet/minecraft/class_516;method_2647(Lnet/minecraft/class_3439;)Vnamed initializeLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;initialize(Lnet/minecraft/recipe/book/RecipeBook;)V
 - 
computeCraftables
public void computeCraftables(RecipeMatcher recipeFinder, int gridWidth, int gridHeight, RecipeBook recipeBook) - Mappings:
 Namespace Name Mixin selector official aLeyg;a(Lbys;IILamk;)Vintermediary method_2649Lnet/minecraft/class_516;method_2649(Lnet/minecraft/class_1662;IILnet/minecraft/class_3439;)Vnamed computeCraftablesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;computeCraftables(Lnet/minecraft/recipe/RecipeMatcher;IILnet/minecraft/recipe/book/RecipeBook;)V
 - 
isCraftable
- Mappings:
 Namespace Name Mixin selector official aLeyg;a(Lcjc;)Zintermediary method_2653Lnet/minecraft/class_516;method_2653(Lnet/minecraft/class_1860;)Znamed isCraftableLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;isCraftable(Lnet/minecraft/recipe/Recipe;)Z
 - 
hasCraftableRecipes
public boolean hasCraftableRecipes()- Mappings:
 Namespace Name Mixin selector official cLeyg;c()Zintermediary method_2655Lnet/minecraft/class_516;method_2655()Znamed hasCraftableRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;hasCraftableRecipes()Z
 - 
hasFittingRecipes
public boolean hasFittingRecipes()- Mappings:
 Namespace Name Mixin selector official dLeyg;d()Zintermediary method_2657Lnet/minecraft/class_516;method_2657()Znamed hasFittingRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;hasFittingRecipes()Z
 - 
getAllRecipes
- Mappings:
 Namespace Name Mixin selector official eLeyg;e()Ljava/util/List;intermediary method_2650Lnet/minecraft/class_516;method_2650()Ljava/util/List;named getAllRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;getAllRecipes()Ljava/util/List;
 - 
getResults
- Mappings:
 Namespace Name Mixin selector official aLeyg;a(Z)Ljava/util/List;intermediary method_2651Lnet/minecraft/class_516;method_2651(Z)Ljava/util/List;named getResultsLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;getResults(Z)Ljava/util/List;
 - 
getRecipes
- Mappings:
 Namespace Name Mixin selector official bLeyg;b(Z)Ljava/util/List;intermediary method_2648Lnet/minecraft/class_516;method_2648(Z)Ljava/util/List;named getRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;getRecipes(Z)Ljava/util/List;
 - 
hasSingleOutput
public boolean hasSingleOutput()- Mappings:
 Namespace Name Mixin selector official fLeyg;f()Zintermediary method_2656Lnet/minecraft/class_516;method_2656()Znamed hasSingleOutputLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;hasSingleOutput()Z
 
 -