Add option to allow re-queueing for groups
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package us.ajg0702.queue.api.queues;
|
||||
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import us.ajg0702.queue.api.players.AdaptedPlayer;
|
||||
import us.ajg0702.queue.api.server.AdaptedServer;
|
||||
|
||||
public interface Balancer {
|
||||
AdaptedServer getIdealServer(AdaptedPlayer player);
|
||||
AdaptedServer getIdealServer(@Nullable AdaptedPlayer player);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user