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));
}
Aggregations