Uses of Enum Class
eu.cloudnetservice.modules.bridge.player.executor.ServerSelectorType
Packages that use ServerSelectorType
-
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.player.executor
Subclasses with type arguments of type ServerSelectorType in eu.cloudnetservice.modules.bridge.player.executorModifier and TypeClassDescriptionenumThe server selector type provides several constants to compare services based conditions.Methods in eu.cloudnetservice.modules.bridge.player.executor that return ServerSelectorTypeModifier and TypeMethodDescriptionstatic ServerSelectorTypeReturns the enum constant of this class with the specified name.static ServerSelectorType[]ServerSelectorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.cloudnetservice.modules.bridge.player.executor with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) Connects the player associated with this player executor to any service running the cluster.voidPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) Connects the player associated with this player executor to any service having the given group assigned.voidPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) Connects the player associated with this player executor to any service having the given task assigned.