Class PylonCraftEvent
-
public final class PylonCraftEvent<T extends PylonRecipe> extends Event
Called when a crafting recipe is started.
-
-
Constructor Summary
Constructors Constructor Description PylonCraftEvent(RecipeType<T> type, T recipe, PylonBlock block)PylonCraftEvent(RecipeType<T> type, T recipe)
-
Method Summary
Modifier and Type Method Description final RecipeType<T>getType()final TgetRecipe()final PylonBlockgetBlock()HandlerListgetHandlers()final static HandlerListgetHandlerList()-
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous -
Methods inherited from class io.github.pylonmc.pylon.core.event.PylonCraftEvent
getHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PylonCraftEvent
PylonCraftEvent(RecipeType<T> type, T recipe, PylonBlock block)
-
PylonCraftEvent
PylonCraftEvent(RecipeType<T> type, T recipe)
-
-
Method Detail
-
getType
final RecipeType<T> getType()
-
getBlock
final PylonBlock getBlock()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-