public interface PlayerJoinServerCallback
Modifier and Type | Field and Description |
---|---|
static net.fabricmc.fabric.api.event.Event<PlayerJoinServerCallback> |
EVENT |
Modifier and Type | Method and Description |
---|---|
void |
onPlayerJoin(net.minecraft.server.network.ServerPlayerEntity player) |
static final net.fabricmc.fabric.api.event.Event<PlayerJoinServerCallback> EVENT