Remove ServerBuilder

This commit is contained in:
ajgeiss0702
2021-08-01 11:57:22 -07:00
parent 19a17b8ddf
commit 1874ad78e8
11 changed files with 30 additions and 122 deletions
@@ -45,4 +45,6 @@ public interface PlatformMethods {
boolean hasPlugin(String pluginName);
AdaptedServer getServer(String name);
List<AdaptedServer> getServers();
}
@@ -1,11 +0,0 @@
package us.ajg0702.queue.api.server;
import us.ajg0702.queue.api.queues.QueueServer;
import java.util.List;
public interface ServerBuilder {
List<AdaptedServer> getServers();
AdaptedServer getServer(String name);
}