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 RecipeBookTypeRecipeCategoryOptionsC2SPacket.categoryMethods 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_NAMESprivate final Map<RecipeBookType, RecipeBookOptions.CategoryOption> RecipeBookOptions.categoryOptionsMethods in net.minecraft.recipe.book that return RecipeBookTypeModifier and TypeMethodDescriptionstatic RecipeBookTypeReturns 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 voidRecipeBookOptions.apply(RecipeBookType category, UnaryOperator<RecipeBookOptions.CategoryOption> modifier) private RecipeBookOptions.CategoryOptionRecipeBookOptions.getOption(RecipeBookType category) booleanRecipeBook.isFilteringCraftable(RecipeBookType category) booleanRecipeBookOptions.isFilteringCraftable(RecipeBookType category) booleanRecipeBook.isGuiOpen(RecipeBookType category) booleanRecipeBookOptions.isGuiOpen(RecipeBookType category) voidRecipeBook.setCategoryOptions(RecipeBookType category, boolean guiOpen, boolean filteringCraftable) voidRecipeBook.setFilteringCraftable(RecipeBookType category, boolean filteringCraftable) voidRecipeBookOptions.setFilteringCraftable(RecipeBookType category, boolean filtering) voidRecipeBook.setGuiOpen(RecipeBookType category, boolean open) voidRecipeBookOptions.setGuiOpen(RecipeBookType category, boolean open) Constructor parameters in net.minecraft.recipe.book with type arguments of type RecipeBookTypeModifierConstructorDescriptionprivateRecipeBookOptions(Map<RecipeBookType, RecipeBookOptions.CategoryOption> categoryOptions) -
Uses of RecipeBookType in net.minecraft.screen
Fields in net.minecraft.screen declared as RecipeBookTypeModifier and TypeFieldDescriptionprivate final RecipeBookTypeAbstractFurnaceScreenHandler.categoryMethods in net.minecraft.screen that return RecipeBookTypeModifier and TypeMethodDescriptionAbstractFurnaceScreenHandler.getCategory()abstract RecipeBookTypeAbstractRecipeScreenHandler.getCategory()CraftingScreenHandler.getCategory()PlayerScreenHandler.getCategory()Constructors in net.minecraft.screen with parameters of type RecipeBookTypeModifierConstructorDescriptionprotectedAbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory platerInventory) protectedAbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<RecipePropertySet> recipePropertySetKey, RecipeBookType category, int syncId, PlayerInventory platerInventory, Inventory inventory, PropertyDelegate propertyDelegate)