public static class PacketCustom.ServerInboundHandler
extends java.lang.Object
| Constructor and Description |
|---|
ServerInboundHandler(PacketCustom.ICustomPacketHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(INetHandler netHandler,
java.lang.String channel,
PacketCustom packet) |
public ServerInboundHandler(PacketCustom.ICustomPacketHandler handler)
public void handle(INetHandler netHandler,
java.lang.String channel,
PacketCustom packet)
throws java.lang.Exception
java.lang.Exception