Class RecipeResultCollection
java.lang.Object
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/recipebook/RecipeResultCollectionintermediary net/minecraft/class_516official fxy
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Set<NetworkRecipeId> private final Set<NetworkRecipeId> private final List<RecipeDisplayEntry> private final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter(RecipeResultCollection.RecipeFilterMode filterMode) booleanbooleanbooleanbooleanisCraftable(NetworkRecipeId recipeId) voidpopulateRecipes(RecipeFinder finder, Predicate<RecipeDisplay> displayablePredicate) private static booleanshouldHaveSingleOutput(List<RecipeDisplayEntry> recipes)
-
Field Details
-
entries
- Mappings:
Namespace Name Mixin selector named entriesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;entries:Ljava/util/List;intermediary field_54835Lnet/minecraft/class_516;field_54835:Ljava/util/List;official aLfxy;a:Ljava/util/List;
-
singleOutput
private final boolean singleOutput- Mappings:
Namespace Name Mixin selector named singleOutputLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;singleOutput:Zintermediary field_3148Lnet/minecraft/class_516;field_3148:Zofficial bLfxy;b:Z
-
craftableRecipes
- Mappings:
Namespace Name Mixin selector named craftableRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;craftableRecipes:Ljava/util/Set;intermediary field_3146Lnet/minecraft/class_516;field_3146:Ljava/util/Set;official cLfxy;c:Ljava/util/Set;
-
displayableRecipes
- Mappings:
Namespace Name Mixin selector named displayableRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;displayableRecipes:Ljava/util/Set;intermediary field_54836Lnet/minecraft/class_516;field_54836:Ljava/util/Set;official dLfxy;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;)Vintermediary <init>Lnet/minecraft/class_516;<init>(Ljava/util/List;)Vofficial <init>Lfxy;<init>(Ljava/util/List;)V
-
-
Method Details
-
shouldHaveSingleOutput
- Mappings:
Namespace Name Mixin selector named shouldHaveSingleOutputLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;shouldHaveSingleOutput(Ljava/util/List;)Zintermediary method_30295Lnet/minecraft/class_516;method_30295(Ljava/util/List;)Zofficial aLfxy;a(Ljava/util/List;)Z
-
populateRecipes
- Mappings:
Namespace Name Mixin selector named populateRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;populateRecipes(Lnet/minecraft/recipe/RecipeFinder;Ljava/util/function/Predicate;)Vintermediary method_64884Lnet/minecraft/class_516;method_64884(Lnet/minecraft/class_9875;Ljava/util/function/Predicate;)Vofficial aLfxy;a(Lcqb;Ljava/util/function/Predicate;)V
-
isCraftable
- Mappings:
Namespace Name Mixin selector named isCraftableLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;isCraftable(Lnet/minecraft/recipe/NetworkRecipeId;)Zintermediary method_2653Lnet/minecraft/class_516;method_2653(Lnet/minecraft/class_10298;)Zofficial aLfxy;a(Lddk;)Z
-
hasCraftableRecipes
public boolean hasCraftableRecipes()- Mappings:
Namespace Name Mixin selector named hasCraftableRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;hasCraftableRecipes()Zintermediary method_2655Lnet/minecraft/class_516;method_2655()Zofficial aLfxy;a()Z
-
hasDisplayableRecipes
public boolean hasDisplayableRecipes()- Mappings:
Namespace Name Mixin selector named hasDisplayableRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;hasDisplayableRecipes()Zintermediary method_64886Lnet/minecraft/class_516;method_64886()Zofficial bLfxy;b()Z
-
getAllRecipes
- Mappings:
Namespace Name Mixin selector named getAllRecipesLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;getAllRecipes()Ljava/util/List;intermediary method_2650Lnet/minecraft/class_516;method_2650()Ljava/util/List;official cLfxy;c()Ljava/util/List;
-
filter
- Mappings:
Namespace Name Mixin selector named filterLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;filter(Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$RecipeFilterMode;)Ljava/util/List;intermediary method_64885Lnet/minecraft/class_516;method_64885(Lnet/minecraft/class_516$class_9937;)Ljava/util/List;official aLfxy;a(Lfxy$a;)Ljava/util/List;
-
hasSingleOutput
public boolean hasSingleOutput()- Mappings:
Namespace Name Mixin selector named hasSingleOutputLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;hasSingleOutput()Zintermediary method_2656Lnet/minecraft/class_516;method_2656()Zofficial dLfxy;d()Z
-