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
Modifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec
<T> private final AbstractCookingRecipe.Factory
<T> private final StreamCodec
<RegistryFriendlyByteBuf, 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
ConstructorDescriptionSimpleCookingSerializer
(AbstractCookingRecipe.Factory<T> p_310761_, int p_44331_) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<T> codec()
create
(String p_312339_, CookingBookCategory p_309654_, Ingredient p_310924_, ItemStack p_311755_, float p_311505_, int p_311630_) private T
fromNetwork
(RegistryFriendlyByteBuf p_336000_) private void
toNetwork
(RegistryFriendlyByteBuf p_334532_, T p_333006_)
-
Field Details
-
factory
-
codec
-
streamCodec
-
-
Constructor Details
-
SimpleCookingSerializer
-
-
Method Details
-
codec
- Specified by:
codec
in interfaceRecipeSerializer<T extends AbstractCookingRecipe>
-
streamCodec
- Specified by:
streamCodec
in interfaceRecipeSerializer<T extends AbstractCookingRecipe>
-
fromNetwork
-
toNetwork
-
create
public AbstractCookingRecipe create(String p_312339_, CookingBookCategory p_309654_, Ingredient p_310924_, ItemStack p_311755_, float p_311505_, int p_311630_)
-