Class RecipeCollection
java.lang.Object
net.minecraft.client.gui.screens.recipebook.RecipeCollection
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Set<RecipeDisplayId> static final RecipeCollectionprivate final List<RecipeDisplayEntry> private final Set<RecipeDisplayId> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanisCraftable(RecipeDisplayId recipe) voidselectRecipes(StackedItemContents stackedContents, Predicate<RecipeDisplay> selector)
-
Field Details
-
EMPTY
-
entries
-
craftable
-
selected
-
-
Constructor Details
-
RecipeCollection
-
-
Method Details
-
selectRecipes
-
isCraftable
-
hasCraftable
public boolean hasCraftable() -
hasAnySelected
public boolean hasAnySelected() -
getRecipes
-
getSelectedRecipes
-