@ParametersAreNonnullByDefault public interface RakNetSessionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDisconnect(DisconnectReason reason) |
void |
onSessionChangeState(RakNetState state) |
void |
onUserPacket(io.netty.buffer.ByteBuf buffer) |
void onSessionChangeState(RakNetState state)
void onDisconnect(DisconnectReason reason)
void onUserPacket(io.netty.buffer.ByteBuf buffer)
Copyright © 2018–2019. All rights reserved.