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
Nested ClassesModifier and TypeClassDescription(package private) static interfaceNested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final CookingRecipeSerializer.IFactory<T>Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegateFields 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
ConstructorsConstructorDescriptionCookingRecipeSerializer(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_) voidtoNetwork(PacketBuffer p_199427_1_, T p_199427_2_) Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
fromJsonin interfaceIRecipeSerializer<T extends AbstractCookingRecipe>
-
fromNetwork
- Specified by:
fromNetworkin interfaceIRecipeSerializer<T extends AbstractCookingRecipe>
-
toNetwork
- Specified by:
toNetworkin interfaceIRecipeSerializer<T extends AbstractCookingRecipe>
-