Interface ClientPlayerEvent.ClientPlayerQuit
- Enclosing interface:
 - ClientPlayerEvent
 
@Environment(CLIENT)
public static interface ClientPlayerEvent.ClientPlayerQuit
- 
Method Summary
Modifier and TypeMethodDescriptionvoidquit(@Nullable net.minecraft.client.player.LocalPlayer player) Invoked whenever a client player leaves a level and is cleared on the client side. 
- 
Method Details
- 
quit
void quit(@Nullable @Nullable net.minecraft.client.player.LocalPlayer player) Invoked whenever a client player leaves a level and is cleared on the client side.- Parameters:
 player- The player leaving.
 
 -