Uses of Enum Class
net.minecraft.class_7710
Packages that use class_7710
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7710 in net.minecraft
Fields in net.minecraft declared as class_7710Fields in net.minecraft with type parameters of type class_7710Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<class_7710>class_7710.field_40252Methods in net.minecraft that return class_7710Modifier and TypeMethodDescriptionprotected static class_7710class_7798.method_46202(class_7800 class_7800) static class_7710Returns the enum constant of this class with the specified name.static class_7710[]class_7710.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft with parameters of type class_7710 -
Uses of class_7710 in net.minecraft.data.server.recipe
Constructors in net.minecraft.data.server.recipe with parameters of type class_7710ModifierConstructorDescriptionShapedRecipeJsonProvider(Identifier recipeId, Item output, int resultCount, String group, class_7710 class_7710, List<String> list, Map<Character, Ingredient> map, Advancement.Builder builder, Identifier identifier) ShapelessRecipeJsonProvider(Identifier recipeId, Item output, int outputCount, String group, class_7710 class_7710, List<Ingredient> list, Advancement.Builder builder, Identifier identifier) -
Uses of class_7710 in net.minecraft.recipe
Fields in net.minecraft.recipe declared as class_7710Modifier and TypeFieldDescriptionprivate final class_7710SpecialCraftingRecipe.field_40255(package private) final class_7710ShapedRecipe.field_40256(package private) final class_7710ShapelessRecipe.field_40257Methods in net.minecraft.recipe that return class_7710Modifier and TypeMethodDescriptionCraftingRecipe.method_45441()ShapedRecipe.method_45441()ShapelessRecipe.method_45441()SpecialCraftingRecipe.method_45441()Methods in net.minecraft.recipe with parameters of type class_7710Modifier and TypeMethodDescriptionSpecialRecipeSerializer.class_7711.create(Identifier identifier, class_7710 class_7710) Constructors in net.minecraft.recipe with parameters of type class_7710ModifierConstructorDescriptionArmorDyeRecipe(Identifier id, class_7710 class_7710) BannerDuplicateRecipe(Identifier id, class_7710 class_7710) BookCloningRecipe(Identifier id, class_7710 class_7710) FireworkRocketRecipe(Identifier id, class_7710 class_7710) FireworkStarFadeRecipe(Identifier id, class_7710 class_7710) FireworkStarRecipe(Identifier id, class_7710 class_7710) MapCloningRecipe(Identifier id, class_7710 class_7710) MapExtendingRecipe(Identifier id, class_7710 class_7710) RepairItemRecipe(Identifier id, class_7710 class_7710) ShapedRecipe(Identifier id, String group, class_7710 class_7710, int int2, int int3, DefaultedList<Ingredient> defaultedList, ItemStack itemStack) ShapelessRecipe(Identifier id, String group, class_7710 class_7710, ItemStack itemStack, DefaultedList<Ingredient> defaultedList) ShieldDecorationRecipe(Identifier id, class_7710 class_7710) ShulkerBoxColoringRecipe(Identifier id, class_7710 class_7710) SpecialCraftingRecipe(Identifier id, class_7710 class_7710) SuspiciousStewRecipe(Identifier id, class_7710 class_7710) TippedArrowRecipe(Identifier id, class_7710 class_7710)