Package net.minecraft.recipe
Class AbstractCookingRecipe.Serializer<T extends AbstractCookingRecipe>
java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe.Serializer<T>
- All Implemented Interfaces:
- RecipeSerializer<T>
- Enclosing class:
- AbstractCookingRecipe
public static class AbstractCookingRecipe.Serializer<T extends AbstractCookingRecipe>
extends Object
implements RecipeSerializer<T>
- Mappings:
- Namespace - Name - named - net/minecraft/recipe/AbstractCookingRecipe$Serializer- intermediary - net/minecraft/class_1874$class_10285- official - dal$b
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec<T> private final PacketCodec<RegistryByteBuf, T> Fields inherited from interface net.minecraft.recipe.RecipeSerializerARMOR_DYE, BANNER_DUPLICATE, BLASTING, BOOK_CLONING, CAMPFIRE_COOKING, CRAFTING_DECORATED_POT, CRAFTING_TRANSMUTE, FIREWORK_ROCKET, FIREWORK_STAR, FIREWORK_STAR_FADE, MAP_CLONING, MAP_EXTENDING, REPAIR_ITEM, SHAPED, SHAPELESS, SHIELD_DECORATION, SMELTING, SMITHING_TRANSFORM, SMITHING_TRIM, SMOKING, STONECUTTING, TIPPED_ARROW
- 
Constructor SummaryConstructorsConstructorDescriptionSerializer(AbstractCookingRecipe.RecipeFactory<T> factory, int defaultCookingTime) 
- 
Method Summary
- 
Field Details- 
codec- Mappings:
- Namespace - Name - Mixin selector - named - codec- Lnet/minecraft/recipe/AbstractCookingRecipe$Serializer;codec:Lcom/mojang/serialization/MapCodec;- intermediary - field_54625- Lnet/minecraft/class_1874$class_10285;field_54625:Lcom/mojang/serialization/MapCodec;- official - w- Ldal$b;w:Lcom/mojang/serialization/MapCodec;
 
- 
packetCodec- Mappings:
- Namespace - Name - Mixin selector - named - packetCodec- Lnet/minecraft/recipe/AbstractCookingRecipe$Serializer;packetCodec:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_54626- Lnet/minecraft/class_1874$class_10285;field_54626:Lnet/minecraft/class_9139;- official - x- Ldal$b;x:Lyn;
 
 
- 
- 
Constructor Details- 
Serializer- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/recipe/AbstractCookingRecipe$Serializer;<init>(Lnet/minecraft/recipe/AbstractCookingRecipe$RecipeFactory;I)V- intermediary - <init>- Lnet/minecraft/class_1874$class_10285;<init>(Lnet/minecraft/class_1874$class_3958;I)V- official - <init>- Ldal$b;<init>(Ldal$a;I)V
 
 
- 
- 
Method Details- 
codec- Specified by:
- codecin interface- RecipeSerializer<T extends AbstractCookingRecipe>
- Mappings:
- Namespace - Name - Mixin selector - named - codec- Lnet/minecraft/recipe/RecipeSerializer;codec()Lcom/mojang/serialization/MapCodec;- intermediary - method_53736- Lnet/minecraft/class_1865;method_53736()Lcom/mojang/serialization/MapCodec;- official - a- Ldbp;a()Lcom/mojang/serialization/MapCodec;
 
- 
packetCodecDeprecated.Recipeis no longer synced to the clients, making this obsolete.Returns the packet codec for serializing recipes over the network.- Specified by:
- packetCodecin interface- RecipeSerializer<T extends AbstractCookingRecipe>
- Returns:
- the packet codec for serializing recipes over the network
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - packetCodec- Lnet/minecraft/recipe/RecipeSerializer;packetCodec()Lnet/minecraft/network/codec/PacketCodec;- intermediary - method_56104- Lnet/minecraft/class_1865;method_56104()Lnet/minecraft/class_9139;- official - b- Ldbp;b()Lyn;
 
 
- 
Recipeis no longer synced to the clients, making this obsolete.