类 ServerEvents.Player
java.lang.Object
icu.suc.serverevents.ServerEvents.Player
- 封闭类:
ServerEvents
-
嵌套类概要
嵌套类修饰符和类型类说明static interfacestatic final classstatic final classstatic final classstatic final classstatic interface已过时。static interface已过时。Moved toServerEvents.Player.Leave.ModifyMessage. -
字段概要
字段修饰符和类型字段说明static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.entity.event.v1.ServerPlayerEvents.AfterRespawn> static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.AllowDropSelectedItem> An event that allows the player drop the selected item.static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.entity.event.v1.ServerPlayerEvents.CopyFrom> static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.ModifyJoinMessage> 已过时。Moved toServerEvents.Player.Join.MODIFY_MESSAGE.static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.ModifyLeaveMessage> 已过时。Moved toServerEvents.Player.Leave.MODIFY_MESSAGE. -
方法概要
-
字段详细资料
-
COPY_FROM
@FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.entity.event.v1.ServerPlayerEvents.CopyFrom> 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- 另请参阅:
-
MODIFY_JOIN_MESSAGE
@Deprecated public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.ModifyJoinMessage> MODIFY_JOIN_MESSAGE已过时。Moved toServerEvents.Player.Join.MODIFY_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已过时。Moved toServerEvents.Player.Leave.MODIFY_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_ITEMAn event that allows the player drop the selected item.
-
ServerEvents.Player.Join.ModifyMessage.