Package org.cyclops.cyclopscore.metadata
Class RegistryExportableCraftingRecipe
java.lang.Object
org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract<net.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.CraftingRecipe>,net.minecraft.world.item.crafting.CraftingRecipe,net.minecraft.world.inventory.CraftingContainer>
org.cyclops.cyclopscore.metadata.RegistryExportableCraftingRecipe
- All Implemented Interfaces:
IRegistryExportable
public class RegistryExportableCraftingRecipe
extends RegistryExportableRecipeAbstract<net.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.CraftingRecipe>,net.minecraft.world.item.crafting.CraftingRecipe,net.minecraft.world.inventory.CraftingContainer>
Crafting recipe exporter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
serializeRecipe
(net.minecraft.world.item.crafting.CraftingRecipe recipe) Methods inherited from class org.cyclops.cyclopscore.metadata.RegistryExportableRecipeAbstract
export, getName, getRecipeType
-
Constructor Details
-
RegistryExportableCraftingRecipe
protected RegistryExportableCraftingRecipe()
-
-
Method Details
-
serializeRecipe
public com.google.gson.JsonObject serializeRecipe(net.minecraft.world.item.crafting.CraftingRecipe recipe) - Specified by:
serializeRecipe
in classRegistryExportableRecipeAbstract<net.minecraft.world.item.crafting.RecipeType<net.minecraft.world.item.crafting.CraftingRecipe>,
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.inventory.CraftingContainer>
-