Package net.minecraft.recipe
Class SmithingTransformRecipe.Serializer
java.lang.Object
net.minecraft.recipe.SmithingTransformRecipe.Serializer
- All Implemented Interfaces:
RecipeSerializer<SmithingTransformRecipe>
- Enclosing class:
SmithingTransformRecipe
public static class SmithingTransformRecipe.Serializer
extends Object
implements RecipeSerializer<SmithingTransformRecipe>
- Mappings:
Namespace Name named net/minecraft/recipe/SmithingTransformRecipe$Serializerintermediary net/minecraft/class_8060$class_8061official dfy$a
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.MapCodec<SmithingTransformRecipe> static final PacketCodec<RegistryByteBuf, SmithingTransformRecipe> Fields inherited from interface net.minecraft.recipe.RecipeSerializer
ARMOR_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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<SmithingTransformRecipe> codec()Deprecated.
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/recipe/SmithingTransformRecipe$Serializer;CODEC:Lcom/mojang/serialization/MapCodec;intermediary field_46108Lnet/minecraft/class_8060$class_8061;field_46108:Lcom/mojang/serialization/MapCodec;official xLdfy$a;x:Lcom/mojang/serialization/MapCodec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/recipe/SmithingTransformRecipe$Serializer;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48364Lnet/minecraft/class_8060$class_8061;field_48364:Lnet/minecraft/class_9139;official wLdfy$a;w:Lze;
-
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
codec
- Specified by:
codecin interfaceRecipeSerializer<SmithingTransformRecipe>- Mappings:
Namespace Name Mixin selector named codecLnet/minecraft/recipe/RecipeSerializer;codec()Lcom/mojang/serialization/MapCodec;intermediary method_53736Lnet/minecraft/class_1865;method_53736()Lcom/mojang/serialization/MapCodec;official aLdfl;a()Lcom/mojang/serialization/MapCodec;
-
packetCodec
Deprecated.Recipeis no longer synced to the clients, making this obsolete.Returns the packet codec for serializing recipes over the network.- Specified by:
packetCodecin interfaceRecipeSerializer<SmithingTransformRecipe>- Returns:
- the packet codec for serializing recipes over the network
- See Also:
- Mappings:
Namespace Name Mixin selector named packetCodecLnet/minecraft/recipe/RecipeSerializer;packetCodec()Lnet/minecraft/network/codec/PacketCodec;intermediary method_56104Lnet/minecraft/class_1865;method_56104()Lnet/minecraft/class_9139;official bLdfl;b()Lze;
-
Recipeis no longer synced to the clients, making this obsolete.