net.minecraft.client

public class RecipeCollection

dck
net.minecraft.class_516
net.minecraft.client.RecipeCollection
net.minecraft.client.gui.recipebook.RecipeList
net.minecraft.client.gui.recipebook.RecipeList

Field summary

Modifier and TypeField
private final List<Recipe<?>>
a
field_3144
recipes
field_192713_b
recipes
private final Set<Recipe<?>>
b
field_3146
craftable
field_194215_b
craftable
private final Set<Recipe<?>>
c
field_3145
fitting
field_194216_c
canFit
private final Set<Recipe<?>>
d
field_3147
known
field_194217_d
inBook
private boolean
e
field_3148
singleResultItem
field_194218_e
singleResultItem

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
a()
method_2652()
hasKnownRecipes()
func_194209_a()
isNotEmpty()
public void
a(yn arg0)
method_2647(class_3439 arg0)
updateKnownRecipes(RecipeBook recipeBook)
func_194214_a(RecipeBook arg0)
updateKnownRecipes(RecipeBook book)
public void
a(awa arg0, int arg1, int arg2, yn arg3)
method_2649(class_1662 arg0, int arg1, int arg2, class_3439 arg3)
updateCraftableAndFittingRecipes(StackedContents contents, int width, int height, RecipeBook recipeBook)
func_194210_a(RecipeItemHelper arg0, int arg1, int arg2, RecipeBook arg3)
canCraft(RecipeItemHelper handler, int width, int height, RecipeBook book)
public boolean
a(bej<?> arg0)
method_2653(class_1860<?> arg0)
isCraftable(Recipe<?> recipe)
func_194213_a(IRecipe<?> arg0)
isCraftable(IRecipe<?> recipe)
public boolean
b()
method_2655()
hasCraftableRecipes()
func_192708_c()
containsCraftableRecipes()
public boolean
c()
method_2657()
hasFittingRecipes()
func_194212_c()
containsValidRecipes()
public List<Recipe<?>>
d()
method_2650()
getRecipes()
func_192711_b()
getRecipes()
public List<Recipe<?>>
a(boolean arg0)
method_2651(boolean arg0)
getRecipes(boolean craftable)
func_194208_a(boolean arg0)
getRecipes(boolean onlyCraftable)
public List<Recipe<?>>
b(boolean arg0)
method_2648(boolean arg0)
getDisplayRecipes(boolean craftable)
func_194207_b(boolean arg0)
getDisplayRecipes(boolean onlyCraftable)
public void
b(bej<?> arg0)
method_2654(class_1860<?> arg0)
add(Recipe<?> recipe)
func_192709_a(IRecipe<?> arg0)
add(IRecipe<?> recipe)
public boolean
e()
method_2656()
hasSingleResultItem()
func_194211_e()
hasSingleResultItem()