Uses of Enum Class
net.minecraft.recipe.book.RecipeBookType
Packages that use RecipeBookType
Package
Description
-
Uses of RecipeBookType in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as RecipeBookTypeModifier and TypeFieldDescriptionprivate final RecipeBookType
RecipeCategoryOptionsC2SPacket.category
Methods in net.minecraft.network.packet.c2s.play that return RecipeBookTypeConstructors in net.minecraft.network.packet.c2s.play with parameters of type RecipeBookTypeModifierConstructorDescriptionRecipeCategoryOptionsC2SPacket
(RecipeBookType category, boolean guiOpen, boolean filteringCraftable) -
Uses of RecipeBookType in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book with type parameters of type RecipeBookTypeModifier and TypeFieldDescriptionprivate static final Map
<RecipeBookType, com.mojang.datafixers.util.Pair<String, String>> RecipeBookOptions.CATEGORY_OPTION_NAMES
private final Map
<RecipeBookType, RecipeBookOptions.CategoryOption> RecipeBookOptions.categoryOptions
Methods in net.minecraft.recipe.book that return RecipeBookTypeModifier and TypeMethodDescriptionstatic RecipeBookType
Returns the enum constant of this class with the specified name.static RecipeBookType[]
RecipeBookType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.recipe.book with parameters of type RecipeBookTypeModifier and TypeMethodDescriptionprivate void
RecipeBookOptions.apply
(RecipeBookType category, UnaryOperator<RecipeBookOptions.CategoryOption> modifier) private RecipeBookOptions.CategoryOption
RecipeBookOptions.getOption
(RecipeBookType category) boolean
RecipeBook.isFilteringCraftable
(RecipeBookType category) boolean
RecipeBookOptions.isFilteringCraftable
(RecipeBookType category) boolean
RecipeBook.isGuiOpen
(RecipeBookType category) boolean
RecipeBookOptions.isGuiOpen
(RecipeBookType category) void
RecipeBook.setCategoryOptions
(RecipeBookType category, boolean guiOpen, boolean filteringCraftable) void
RecipeBook.setFilteringCraftable
(RecipeBookType category, boolean filteringCraftable) void
RecipeBookOptions.setFilteringCraftable
(RecipeBookType category, boolean filtering) void
RecipeBook.setGuiOpen
(RecipeBookType category, boolean open) void
RecipeBookOptions.setGuiOpen
(RecipeBookType category, boolean open) Constructor parameters in net.minecraft.recipe.book with type arguments of type RecipeBookTypeModifierConstructorDescriptionprivate
RecipeBookOptions
(Map<RecipeBookType, RecipeBookOptions.CategoryOption> categoryOptions) -
Uses of RecipeBookType in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipeBookTypeModifier and TypeFieldDescriptionprivate final RecipeBookType
AbstractFurnaceScreenHandler.category
Methods in net.minecraft.screen that return RecipeBookTypeModifier and TypeMethodDescriptionAbstractFurnaceScreenHandler.getCategory()
abstract RecipeBookType
AbstractRecipeScreenHandler.getCategory()
CraftingScreenHandler.getCategory()
PlayerScreenHandler.getCategory()
Constructors in net.minecraft.screen with parameters of type RecipeBookTypeModifierConstructorDescriptionprotected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory playerInventory) protected
AbstractFurnaceScreenHandler
(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)