public interface PacketExecutor<T extends Client<Connection<T>>>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ReadablePacket<T> packet)
Executes the packet.
|
void execute(ReadablePacket<T> packet)
packet - the packet to be executed.