Class RecipeList
java.lang.Object
net.minecraft.client.gui.recipebook.RecipeList
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanallRecipesHaveSameResult(List<IRecipe<?>> p_243413_0_) voidcanCraft(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_) booleanbooleanbooleanbooleanbooleanisCraftable(IRecipe<?> p_194213_1_) voidupdateKnownRecipes(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()
-