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... object) -
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 id, ByteBuffer bb, UdpConnection connection) void
ZomboidNetData.read
(short id, ByteBuffer bb, UdpConnection _connection) static void
SinglePlayerServer.sendServerCommand
(String string0, String string1, se.krka.kahlua.vm.KahluaTable kahluaTable, UdpConnection udpConnection)