mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-02 11:21:20 +01:00
!Fixed javadocs
This commit is contained in:
parent
2eaa8713b5
commit
30906b102a
@ -97,13 +97,14 @@ public class PlayerUseCraftingStationEvent extends PlayerDataEvent {
|
||||
|
||||
/**
|
||||
* Called when a player places an item in the crafting queue when the
|
||||
* recipe is not instantaneous.
|
||||
* recipe is not instantaneous or when the player directly gets the item
|
||||
* via an instant recipe
|
||||
*/
|
||||
INTERACT_WITH_RECIPE,
|
||||
|
||||
/**
|
||||
* Called when a player claims the item either in the crafting queue or
|
||||
* because the recipe is instantaneous
|
||||
* Called when a player claims the item from the crafting queue due to a
|
||||
* non instant crafting recipe
|
||||
*/
|
||||
CRAFTING_QUEUE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user