Class ServerEvents.Player
java.lang.Object
icu.suc.mc.serverevents.ServerEvents.Player
- Enclosing class:
ServerEvents
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic final classstatic final classstatic final classstatic interfaceDeprecated.static interfaceDeprecated.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<ServerEvents.Player.AllowDropSelectedItem> An event that allows the player to 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> 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. -
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
-
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 to drop the selected item.
-
ServerEvents.Player.Join.ModifyMessage.