Class HelpopMessageSendEvent

java.lang.Object
org.bukkit.event.Event
net.essentialsx.api.v2.events.HelpopMessageSendEvent

public class HelpopMessageSendEvent extends Event
Called just before a message is sent to the helpop channel.
  • Constructor Details

  • Method Details

    • getSender

      public IMessageRecipient getSender()
      Gets the sender of the helpop message.
      Returns:
      the sender.
    • getRecipients

      public List<IUser> getRecipients()
      Gets the recipients of the helpop message.
      Returns:
      the recipients.
    • getMessage

      public String getMessage()
      Gets the helpop message to be sent.
      Returns:
      the message.
    • getHandlers

      public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList

      public static HandlerList getHandlerList()