Class RecipeCollection
java.lang.Object
net.minecraft.client.gui.screens.recipebook.RecipeCollection
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Set<RecipeHolder<?>> private final Set<RecipeHolder<?>> private final Set<RecipeHolder<?>> private final List<RecipeHolder<?>> private final RegistryAccessprivate final boolean
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static booleanallRecipesHaveSameResult(RegistryAccess p_267210_, List<RecipeHolder<?>> p_100509_) voidcanCraft(StackedContents p_100502_, int p_100503_, int p_100504_, RecipeBook p_100505_) List<RecipeHolder<?>> getDisplayRecipes(boolean p_100514_) List<RecipeHolder<?>> List<RecipeHolder<?>> getRecipes(boolean p_100511_) booleanbooleanbooleanbooleanbooleanisCraftable(RecipeHolder<?> p_301167_) voidupdateKnownRecipes(RecipeBook p_100500_) 
- 
Field Details- 
registryAccess
- 
recipes
- 
singleResultItemprivate final boolean singleResultItem
- 
craftable
- 
fitsDimensions
- 
known
 
- 
- 
Constructor Details- 
RecipeCollection
 
- 
- 
Method Details- 
allRecipesHaveSameResultprivate static boolean allRecipesHaveSameResult(RegistryAccess p_267210_, List<RecipeHolder<?>> p_100509_) 
- 
registryAccess
- 
hasKnownRecipespublic boolean hasKnownRecipes()
- 
updateKnownRecipes
- 
canCraft
- 
isCraftable
- 
hasCraftablepublic boolean hasCraftable()
- 
hasFittingpublic boolean hasFitting()
- 
getRecipes
- 
getRecipes
- 
getDisplayRecipes
- 
hasSingleResultItempublic boolean hasSingleResultItem()
 
-