Uses of Enum Class
net.minecraft.recipe.book.CraftingRecipeCategory
Packages that use CraftingRecipeCategory
-
Uses of CraftingRecipeCategory in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe declared as CraftingRecipeCategoryModifier and TypeFieldDescriptionprivate final CraftingRecipeCategoryRecipeJsonBuilder.CraftingRecipeJsonProvider.craftingCategoryMethods in net.minecraft.data.server.recipe that return CraftingRecipeCategoryModifier and TypeMethodDescriptionprotected static CraftingRecipeCategoryRecipeJsonBuilder.getCraftingCategory(RecipeCategory category) Constructors in net.minecraft.data.server.recipe with parameters of type CraftingRecipeCategoryModifierConstructorDescriptionprotectedCraftingRecipeJsonProvider(CraftingRecipeCategory craftingCategory) ShapedRecipeJsonProvider(Identifier id, Item output, int resultCount, String group, CraftingRecipeCategory craftingCategory, List<String> pattern, Map<Character, Ingredient> inputs, AdvancementEntry advancement, boolean showNotification) ShapelessRecipeJsonProvider(Identifier recipeId, Item output, int outputCount, String group, CraftingRecipeCategory craftingCategory, List<Ingredient> inputs, AdvancementEntry advancementBuilder) -
Uses of CraftingRecipeCategory in net.minecraft.recipe
Fields in net.minecraft.recipe declared as CraftingRecipeCategoryModifier and TypeFieldDescription(package private) final CraftingRecipeCategoryShapedRecipe.categoryprivate final CraftingRecipeCategoryShapedRecipe.Serializer.RawShapedRecipe.categoryThe field for thecategoryrecord component.(package private) final CraftingRecipeCategoryShapelessRecipe.categoryprivate final CraftingRecipeCategorySpecialCraftingRecipe.categoryMethods in net.minecraft.recipe that return CraftingRecipeCategoryModifier and TypeMethodDescriptionShapedRecipe.Serializer.RawShapedRecipe.category()Returns the value of thecategoryrecord component.CraftingRecipe.getCategory()ShapedRecipe.getCategory()ShapelessRecipe.getCategory()SpecialCraftingRecipe.getCategory()Methods in net.minecraft.recipe with parameters of type CraftingRecipeCategoryModifier and TypeMethodDescriptionSpecialRecipeSerializer.Factory.create(CraftingRecipeCategory category) Constructors in net.minecraft.recipe with parameters of type CraftingRecipeCategoryModifierConstructorDescriptionArmorDyeRecipe(CraftingRecipeCategory category) BannerDuplicateRecipe(CraftingRecipeCategory category) BookCloningRecipe(CraftingRecipeCategory category) FireworkRocketRecipe(CraftingRecipeCategory category) FireworkStarFadeRecipe(CraftingRecipeCategory category) FireworkStarRecipe(CraftingRecipeCategory category) MapCloningRecipe(CraftingRecipeCategory category) MapExtendingRecipe(CraftingRecipeCategory category) privateRawShapedRecipe(String string, CraftingRecipeCategory craftingRecipeCategory, Map<String, Ingredient> map, List<String> list, ItemStack itemStack, boolean bool) RepairItemRecipe(CraftingRecipeCategory category) ShapedRecipe(String group, CraftingRecipeCategory category, int width, int height, DefaultedList<Ingredient> ingredients, ItemStack result) ShapedRecipe(String group, CraftingRecipeCategory category, int width, int height, DefaultedList<Ingredient> ingredients, ItemStack result, boolean showNotification) ShapelessRecipe(String group, CraftingRecipeCategory category, ItemStack result, DefaultedList<Ingredient> ingredients) ShieldDecorationRecipe(CraftingRecipeCategory category) SpecialCraftingRecipe(CraftingRecipeCategory category) SuspiciousStewRecipe(CraftingRecipeCategory category) TippedArrowRecipe(CraftingRecipeCategory category) -
Uses of CraftingRecipeCategory in net.minecraft.recipe.book
Fields in net.minecraft.recipe.book with type parameters of type CraftingRecipeCategoryModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<CraftingRecipeCategory>CraftingRecipeCategory.CODECMethods in net.minecraft.recipe.book that return CraftingRecipeCategoryModifier and TypeMethodDescriptionstatic CraftingRecipeCategoryReturns the enum constant of this class with the specified name.static CraftingRecipeCategory[]CraftingRecipeCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.