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 gdt
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Set<NetworkRecipeId> private final Set<NetworkRecipeId> static final RecipeResultCollectionprivate final List<RecipeDisplayEntry> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter(RecipeResultCollection.RecipeFilterMode filterMode) booleanbooleanbooleanisCraftable(NetworkRecipeId recipeId) voidpopulateRecipes(RecipeFinder finder, Predicate<RecipeDisplay> displayablePredicate)
-
Field Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector named EMPTYLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;EMPTY:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection;intermediary field_55504Lnet/minecraft/class_516;field_55504:Lnet/minecraft/class_516;official aLgdt;a:Lgdt;
-
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 bLgdt;b:Ljava/util/List;
-
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 cLgdt;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 dLgdt;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>Lgdt;<init>(Ljava/util/List;)V
-
-
Method Details
-
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 aLgdt;a(Lcso;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 aLgdt;a(Ldgj;)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 aLgdt;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 bLgdt;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 cLgdt;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 aLgdt;a(Lgdt$a;)Ljava/util/List;
-