Package org.cyclops.cyclopscore.metadata
Class RegistryExportableAbstractCookingRecipe<T extends net.minecraft.world.item.crafting.RecipeType<? extends net.minecraft.world.item.crafting.AbstractCookingRecipe>>
java.lang.Object
org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract<T,net.minecraft.world.item.crafting.AbstractCookingRecipe,net.minecraft.world.Container>
org.cyclops.cyclopscore.metadata.RegistryExportableAbstractCookingRecipe<T>
- All Implemented Interfaces:
IRegistryExportable
public class RegistryExportableAbstractCookingRecipe<T extends net.minecraft.world.item.crafting.RecipeType<? extends net.minecraft.world.item.crafting.AbstractCookingRecipe>>
extends RegistryExportableRecipeAbstract<T,net.minecraft.world.item.crafting.AbstractCookingRecipe,net.minecraft.world.Container>
Furnace recipe exporter.
-
Constructor Summary
ModifierConstructorDescriptionprotected
RegistryExportableAbstractCookingRecipe
(Supplier<T> recipeType) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
serializeRecipe
(net.minecraft.world.item.crafting.AbstractCookingRecipe recipe) Methods inherited from class org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract
export, getName, getRecipeType
-
Constructor Details
-
RegistryExportableAbstractCookingRecipe
-
-
Method Details
-
serializeRecipe
public com.google.gson.JsonObject serializeRecipe(net.minecraft.world.item.crafting.AbstractCookingRecipe recipe) - Specified by:
serializeRecipe
in classRegistryExportableRecipeAbstract<T extends net.minecraft.world.item.crafting.RecipeType<? extends net.minecraft.world.item.crafting.AbstractCookingRecipe>,
net.minecraft.world.item.crafting.AbstractCookingRecipe, net.minecraft.world.Container>
-