Class ServerEvents.Player.Kick

java.lang.Object
icu.suc.serverevents.ServerEvents.Player.Kick
Enclosing class:
ServerEvents.Player

public abstract static class ServerEvents.Player.Kick extends Object
  • Field Details

    • MODIFY_REASON

      public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.Kick.ModifyReason> MODIFY_REASON
      An event that can be used to provide the player's kick reason.
    • ALLOW

      public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.Kick.Allow> ALLOW
      An event that allows the player should be kicked.
  • Constructor Details

    • Kick

      public Kick()