Class UnregisterCustomRecipeEvent
-
- All Implemented Interfaces:
public final class UnregisterCustomRecipeEvent extends Event
Called when a recipe unregistered.
-
-
Field Summary
Fields Modifier and Type Field Description public final static HandlerListHANDLER_LISTprivate final List<CRecipe>recipesprivate final BooleanisAsynchronousprivate final HandlerListhandlersprivate final StringeventName
-
Constructor Summary
Constructors Constructor Description UnregisterCustomRecipeEvent(List<CRecipe> recipes, Boolean isAsync)
-
Method Summary
Modifier and Type Method Description final List<CRecipe>getRecipes()HandlerListgetHandlers()final static HandlerListgetHandlerList()-
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous -
Methods inherited from class io.github.sakaki_aruka.customcrafter.event.UnregisterCustomRecipeEvent
getHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRecipes
final List<CRecipe> getRecipes()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-