Uses of Class
zombie.spnetwork.UdpConnection
Packages that use UdpConnection
-
Uses of UdpConnection in zombie.network.packets
Methods in zombie.network.packets with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic void
INetworkPacket.send
(UdpConnection udpConnection, PacketTypes.PacketType packetType, Object... objects) -
Uses of UdpConnection in zombie.spnetwork
Fields in zombie.spnetwork declared as UdpConnectionModifier and TypeFieldDescriptionstatic final UdpConnection
SinglePlayerClient.connection
ZomboidNetData.connection
Fields in zombie.spnetwork with type parameters of type UdpConnectionModifier and TypeFieldDescriptionfinal ArrayList
<UdpConnection> SinglePlayerServer.UdpEngineServer.connections
Methods in zombie.spnetwork with parameters of type UdpConnectionModifier and TypeMethodDescriptionstatic void
SinglePlayerServer.addIncoming
(short short0, ByteBuffer byteBuffer, UdpConnection udpConnection) void
ZomboidNetData.read
(short short0, ByteBuffer byteBuffer, UdpConnection udpConnection) static void
SinglePlayerServer.sendServerCommand
(String string0, String string1, KahluaTable table, UdpConnection udpConnection)