Class SimpleCookingSerializer<T extends AbstractCookingRecipe>
java.lang.Object
net.minecraft.world.item.crafting.SimpleCookingSerializer<T>
- All Implemented Interfaces:
- RecipeSerializer<T>
public class SimpleCookingSerializer<T extends AbstractCookingRecipe>
extends Object
implements RecipeSerializer<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<T>private final AbstractCookingRecipe.Factory<T>Fields inherited from interface net.minecraft.world.item.crafting.RecipeSerializerARMOR_DYE, BANNER_DUPLICATE, BLASTING_RECIPE, BOOK_CLONING, CAMPFIRE_COOKING_RECIPE, DECORATED_POT_RECIPE, FIREWORK_ROCKET, FIREWORK_STAR, FIREWORK_STAR_FADE, MAP_CLONING, MAP_EXTENDING, REPAIR_ITEM, SHAPED_RECIPE, SHAPELESS_RECIPE, SHIELD_DECORATION, SHULKER_BOX_COLORING, SMELTING_RECIPE, SMITHING_TRANSFORM, SMITHING_TRIM, SMOKING_RECIPE, STONECUTTER, SUSPICIOUS_STEW, TIPPED_ARROW
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleCookingSerializer(AbstractCookingRecipe.Factory<T> p_312065_, int p_44331_) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<T>codec()create(String p_312671_, CookingBookCategory p_312067_, Ingredient p_312327_, ItemStack p_311758_, float p_312386_, int p_311986_) fromNetwork(FriendlyByteBuf p_44345_) voidtoNetwork(FriendlyByteBuf p_44335_, T p_44336_) 
- 
Field Details- 
factory
- 
codec
 
- 
- 
Constructor Details- 
SimpleCookingSerializer
 
- 
- 
Method Details- 
codec- Specified by:
- codecin interface- RecipeSerializer<T extends AbstractCookingRecipe>
 
- 
fromNetwork- Specified by:
- fromNetworkin interface- RecipeSerializer<T extends AbstractCookingRecipe>
 
- 
toNetwork- Specified by:
- toNetworkin interface- RecipeSerializer<T extends AbstractCookingRecipe>
 
- 
createpublic AbstractCookingRecipe create(String p_312671_, CookingBookCategory p_312067_, Ingredient p_312327_, ItemStack p_311758_, float p_312386_, int p_311986_) 
 
-