Package zombie.network
Interface PacketTypes.CallbackServerProcess
- Enclosing class:
- PacketTypes
public static interface PacketTypes.CallbackServerProcess
-
Method Summary
Modifier and Type Method Description void
call(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection, short short1)
-
Method Details
-
call
void call(java.nio.ByteBuffer byteBuffer, UdpConnection udpConnection, short short1) throws java.lang.Exception- Throws:
java.lang.Exception
-