Package net.minecraft.recipe
Class TransmuteRecipe.Serializer
java.lang.Object
net.minecraft.recipe.TransmuteRecipe.Serializer
- All Implemented Interfaces:
RecipeSerializer<TransmuteRecipe>
- Enclosing class:
TransmuteRecipe
public static class TransmuteRecipe.Serializer
extends Object
implements RecipeSerializer<TransmuteRecipe>
- Mappings:
Namespace Name named net/minecraft/recipe/TransmuteRecipe$Serializer
intermediary net/minecraft/class_10223$class_10224
official ddf$a
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.MapCodec
<TransmuteRecipe> static final PacketCodec
<RegistryByteBuf, TransmuteRecipe> 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
-
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<TransmuteRecipe> codec()
Deprecated.
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/recipe/TransmuteRecipe$Serializer;CODEC:Lcom/mojang/serialization/MapCodec;
intermediary field_54326
Lnet/minecraft/class_10223$class_10224;field_54326:Lcom/mojang/serialization/MapCodec;
official x
Lddf$a;x:Lcom/mojang/serialization/MapCodec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODEC
Lnet/minecraft/recipe/TransmuteRecipe$Serializer;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_54325
Lnet/minecraft/class_10223$class_10224;field_54325:Lnet/minecraft/class_9139;
official w
Lddf$a;w:Lzt;
-
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
codec
- Specified by:
codec
in interfaceRecipeSerializer<TransmuteRecipe>
- 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
Ldcn;a()Lcom/mojang/serialization/MapCodec;
-
packetCodec
Deprecated.Recipe
is no longer synced to the clients, making this obsolete.Returns the packet codec for serializing recipes over the network.- Specified by:
packetCodec
in interfaceRecipeSerializer<TransmuteRecipe>
- 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
Ldcn;b()Lzt;
-
Recipe
is no longer synced to the clients, making this obsolete.