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 Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<T>private final AbstractCookingRecipe.Factory<T>Fields inherited from interface net.minecraft.world.item.crafting.RecipeSerializer
ARMOR_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 Summary
ConstructorsConstructorDescriptionSimpleCookingSerializer(AbstractCookingRecipe.Factory<T> p_312065_, int p_44331_)  - 
Method Summary
Modifier 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 interfaceRecipeSerializer<T extends AbstractCookingRecipe>
 - 
fromNetwork
- Specified by:
 fromNetworkin interfaceRecipeSerializer<T extends AbstractCookingRecipe>
 - 
toNetwork
- Specified by:
 toNetworkin interfaceRecipeSerializer<T extends AbstractCookingRecipe>
 - 
create
public AbstractCookingRecipe create(String p_312671_, CookingBookCategory p_312067_, Ingredient p_312327_, ItemStack p_311758_, float p_312386_, int p_311986_)  
 -