Package net.minecraft.item.crafting
Class CookingRecipeSerializer<T extends AbstractCookingRecipe>
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<IRecipeSerializer<?>>
net.minecraft.item.crafting.CookingRecipeSerializer<T>
- All Implemented Interfaces:
IRecipeSerializer<T>
,IForgeRegistryEntry<IRecipeSerializer<?>>
public class CookingRecipeSerializer<T extends AbstractCookingRecipe>
extends ForgeRegistryEntry<IRecipeSerializer<?>>
implements IRecipeSerializer<T>
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static interface
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final int
private final CookingRecipeSerializer.IFactory<T>
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
Fields inherited from interface net.minecraft.item.crafting.IRecipeSerializer
ARMOR_DYE, BANNER_DUPLICATE, BLASTING_RECIPE, BOOK_CLONING, CAMPFIRE_COOKING_RECIPE, FIREWORK_ROCKET, FIREWORK_STAR, FIREWORK_STAR_FADE, MAP_CLONING, MAP_EXTENDING, REPAIR_ITEM, SHAPED_RECIPE, SHAPELESS_RECIPE, SHIELD_DECORATION, SHULKER_BOX_COLORING, SMELTING_RECIPE, SMITHING, SMOKING_RECIPE, STONECUTTER, SUSPICIOUS_STEW, TIPPED_ARROW
-
Constructor Summary
ConstructorDescriptionCookingRecipeSerializer
(CookingRecipeSerializer.IFactory<T> p_i50025_1_, int p_i50025_2_) -
Method Summary
Modifier and TypeMethodDescriptionfromJson
(ResourceLocation p_199425_1_, com.google.gson.JsonObject p_199425_2_) fromNetwork
(ResourceLocation p_199426_1_, PacketBuffer p_199426_2_) void
toNetwork
(PacketBuffer p_199427_1_, T p_199427_2_) Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.registries.IForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName
-
Field Details
-
defaultCookingTime
private final int defaultCookingTime -
factory
-
-
Constructor Details
-
CookingRecipeSerializer
-
-
Method Details
-
fromJson
- Specified by:
fromJson
in interfaceIRecipeSerializer<T extends AbstractCookingRecipe>
-
fromNetwork
- Specified by:
fromNetwork
in interfaceIRecipeSerializer<T extends AbstractCookingRecipe>
-
toNetwork
- Specified by:
toNetwork
in interfaceIRecipeSerializer<T extends AbstractCookingRecipe>
-