Class PlayerChannelEvent

Direct Known Subclasses:
PlayerRegisterChannelEvent, PlayerUnregisterChannelEvent

public abstract class PlayerChannelEvent extends PlayerEvent
This event is called after a player registers or unregisters a new plugin channel.
  • Constructor Details Link icon

    • PlayerChannelEvent Link icon

      public PlayerChannelEvent(@NotNull Player player, @NotNull String channel)
  • Method Details Link icon

    • getChannel Link icon

      @NotNull public final String getChannel()
    • getHandlers Link icon

      @NotNull public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList Link icon

      @NotNull public static HandlerList getHandlerList()