Class RecipeList
java.lang.Object
net.minecraft.client.gui.recipebook.RecipeList
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
allRecipesHaveSameResult
(List<IRecipe<?>> p_243413_0_) void
canCraft
(RecipeItemHelper p_194210_1_, int p_194210_2_, int p_194210_3_, RecipeBook p_194210_4_) getDisplayRecipes
(boolean p_194207_1_) getRecipes
(boolean p_194208_1_) boolean
boolean
boolean
boolean
boolean
isCraftable
(IRecipe<?> p_194213_1_) void
updateKnownRecipes
(RecipeBook p_194214_1_)
-
Field Details
-
recipes
-
singleResultItem
private final boolean singleResultItem -
craftable
-
fitsDimensions
-
known
-
-
Constructor Details
-
RecipeList
-
-
Method Details
-
allRecipesHaveSameResult
-
hasKnownRecipes
public boolean hasKnownRecipes() -
updateKnownRecipes
-
canCraft
public void canCraft(RecipeItemHelper p_194210_1_, int p_194210_2_, int p_194210_3_, RecipeBook p_194210_4_) -
isCraftable
-
hasCraftable
public boolean hasCraftable() -
hasFitting
public boolean hasFitting() -
getRecipes
-
getRecipes
-
getDisplayRecipes
-
hasSingleResultItem
public boolean hasSingleResultItem()
-