Uses of Interface
net.minecraft.recipe.RecipeSerializer
Packages that use RecipeSerializer
Package
Description
-
Uses of RecipeSerializer in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe declared as RecipeSerializerModifier and TypeFieldDescriptionprivate final RecipeSerializer<? extends AbstractCookingRecipe>
CookingRecipeJsonFactory.CookingRecipeJsonProvider.serializer
private final RecipeSerializer<?>
SingleItemRecipeJsonFactory.serializer
private final RecipeSerializer<?>
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider.serializer
private final RecipeSerializer<?>
SmithingRecipeJsonFactory.serializer
private final RecipeSerializer<?>
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider.serializer
Methods in net.minecraft.data.server.recipe that return RecipeSerializerModifier and TypeMethodDescriptionCookingRecipeJsonFactory.CookingRecipeJsonProvider.getSerializer()
RecipeJsonProvider.getSerializer()
ShapedRecipeJsonFactory.ShapedRecipeJsonProvider.getSerializer()
ShapelessRecipeJsonFactory.ShapelessRecipeJsonProvider.getSerializer()
SingleItemRecipeJsonFactory.SingleItemRecipeJsonProvider.getSerializer()
SmithingRecipeJsonFactory.SmithingRecipeJsonProvider.getSerializer()
Constructors in net.minecraft.data.server.recipe with parameters of type RecipeSerializerModifierConstructorDescriptionCookingRecipeJsonProvider
(Identifier recipeId, String group, Ingredient input, Item result, float experience, int cookingTime, Advancement.Task builder, Identifier advancementId, RecipeSerializer<? extends AbstractCookingRecipe> serializer) SingleItemRecipeJsonFactory
(RecipeSerializer<?> serializer, Ingredient input, ItemConvertible output, int outputCount) SingleItemRecipeJsonProvider
(Identifier recipeId, RecipeSerializer<?> serializer, String group, Ingredient input, Item output, int outputCount, Advancement.Task builder, Identifier advancementId) SmithingRecipeJsonFactory
(RecipeSerializer<?> serializer, Ingredient base, Ingredient addition, Item result) SmithingRecipeJsonProvider
(Identifier recipeId, RecipeSerializer<?> serializer, Ingredient base, Ingredient addition, Item result, Advancement.Task builder, Identifier advancementId) -
Uses of RecipeSerializer in net.minecraft.recipe
Classes in net.minecraft.recipe that implement RecipeSerializerModifier and TypeClassDescriptionclass
CookingRecipeSerializer<T extends AbstractCookingRecipe>
static class
CuttingRecipe.Serializer<T extends CuttingRecipe>
static class
static class
static class
class
SpecialRecipeSerializer<T extends Recipe<?>>
A serializer for hardcoded recipes.Fields in net.minecraft.recipe declared as RecipeSerializerModifier and TypeFieldDescriptionprivate final RecipeSerializer<?>
CuttingRecipe.serializer
static final RecipeSerializer<ShapedRecipe>
RecipeSerializer.SHAPED
static final RecipeSerializer<ShapelessRecipe>
RecipeSerializer.SHAPELESS
static final RecipeSerializer<SmithingRecipe>
RecipeSerializer.SMITHING
static final RecipeSerializer<StonecuttingRecipe>
RecipeSerializer.STONECUTTING
Methods in net.minecraft.recipe with type parameters of type RecipeSerializerMethods in net.minecraft.recipe that return RecipeSerializerModifier and TypeMethodDescriptionArmorDyeRecipe.getSerializer()
Returns the serializer associated with this recipe.BannerDuplicateRecipe.getSerializer()
Returns the serializer associated with this recipe.BlastingRecipe.getSerializer()
Returns the serializer associated with this recipe.BookCloningRecipe.getSerializer()
Returns the serializer associated with this recipe.CampfireCookingRecipe.getSerializer()
Returns the serializer associated with this recipe.CuttingRecipe.getSerializer()
Returns the serializer associated with this recipe.FireworkRocketRecipe.getSerializer()
Returns the serializer associated with this recipe.FireworkStarFadeRecipe.getSerializer()
Returns the serializer associated with this recipe.FireworkStarRecipe.getSerializer()
Returns the serializer associated with this recipe.MapCloningRecipe.getSerializer()
Returns the serializer associated with this recipe.MapExtendingRecipe.getSerializer()
Returns the serializer associated with this recipe.Recipe.getSerializer()
Returns the serializer associated with this recipe.RepairItemRecipe.getSerializer()
Returns the serializer associated with this recipe.ShapedRecipe.getSerializer()
Returns the serializer associated with this recipe.ShapelessRecipe.getSerializer()
Returns the serializer associated with this recipe.ShieldDecorationRecipe.getSerializer()
Returns the serializer associated with this recipe.ShulkerBoxColoringRecipe.getSerializer()
Returns the serializer associated with this recipe.SmeltingRecipe.getSerializer()
Returns the serializer associated with this recipe.SmithingRecipe.getSerializer()
Returns the serializer associated with this recipe.SmokingRecipe.getSerializer()
Returns the serializer associated with this recipe.SuspiciousStewRecipe.getSerializer()
Returns the serializer associated with this recipe.TippedArrowRecipe.getSerializer()
Returns the serializer associated with this recipe.Constructors in net.minecraft.recipe with parameters of type RecipeSerializerModifierConstructorDescriptionCuttingRecipe
(RecipeType<?> type, RecipeSerializer<?> serializer, Identifier id, String group, Ingredient input, ItemStack output) -
Uses of RecipeSerializer in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type RecipeSerializerModifier and TypeFieldDescriptionstatic final Registry<RecipeSerializer<?>>
Registry.RECIPE_SERIALIZER
static final RegistryKey<Registry<RecipeSerializer<?>>>
Registry.RECIPE_SERIALIZER_KEY