net.minecraft.client.gui.screens.recipebook

public class RecipeCollection

dtr
net.minecraft.client.gui.screens.recipebook.RecipeCollection
net.minecraft.class_516
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection
net.minecraft.client.gui.recipebook.RecipeList

Field summary

Modifier and TypeField
private final List<Recipe<?>>
a
recipes
field_3144
recipes
field_192713_b
private final Set<Recipe<?>>
b
craftable
field_3146
craftableRecipes
field_194215_b
private final Set<Recipe<?>>
c
fitsDimensions
field_3145
fittingRecipes
field_194216_c
private final Set<Recipe<?>>
d
known
field_3147
unlockedRecipes
field_194217_d
private boolean
e
singleResultItem
field_3148
singleOutput
field_194218_e

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
a()
hasKnownRecipes()
method_2652()
isInitialized()
func_194209_a()
public void
a(aco arg0)
updateKnownRecipes(RecipeBook arg0)
method_2647(class_3439 arg0)
initialize(RecipeBook recipeBook)
func_194214_a(RecipeBook arg0)
public void
a(bee arg0, int arg1, int arg2, aco arg3)
canCraft(StackedContents arg0, int arg1, int arg2, RecipeBook arg3)
method_2649(class_1662 arg0, int arg1, int arg2, class_3439 arg3)
computeCraftables(RecipeFinder recipeFinder, int gridWidth, int gridHeight, RecipeBook recipeBook)
func_194210_a(RecipeItemHelper arg0, int arg1, int arg2, RecipeBook arg3)
public boolean
a(bmu<?> arg0)
isCraftable(Recipe<?> arg0)
method_2653(class_1860<?> arg0)
isCraftable(Recipe<?> recipe)
func_194213_a(IRecipe<?> arg0)
public boolean
b()
hasCraftable()
method_2655()
hasCraftableRecipes()
func_192708_c()
public boolean
c()
hasFitting()
method_2657()
hasFittingRecipes()
func_194212_c()
public List<Recipe<?>>
d()
getRecipes()
method_2650()
getAllRecipes()
func_192711_b()
public List<Recipe<?>>
a(boolean arg0)
getRecipes(boolean arg0)
method_2651(boolean arg0)
getResults(boolean craftableOnly)
func_194208_a(boolean arg0)
public List<Recipe<?>>
b(boolean arg0)
getDisplayRecipes(boolean arg0)
method_2648(boolean arg0)
getRecipes(boolean craftable)
func_194207_b(boolean arg0)
public void
b(bmu<?> arg0)
add(Recipe<?> arg0)
method_2654(class_1860<?> arg0)
addRecipe(Recipe<?> recipe)
func_192709_a(IRecipe<?> arg0)
public boolean
e()
hasSingleResultItem()
method_2656()
hasSingleOutput()
func_194211_e()