Package net.essentialsx.api.v2.events
Class HelpopMessageSendEvent
java.lang.Object
org.bukkit.event.Event
net.essentialsx.api.v2.events.HelpopMessageSendEvent
Called just before a message is sent to the helpop channel.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
ConstructorDescriptionHelpopMessageSendEvent
(IMessageRecipient sender, List<IUser> recipients, String message) -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
Gets the helpop message to be sent.Gets the recipients of the helpop message.Gets the sender of the helpop message.Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
HelpopMessageSendEvent
-
-
Method Details
-
getSender
Gets the sender of the helpop message.- Returns:
- the sender.
-
getRecipients
Gets the recipients of the helpop message.- Returns:
- the recipients.
-
getMessage
Gets the helpop message to be sent.- Returns:
- the message.
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-