net.minecraft.recipe.book

public class RecipeBook

net.minecraft.stats.RecipeBook
net.minecraft.class_3439
net.minecraft.recipe.book.RecipeBook

Field summary

Modifier and TypeField
protected final RecipeBookOptions
bookSettings
field_25734
options

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public boolean
isOpen(RecipeBookType recipeBookType)
method_14887(class_5421 arg0)
isGuiOpen(RecipeBookType category)
public void
setOpen(RecipeBookType recipeBookType, boolean open)
method_14884(class_5421 arg0, boolean arg1)
setGuiOpen(RecipeBookType category, boolean open)
public boolean
isFiltering(RecipeBookType type)
method_30176(class_5421 arg0)
isFilteringCraftable(RecipeBookType category)
public void
setFiltering(RecipeBookType type, boolean filtering)
method_30177(class_5421 arg0, boolean arg1)
setFilteringCraftable(RecipeBookType category, boolean filteringCraftable)
public void
setBookSettings(RecipeBookSettings settings)
method_30174(class_5411 arg0)
setOptions(RecipeBookOptions options)
public RecipeBookOptions
getBookSettings()
method_30173()
getOptions()
public void
setBookSetting(RecipeBookType bookType, boolean open, boolean filtering)
method_30175(class_5421 arg0, boolean arg1, boolean arg2)
setCategoryOptions(RecipeBookType category, boolean guiOpen, boolean filteringCraftable)