Class RecipeCustomItem
java.lang.Object
studio.magemonkey.fusion.data.recipes.RecipeCustomItem
- All Implemented Interfaces:
RecipeItem
-
Field Summary
Fields inherited from interface studio.magemonkey.fusion.data.recipes.RecipeItem
CUSTOM_PREFIX, divinityPattern -
Constructor Summary
ConstructorsConstructorDescriptionRecipeCustomItem(@NotNull studio.magemonkey.codex.api.items.ItemType item, int amount, boolean simple) RecipeCustomItem(@NotNull studio.magemonkey.codex.legacy.item.ItemBuilder item, int amount, boolean simple) RecipeCustomItem(@NotNull DivinityRecipeMeta meta) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.fusion.data.recipes.RecipeItem
getAmount
-
Constructor Details
-
RecipeCustomItem
public RecipeCustomItem(@NotNull @NotNull studio.magemonkey.codex.api.items.ItemType item, int amount, boolean simple) -
RecipeCustomItem
public RecipeCustomItem(@NotNull @NotNull studio.magemonkey.codex.legacy.item.ItemBuilder item, int amount, boolean simple) -
RecipeCustomItem
-
-
Method Details
-
getItemStack
public org.bukkit.inventory.ItemStack getItemStack()- Specified by:
getItemStackin interfaceRecipeItem
-
toConfig
- Specified by:
toConfigin interfaceRecipeItem
-