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 RecipeCollection
private final List
<RecipeDisplayEntry> private final Set
<RecipeDisplayId> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
isCraftable
(RecipeDisplayId p_379375_) void
selectRecipes
(StackedItemContents p_379685_, Predicate<RecipeDisplay> p_379624_)
-
Field Details
-
EMPTY
-
entries
-
craftable
-
selected
-
-
Constructor Details
-
RecipeCollection
-
-
Method Details
-
selectRecipes
-
isCraftable
-
hasCraftable
public boolean hasCraftable() -
hasAnySelected
public boolean hasAnySelected() -
getRecipes
-
getSelectedRecipes
-