Package net.minecraft.recipe
Class SmithingTrimRecipe.Serializer
java.lang.Object
net.minecraft.recipe.SmithingTrimRecipe.Serializer
- All Implemented Interfaces:
- RecipeSerializer<SmithingTrimRecipe>
- Enclosing class:
- SmithingTrimRecipe
public static class SmithingTrimRecipe.Serializer
extends Object
implements RecipeSerializer<SmithingTrimRecipe>
- Mappings:
- Namespace - Name - named - net/minecraft/recipe/SmithingTrimRecipe$Serializer- intermediary - net/minecraft/class_8062$class_8063- official - dcd$a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.MapCodec<SmithingTrimRecipe> static final PacketCodec<RegistryByteBuf, SmithingTrimRecipe> 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<SmithingTrimRecipe> codec()Deprecated.
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/recipe/SmithingTrimRecipe$Serializer;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_46109- Lnet/minecraft/class_8062$class_8063;field_46109:Lcom/mojang/serialization/MapCodec;- official - x- Ldcd$a;x:Lcom/mojang/serialization/MapCodec;
 
- 
PACKET_CODEC- Mappings:
- Namespace - Name - Mixin selector - named - PACKET_CODEC- Lnet/minecraft/recipe/SmithingTrimRecipe$Serializer;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;- intermediary - field_48365- Lnet/minecraft/class_8062$class_8063;field_48365:Lnet/minecraft/class_9139;- official - w- Ldcd$a;w:Lyn;
 
 
- 
- 
Constructor Details- 
Serializerpublic Serializer()
 
- 
- 
Method Details- 
codec- Specified by:
- codecin interface- RecipeSerializer<SmithingTrimRecipe>
- 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<SmithingTrimRecipe>
- 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.