Class BungeeCancellableEvent

java.lang.Object
net.md_5.bungee.api.plugin.Event
com.nickuc.login.api.event.internal.bungee.BungeeEvent
com.nickuc.login.api.event.internal.bungee.BungeeCancellableEvent
All Implemented Interfaces:
CancellableEvent, net.md_5.bungee.api.plugin.Cancellable
Direct Known Subclasses:
BungeeLockableEvent, ChangePasswordEvent, LoginEvent, PreCommandExecuteEvent, RegisterEvent, ServerPreConnectEvent, UnregisterEvent, WrongPasswordEvent

public class BungeeCancellableEvent extends BungeeEvent implements net.md_5.bungee.api.plugin.Cancellable, CancellableEvent
  • Constructor Details

    • BungeeCancellableEvent

      public BungeeCancellableEvent()
  • Method Details

    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface net.md_5.bungee.api.plugin.Cancellable
      Specified by:
      isCancelled in interface CancellableEvent
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface net.md_5.bungee.api.plugin.Cancellable
      Specified by:
      setCancelled in interface CancellableEvent