Interface PlayerJoinEvent
public interface PlayerJoinEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<PlayerJoinEvent> -
Method Summary
Modifier and TypeMethodDescriptionvoidplayerJoin(net.minecraft.world.entity.player.Player player)
-
Field Details
-
EVENT
-
-
Method Details
-
playerJoin
void playerJoin(net.minecraft.world.entity.player.Player player)
-