Class RecipeResultCollection
java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/recipebook/RecipeResultCollection- intermediary - net/minecraft/class_516- official - fyn
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Set<NetworkRecipeId> private final Set<NetworkRecipeId> static final RecipeResultCollectionprivate final List<RecipeDisplayEntry> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfilter(RecipeResultCollection.RecipeFilterMode filterMode) booleanbooleanbooleanisCraftable(NetworkRecipeId recipeId) voidpopulateRecipes(RecipeFinder finder, Predicate<RecipeDisplay> displayablePredicate) 
- 
Field Details- 
EMPTY- Mappings:
- Namespace - Name - Mixin selector - named - EMPTY- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;EMPTY:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;- intermediary - field_55504- Lnet/minecraft/class_516;field_55504:Lnet/minecraft/class_516;- official - a- Lfyn;a:Lfyn;
 
- 
entries- Mappings:
- Namespace - Name - Mixin selector - named - entries- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;entries:Ljava/util/List;- intermediary - field_54835- Lnet/minecraft/class_516;field_54835:Ljava/util/List;- official - b- Lfyn;b:Ljava/util/List;
 
- 
craftableRecipes- Mappings:
- Namespace - Name - Mixin selector - named - craftableRecipes- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;craftableRecipes:Ljava/util/Set;- intermediary - field_3146- Lnet/minecraft/class_516;field_3146:Ljava/util/Set;- official - c- Lfyn;c:Ljava/util/Set;
 
- 
displayableRecipes- Mappings:
- Namespace - Name - Mixin selector - named - displayableRecipes- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;displayableRecipes:Ljava/util/Set;- intermediary - field_54836- Lnet/minecraft/class_516;field_54836:Ljava/util/Set;- official - d- Lfyn;d:Ljava/util/Set;
 
 
- 
- 
Constructor Details- 
RecipeResultCollection- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;<init>(Ljava/util/List;)V- intermediary - <init>- Lnet/minecraft/class_516;<init>(Ljava/util/List;)V- official - <init>- Lfyn;<init>(Ljava/util/List;)V
 
 
- 
- 
Method Details- 
populateRecipes- Mappings:
- Namespace - Name - Mixin selector - named - populateRecipes- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;populateRecipes(Lnet/minecraft/recipe/RecipeFinder;Ljava/util/function/Predicate;)V- intermediary - method_64884- Lnet/minecraft/class_516;method_64884(Lnet/minecraft/class_9875;Ljava/util/function/Predicate;)V- official - a- Lfyn;a(Lcpd;Ljava/util/function/Predicate;)V
 
- 
isCraftable- Mappings:
- Namespace - Name - Mixin selector - named - isCraftable- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;isCraftable(Lnet/minecraft/recipe/NetworkRecipeId;)Z- intermediary - method_2653- Lnet/minecraft/class_516;method_2653(Lnet/minecraft/class_10298;)Z- official - a- Lfyn;a(Ldcm;)Z
 
- 
hasCraftableRecipespublic boolean hasCraftableRecipes()- Mappings:
- Namespace - Name - Mixin selector - named - hasCraftableRecipes- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;hasCraftableRecipes()Z- intermediary - method_2655- Lnet/minecraft/class_516;method_2655()Z- official - a- Lfyn;a()Z
 
- 
hasDisplayableRecipespublic boolean hasDisplayableRecipes()- Mappings:
- Namespace - Name - Mixin selector - named - hasDisplayableRecipes- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;hasDisplayableRecipes()Z- intermediary - method_64886- Lnet/minecraft/class_516;method_64886()Z- official - b- Lfyn;b()Z
 
- 
getAllRecipes- Mappings:
- Namespace - Name - Mixin selector - named - getAllRecipes- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;getAllRecipes()Ljava/util/List;- intermediary - method_2650- Lnet/minecraft/class_516;method_2650()Ljava/util/List;- official - c- Lfyn;c()Ljava/util/List;
 
- 
filter- Mappings:
- Namespace - Name - Mixin selector - named - filter- Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;filter(Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$RecipeFilterMode;)Ljava/util/List;- intermediary - method_64885- Lnet/minecraft/class_516;method_64885(Lnet/minecraft/class_516$class_9937;)Ljava/util/List;- official - a- Lfyn;a(Lfyn$a;)Ljava/util/List;
 
 
-