Class ServerEvents.Player

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

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

    • COPY_FROM

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.entity.event.v1.ServerPlayerEvents.CopyFrom> COPY_FROM
      See Also:
      • ServerPlayerEvents.COPY_FROM
    • AFTER_RESPAWN

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.entity.event.v1.ServerPlayerEvents.AfterRespawn> AFTER_RESPAWN
      See Also:
      • ServerPlayerEvents.AFTER_RESPAWN
    • MODIFY_JOIN_MESSAGE

      @Deprecated public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.ModifyJoinMessage> MODIFY_JOIN_MESSAGE
      An event that can be used to provide the player's join message.
      Since:
      1.0.5
    • MODIFY_LEAVE_MESSAGE

      @Deprecated public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.ModifyLeaveMessage> MODIFY_LEAVE_MESSAGE
      An event that can be used to provide the player's leave message.
      Since:
      1.0.5
  • Constructor Details

    • Player

      public Player()