Package net.minecraft.recipe
Class SpecialCraftingRecipe.SpecialRecipeSerializer<T extends CraftingRecipe>
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe.SpecialRecipeSerializer<T>
- All Implemented Interfaces:
 RecipeSerializer<T>
- Enclosing class:
 SpecialCraftingRecipe
public static class SpecialCraftingRecipe.SpecialRecipeSerializer<T extends CraftingRecipe>
extends Object
implements RecipeSerializer<T>
A serializer for hardcoded recipes. The recipes with this serializer don't
 transport any extra data besides their ID when read from JSON or synchronized
 over network.
 
The name "special" comes from the fact that in vanilla, recipes using this
 serializer have IDs starting with crafting_special_. All of their logic and ingredients
 are also defined in code, which distinguishes them from "non-special" recipes.
- Mappings:
 Namespace Name named net/minecraft/recipe/SpecialCraftingRecipe$SpecialRecipeSerializerintermediary net/minecraft/class_1852$class_1866official dhc$a
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.MapCodec<T> private final PacketCodec<RegistryByteBuf, T> 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
ConstructorsConstructorDescription - 
Method Summary
 
- 
Field Details
- 
codec
- Mappings:
 Namespace Name Mixin selector named codecLnet/minecraft/recipe/SpecialCraftingRecipe$SpecialRecipeSerializer;codec:Lcom/mojang/serialization/MapCodec;intermediary field_46106Lnet/minecraft/class_1852$class_1866;field_46106:Lcom/mojang/serialization/MapCodec;official wLdhc$a;w:Lcom/mojang/serialization/MapCodec;
 - 
packetCodec
- Mappings:
 Namespace Name Mixin selector named packetCodecLnet/minecraft/recipe/SpecialCraftingRecipe$SpecialRecipeSerializer;packetCodec:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48362Lnet/minecraft/class_1852$class_1866;field_48362:Lnet/minecraft/class_9139;official xLdhc$a;x:Lzm;
 
 - 
 - 
Constructor Details
- 
SpecialRecipeSerializer
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/SpecialCraftingRecipe$SpecialRecipeSerializer;<init>(Lnet/minecraft/recipe/SpecialCraftingRecipe$SpecialRecipeSerializer$Factory;)Vintermediary <init>Lnet/minecraft/class_1852$class_1866;<init>(Lnet/minecraft/class_1852$class_1866$class_7711;)Vofficial <init>Ldhc$a;<init>(Ldhc$a$a;)V
 
 - 
 - 
Method Details
- 
codec
- Specified by:
 codecin interfaceRecipeSerializer<T extends CraftingRecipe>- 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 aLdhw;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<T extends CraftingRecipe>- 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 bLdhw;b()Lzm;
 
 - 
 
Recipeis no longer synced to the clients, making this obsolete.