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 TypeMethodDescriptiongetSelectedRecipes(RecipeCollection.CraftableStatus craftableStatus) booleanbooleanbooleanisCraftable(RecipeDisplayId recipe) voidselectRecipes(StackedItemContents stackedItemContents, Predicate<RecipeDisplay> filter)
-
Field Details
-
EMPTY
-
entries
-
craftable
-
selected
-
-
Constructor Details
-
RecipeCollection
-
-
Method Details
-
selectRecipes
-
isCraftable
-
hasCraftable
public boolean hasCraftable() -
hasAnySelected
public boolean hasAnySelected() -
getRecipes
-
getSelectedRecipes
public List<RecipeDisplayEntry> getSelectedRecipes(RecipeCollection.CraftableStatus craftableStatus)
-