@Override public void sendPacket(DefinedPacket packet) { ch.write(packet); }
public void sendPacket(PacketWrapper packet) { ch.write(packet); }