Class RecipeImportEvent
java.lang.Object
net.okocraft.box.api.event.BoxEvent
net.okocraft.box.feature.craft.event.RecipeImportEvent
An event that called when the
BoxItemRecipe
is imported.-
Constructor Summary
ConstructorsConstructorDescriptionRecipeImportEvent
(@NotNull BoxItemRecipe recipe) The constructor ofRecipeImportEvent
. -
Method Summary
Modifier and TypeMethodDescription@NotNull BoxItemRecipe
Gets the importedBoxItemRecipe
.toString()
Methods inherited from class net.okocraft.box.api.event.BoxEvent
toDebugLog
-
Constructor Details
-
RecipeImportEvent
The constructor ofRecipeImportEvent
.- Parameters:
recipe
- the importedBoxItemRecipe
-
-
Method Details
-
getRecipe
Gets the importedBoxItemRecipe
.- Returns:
- the imported
BoxItemRecipe
-
toString
-