net.minecraft.stats

public class RecipeBook

afh
net.minecraft.stats.RecipeBook
net.minecraft.class_3439
net.minecraft.recipe.book.RecipeBook
net.minecraft.src.C_126_
net.minecraft.stats.RecipeBook

Field summary

Modifier and TypeField
protected final Set<ResourceLocation>
a
known
field_15300
recipes
f_12680_
protected final Set<ResourceLocation>
b
highlight
field_15295
toBeDisplayed
f_12681_
private final RecipeBookSettings
c
bookSettings
field_25734
options
f_12682_

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(afh arg0)
copyOverData(RecipeBook arg0)
method_14875(class_3439 arg0)
copyFrom(RecipeBook book)
m_12685_(C_126_ arg0)
public void
a(bth<?> arg0)
add(Recipe<?> arg0)
method_14876(class_1860<?> arg0)
add(Recipe<?> recipe)
m_12700_(C_1469_<?> arg0)
protected void
a(ww arg0)
add(ResourceLocation arg0)
method_14881(class_2960 arg0)
add(Identifier id)
m_12702_(C_5265_ arg0)
public boolean
b(bth<?> arg0)
contains(Recipe<?> arg0)
method_14878(class_1860<?> arg0)
contains(Recipe<?> recipe)
m_12709_(C_1469_<?> arg0)
public boolean
b(ww arg0)
contains(ResourceLocation arg0)
method_22845(class_2960 arg0)
contains(Identifier id)
m_12711_(C_5265_ arg0)
hasDiscoveredRecipe(MinecraftKey arg0)
public void
c(bth<?> arg0)
remove(Recipe<?> arg0)
method_14893(class_1860<?> arg0)
remove(Recipe<?> recipe)
m_12713_(C_1469_<?> arg0)
protected void
c(ww arg0)
remove(ResourceLocation arg0)
method_14879(class_2960 arg0)
remove(Identifier id)
m_12715_(C_5265_ arg0)
public boolean
d(bth<?> arg0)
willHighlight(Recipe<?> arg0)
method_14883(class_1860<?> arg0)
shouldDisplay(Recipe<?> recipe)
m_12717_(C_1469_<?> arg0)
public void
e(bth<?> arg0)
removeHighlight(Recipe<?> arg0)
method_14886(class_1860<?> arg0)
onRecipeDisplayed(Recipe<?> recipe)
m_12721_(C_1469_<?> arg0)
public void
f(bth<?> arg0)
addHighlight(Recipe<?> arg0)
method_14885(class_1860<?> arg0)
display(Recipe<?> recipe)
m_12723_(C_1469_<?> arg0)
protected void
d(ww arg0)
addHighlight(ResourceLocation arg0)
method_14877(class_2960 arg0)
display(Identifier id)
m_12719_(C_5265_ arg0)
public boolean
a(bnt arg0)
isOpen(RecipeBookType arg0)
method_14887(class_5421 arg0)
isGuiOpen(RecipeBookCategory category)
m_12691_(C_1298_ arg0)
public void
a(bnt arg0, boolean arg1)
setOpen(RecipeBookType arg0, boolean arg1)
method_14884(class_5421 arg0, boolean arg1)
setGuiOpen(RecipeBookCategory category, boolean open)
m_12693_(C_1298_ p_12695_, boolean arg1)
public boolean
a(bns<?> arg0)
isFiltering(RecipeBookMenu<?> arg0)
method_14880(class_1729<?> arg0)
isFilteringCraftable(AbstractRecipeScreenHandler<?> handler)
m_12689_(C_1297_<?> arg0)
public boolean
b(bnt arg0)
isFiltering(RecipeBookType arg0)
method_30176(class_5421 arg0)
isFilteringCraftable(RecipeBookCategory category)
m_12704_(C_1298_ arg0)
public void
b(bnt arg0, boolean arg1)
setFiltering(RecipeBookType arg0, boolean arg1)
method_30177(class_5421 arg0, boolean arg1)
setFilteringCraftable(RecipeBookCategory category, boolean filteringCraftable)
m_12706_(C_1298_ p_12708_, boolean arg1)
public void
a(afi arg0)
setBookSettings(RecipeBookSettings arg0)
method_30174(class_5411 arg0)
setOptions(RecipeBookOptions options)
m_12687_(C_127_ arg0)
public RecipeBookSettings
a()
getBookSettings()
method_30173()
getOptions()
m_12684_()
public void
a(bnt arg0, boolean arg1, boolean arg2)
setBookSetting(RecipeBookType arg0, boolean arg1, boolean arg2)
method_30175(class_5421 arg0, boolean arg1, boolean arg2)
setCategoryOptions(RecipeBookCategory category, boolean guiOpen, boolean filteringCraftable)
m_12696_(C_1298_ p_12698_, boolean p_12699_, boolean arg2)