public interface INetHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionStateTransition(EnumConnectionState p_147232_1_,
EnumConnectionState p_147232_2_)
Allows validation of the connection state transition.
|
void |
onDisconnect(IChatComponent p_147231_1_)
Invoked when disconnecting, the parameter is a ChatComponent describing the reason for termination
|
void |
onNetworkTick()
For scheduled network tasks.
|
void onDisconnect(IChatComponent p_147231_1_)
void onConnectionStateTransition(EnumConnectionState p_147232_1_, EnumConnectionState p_147232_2_)
void onNetworkTick()