Uses of Enum Class
net.minecraft.class_7709
Packages that use class_7709
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7709 in net.minecraft
Fields in net.minecraft with type parameters of type class_7709Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<class_7709>class_7709.field_40245Methods in net.minecraft that return class_7709Modifier and TypeMethodDescriptionstatic class_7709Returns the enum constant of this class with the specified name.static class_7709[]class_7709.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_7709 in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe declared as class_7709Modifier and TypeFieldDescriptionprivate final class_7709CookingRecipeJsonBuilder.field_40648private final class_7709CookingRecipeJsonBuilder.CookingRecipeJsonProvider.field_40649Methods in net.minecraft.data.server.recipe that return class_7709Modifier and TypeMethodDescriptionprivate static class_7709CookingRecipeJsonBuilder.method_46215(RecipeSerializer<? extends AbstractCookingRecipe> recipeSerializer, ItemConvertible itemConvertible) private static class_7709CookingRecipeJsonBuilder.method_46216(ItemConvertible itemConvertible) private static class_7709CookingRecipeJsonBuilder.method_46217(ItemConvertible itemConvertible) Constructors in net.minecraft.data.server.recipe with parameters of type class_7709ModifierConstructorDescriptionprivateCookingRecipeJsonBuilder(class_7800 class_7800, class_7709 class_7709, ItemConvertible itemConvertible, Ingredient ingredient, float float2, int int2, RecipeSerializer<? extends AbstractCookingRecipe> recipeSerializer) CookingRecipeJsonProvider(Identifier recipeId, String group, class_7709 class_7709, Ingredient ingredient, Item item, float float2, int int2, Advancement.Builder builder, Identifier identifier, RecipeSerializer<? extends AbstractCookingRecipe> recipeSerializer) -
Uses of class_7709 in net.minecraft.recipe
Fields in net.minecraft.recipe declared as class_7709Methods in net.minecraft.recipe that return class_7709Methods in net.minecraft.recipe with parameters of type class_7709Modifier and TypeMethodDescriptionCookingRecipeSerializer.RecipeFactory.create(Identifier id, String group, class_7709 class_7709, Ingredient ingredient, ItemStack itemStack, float float2, int int2) Constructors in net.minecraft.recipe with parameters of type class_7709ModifierConstructorDescriptionAbstractCookingRecipe(RecipeType<?> type, Identifier identifier, String group, class_7709 class_7709, Ingredient ingredient, ItemStack itemStack, float float2, int int2) BlastingRecipe(Identifier id, String group, class_7709 class_7709, Ingredient ingredient, ItemStack itemStack, float float2, int int2) CampfireCookingRecipe(Identifier id, String group, class_7709 class_7709, Ingredient ingredient, ItemStack itemStack, float float2, int int2) SmeltingRecipe(Identifier id, String group, class_7709 class_7709, Ingredient ingredient, ItemStack itemStack, float float2, int int2) SmokingRecipe(Identifier id, String group, class_7709 class_7709, Ingredient ingredient, ItemStack itemStack, float float2, int int2)