net.minecraft.client

public class RecipeCollection

cmk
net.minecraft.class_3286
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_16079
recipes
field_192713_b
recipes
private final Set<Recipe>
b
field_20456
craftable
field_194215_b
craftable
private final Set<Recipe>
c
field_20457
fitting
field_194216_c
canFit
private final Set<Recipe>
d
field_20458
known
field_194217_d
inBook
private boolean
e
field_16083
singleResultItem
field_194218_e
singleResultItem

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
a()
method_14625()
hasKnownRecipes()
func_194209_a()
isNotEmpty()
public void
a(wm arg0)
method_14628(class_4471 arg0)
updateKnownRecipes(RecipeBook recipeBook)
func_194214_a(RecipeBook arg0)
updateKnownRecipes(RecipeBook book)
public void
a(aoi arg0, int arg1, int arg2, wm arg3)
method_14626(class_3175 arg0, int arg1, int arg2, class_4471 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(avk arg0)
method_14627(class_1114 arg0)
isCraftable(Recipe recipe)
func_194213_a(IRecipe arg0)
isCraftable(IRecipe recipe)
public boolean
b()
method_14630()
hasCraftableRecipes()
func_192708_c()
containsCraftableRecipes()
public boolean
c()
method_14633()
hasFittingRecipes()
func_194212_c()
containsValidRecipes()
public List<Recipe>
d()
method_14634()
getRecipes()
func_192711_b()
getRecipes()
public List<Recipe>
a(boolean arg0)
method_14629(boolean arg0)
getRecipes(boolean craftable)
func_194208_a(boolean arg0)
getRecipes(boolean onlyCraftable)
public List<Recipe>
b(boolean arg0)
method_14632(boolean arg0)
getDisplayRecipes(boolean craftable)
func_194207_b(boolean arg0)
getDisplayRecipes(boolean onlyCraftable)
public void
b(avk arg0)
method_14631(class_1114 arg0)
add(Recipe recipe)
func_192709_a(IRecipe arg0)
add(IRecipe recipe)
public boolean
e()
method_14635()
hasSingleResultItem()
func_194211_e()
hasSingleResultItem()