Package net.frozenblock.lib.event.api
Class PlayerJoinEvents
java.lang.Object
net.frozenblock.lib.event.api.PlayerJoinEvents
A class representing the player join event.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA functional interface representing a player added to level event.static interfaceA functional interface representing a player join event. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<PlayerJoinEvents.PlayerJoin>The event that is triggered when a player joins the server.static final net.fabricmc.fabric.api.event.Event<PlayerJoinEvents.PlayerAddedToLevel>The event that is triggered when a player joins a world. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ON_JOIN_SERVER
The event that is triggered when a player joins the server. -
ON_PLAYER_ADDED_TO_LEVEL
public static final net.fabricmc.fabric.api.event.Event<PlayerJoinEvents.PlayerAddedToLevel> ON_PLAYER_ADDED_TO_LEVELThe event that is triggered when a player joins a world.
-
-
Constructor Details
-
PlayerJoinEvents
public PlayerJoinEvents()
-