Package dev.unnm3d.redischat.api.events
Class MailEditorEvent
java.lang.Object
org.bukkit.event.Event
dev.unnm3d.redischat.api.events.MailEvent
dev.unnm3d.redischat.api.events.MailEditorEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Constructor Summary
ConstructorDescriptionMailEditorEvent
(Mail mail, MailEditorEvent.MailEditorState state) Event that is called when a mail is being created via the web editor The event is called when the editor is opened and closed -
Method Summary
Methods inherited from class dev.unnm3d.redischat.api.events.MailEvent
getHandlerList, getHandlers
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
MailEditorEvent
Event that is called when a mail is being created via the web editor The event is called when the editor is opened and closed- Parameters:
mail
- The mail that is being createdstate
- The state of the editor
-