类 ServerEvents.Player

java.lang.Object
icu.suc.serverevents.ServerEvents.Player
封闭类:
ServerEvents

public static final class ServerEvents.Player extends Object
  • 字段详细资料

    • COPY_FROM

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.entity.event.v1.ServerPlayerEvents.CopyFrom> COPY_FROM
      另请参阅:
      • 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
      另请参阅:
      • 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.
      从以下版本开始:
      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.
      从以下版本开始:
      1.0.5
    • ALLOW_DROP_SELECTED_ITEM

      public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.AllowDropSelectedItem> ALLOW_DROP_SELECTED_ITEM
      An event that allows the player drop the selected item.