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