Package net.minecraft.recipe
Class CookingRecipeSerializer<T extends AbstractCookingRecipe>
java.lang.Object
net.minecraft.recipe.CookingRecipeSerializer<T>
- All Implemented Interfaces:
RecipeSerializer<T>
public class CookingRecipeSerializer<T extends AbstractCookingRecipe>
extends Object
implements RecipeSerializer<T>
- Mappings:
Namespace Name official cpxintermediary net/minecraft/class_3957named net/minecraft/recipe/CookingRecipeSerializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<T>private final AbstractCookingRecipe.RecipeFactory<T>Fields inherited from interface net.minecraft.recipe.RecipeSerializer
ARMOR_DYE, BANNER_DUPLICATE, BLASTING, BOOK_CLONING, CAMPFIRE_COOKING, CRAFTING_DECORATED_POT, FIREWORK_ROCKET, FIREWORK_STAR, FIREWORK_STAR_FADE, MAP_CLONING, MAP_EXTENDING, REPAIR_ITEM, SHAPED, SHAPELESS, SHIELD_DECORATION, SHULKER_BOX, SMELTING, SMITHING_TRANSFORM, SMITHING_TRIM, SMOKING, STONECUTTING, SUSPICIOUS_STEW, TIPPED_ARROW -
Constructor Summary
ConstructorsConstructorDescriptionCookingRecipeSerializer(AbstractCookingRecipe.RecipeFactory<T> recipeFactory, int cookingTime) -
Method Summary
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<T>codec()method_55104(String string, CookingRecipeCategory cookingRecipeCategory, Ingredient ingredient, ItemStack itemStack, float float2, int int2) read(PacketByteBuf packetByteBuf) Reads a recipe from a packet byte buf, usually on the client.voidwrite(PacketByteBuf packetByteBuf, T t) Writes a recipe to a packet byte buf, usually on the server.
-
Field Details
-
recipeFactory
- Mappings:
Namespace Name Mixin selector official xLcpx;x:Lcou$a;intermediary field_17552Lnet/minecraft/class_3957;field_17552:Lnet/minecraft/class_1874$class_3958;named recipeFactoryLnet/minecraft/recipe/CookingRecipeSerializer;recipeFactory:Lnet/minecraft/recipe/AbstractCookingRecipe$RecipeFactory;
-
codec
- Mappings:
Namespace Name Mixin selector official yLcpx;y:Lcom/mojang/serialization/Codec;intermediary field_46105Lnet/minecraft/class_3957;field_46105:Lcom/mojang/serialization/Codec;named codecLnet/minecraft/recipe/CookingRecipeSerializer;codec:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
CookingRecipeSerializer
public CookingRecipeSerializer(AbstractCookingRecipe.RecipeFactory<T> recipeFactory, int cookingTime) - Mappings:
Namespace Name Mixin selector official <init>Lcpx;<init>(Lcou$a;I)Vintermediary <init>Lnet/minecraft/class_3957;<init>(Lnet/minecraft/class_1874$class_3958;I)Vnamed <init>Lnet/minecraft/recipe/CookingRecipeSerializer;<init>(Lnet/minecraft/recipe/AbstractCookingRecipe$RecipeFactory;I)V
-
-
Method Details
-
codec
- Specified by:
codecin interfaceRecipeSerializer<T extends AbstractCookingRecipe>- Mappings:
Namespace Name Mixin selector official aLcpp;a()Lcom/mojang/serialization/Codec;intermediary method_53736Lnet/minecraft/class_1865;method_53736()Lcom/mojang/serialization/Codec;named codecLnet/minecraft/recipe/RecipeSerializer;codec()Lcom/mojang/serialization/Codec;
-
read
Description copied from interface:RecipeSerializerReads a recipe from a packet byte buf, usually on the client.This can throw whatever exception the packet byte buf throws. This may be called in the netty event loop than the client game engine thread.
- Specified by:
readin interfaceRecipeSerializer<T extends AbstractCookingRecipe>- Returns:
- the read recipe
- Mappings:
Namespace Name Mixin selector official bLcpx;b(Lue;)Lcou;intermediary method_17737Lnet/minecraft/class_3957;method_17737(Lnet/minecraft/class_2540;)Lnet/minecraft/class_1874;named readLnet/minecraft/recipe/CookingRecipeSerializer;read(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/recipe/AbstractCookingRecipe;
-
write
Description copied from interface:RecipeSerializerWrites a recipe to a packet byte buf, usually on the server.The recipe's ID is already written into the buf when this is called.
This can throw whatever exception the packet byte buf throws. This may be called in the netty event loop than the server game engine thread.
- Specified by:
writein interfaceRecipeSerializer<T extends AbstractCookingRecipe>- Parameters:
packetByteBuf- the recipe buft- the recipe- Mappings:
Namespace Name Mixin selector official aLcpx;a(Lue;Lcou;)Vintermediary method_17735Lnet/minecraft/class_3957;method_17735(Lnet/minecraft/class_2540;Lnet/minecraft/class_1874;)Vnamed writeLnet/minecraft/recipe/CookingRecipeSerializer;write(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/recipe/AbstractCookingRecipe;)V
-
method_55104
public AbstractCookingRecipe method_55104(String string, CookingRecipeCategory cookingRecipeCategory, Ingredient ingredient, ItemStack itemStack, float float2, int int2) - Mappings:
Namespace Name Mixin selector official aLcpx;a(Ljava/lang/String;Lcpa;Lcpi;Lcmh;FI)Lcou;intermediary method_55104Lnet/minecraft/class_3957;method_55104(Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)Lnet/minecraft/class_1874;named method_55104Lnet/minecraft/recipe/CookingRecipeSerializer;method_55104(Ljava/lang/String;Lnet/minecraft/recipe/book/CookingRecipeCategory;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)Lnet/minecraft/recipe/AbstractCookingRecipe;
-