Class QueueItemFinishedEvent
java.lang.Object
org.bukkit.event.Event
studio.magemonkey.fusion.api.events.FusionEvent
studio.magemonkey.fusion.api.events.QueueItemFinishedEvent
- All Implemented Interfaces:
org.bukkit.event.Cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
ConstructorsConstructorDescriptionQueueItemFinishedEvent(String professionName, org.bukkit.entity.Player player, CraftingQueue queue, QueueItem queueItem, List<RecipeItem> resultItems) Constructor for the QueueItemFinishedEvent -
Method Summary
Methods inherited from class studio.magemonkey.fusion.api.events.FusionEvent
getHandlers, isCancelled, setCancelledMethods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
QueueItemFinishedEvent
public QueueItemFinishedEvent(String professionName, org.bukkit.entity.Player player, CraftingQueue queue, QueueItem queueItem, List<RecipeItem> resultItems) Constructor for the QueueItemFinishedEvent- Parameters:
professionName- The name of the professionplayer- The player that finished the itemqueue- The crafting queuequeueItem- The queue itemresultItems- The result items
-