Package icu.suc.serverevents
Class ServerEvents.Player
java.lang.Object
icu.suc.serverevents.ServerEvents.Player
- Enclosing class:
ServerEvents
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static interface
Deprecated.static interface
Deprecated.Moved toServerEvents.Player.Leave.ModifyMessage
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event
<net.fabricmc.fabric.api.entity.event.v1.ServerPlayerEvents.AfterRespawn> 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> Deprecated.Moved toServerEvents.Player.Join.MODIFY_MESSAGE
.static final net.fabricmc.fabric.api.event.Event
<ServerEvents.Player.ModifyLeaveMessage> Deprecated.Moved toServerEvents.Player.Leave.MODIFY_MESSAGE
. -
Constructor Summary
Constructors -
Method Summary
-
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:
-
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:
-
MODIFY_JOIN_MESSAGE
@Deprecated public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.ModifyJoinMessage> MODIFY_JOIN_MESSAGEDeprecated.Moved toServerEvents.Player.Join.MODIFY_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_MESSAGEDeprecated.Moved toServerEvents.Player.Leave.MODIFY_MESSAGE
.An event that can be used to provide the player's leave message.- Since:
- 1.0.5
-
-
Constructor Details
-
Player
public Player()
-
ServerEvents.Player.Join.ModifyMessage
.