Search in sources :

Example 1 with PacketOutCloudNetwork

use of de.dytanic.cloudnetcore.network.packet.out.PacketOutCloudNetwork in project CloudNet by Dytanic.

the class CloudNet method updateNetwork.

public void updateNetwork() {
    CloudNetwork cloudNetwork = networkManager.newCloudNetwork();
    networkManager.sendAll(new PacketOutCloudNetwork(cloudNetwork));
}
Also used : PacketOutCloudNetwork(de.dytanic.cloudnetcore.network.packet.out.PacketOutCloudNetwork) PacketOutCloudNetwork(de.dytanic.cloudnetcore.network.packet.out.PacketOutCloudNetwork) CloudNetwork(de.dytanic.cloudnet.lib.CloudNetwork)

Aggregations

CloudNetwork (de.dytanic.cloudnet.lib.CloudNetwork)1 PacketOutCloudNetwork (de.dytanic.cloudnetcore.network.packet.out.PacketOutCloudNetwork)1