net.minecraft.client.gui.screen.recipebook

public class RecipeResultCollection

net.minecraft.client.gui.screens.recipebook.RecipeCollection
net.minecraft.class_516
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection

Field summary

Modifier and TypeField
public static final RecipeResultCollection
EMPTY
field_55504
EMPTY
private final List<RecipeDisplayEntry>
entries
field_54835
entries
private final Set<NetworkRecipeId>
craftable
field_3146
craftableRecipes
private final Set<NetworkRecipeId>
selected
field_54836
displayableRecipes

Constructor summary

ModifierConstructor
public (List<RecipeDisplayEntry> entries)

Method summary

Modifier and TypeMethod
public void
selectRecipes(StackedItemContents stackedContents, Predicate<RecipeDisplay> selector)
method_64884(class_9875 arg0, Predicate<class_10295> arg1)
populateRecipes(RecipeFinder finder, Predicate<RecipeDisplay> displayablePredicate)
public boolean
isCraftable(RecipeDisplayId recipe)
method_2653(class_10298 arg0)
isCraftable(NetworkRecipeId recipeId)
public boolean
hasCraftable()
method_2655()
hasCraftableRecipes()
public boolean
hasAnySelected()
method_64886()
hasDisplayableRecipes()
public List<RecipeDisplayEntry>
getRecipes()
method_2650()
getAllRecipes()
public List<RecipeDisplayEntry>
getSelectedRecipes(RecipeCollection$CraftableStatus selector)
method_64885(class_516$class_9937 arg0)
filter(RecipeResultCollection$RecipeFilterMode filterMode)
private boolean
lambda$getSelectedRecipes$0(RecipeDisplayId arg0)
method_64887(class_10298 arg0)
method_64887(NetworkRecipeId recipeId)