Uses of Enum Class
eu.cloudnetservice.modules.bridge.player.executor.ServerSelectorType
Packages that use ServerSelectorType
Package
Description
-
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.node.player
Methods in eu.cloudnetservice.modules.bridge.node.player with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidNodePlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidNodePlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidNodePlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.platform.bukkit
Methods in eu.cloudnetservice.modules.bridge.platform.bukkit with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidBukkitDirectPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidBukkitDirectPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidBukkitDirectPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.platform.bungeecord
Methods in eu.cloudnetservice.modules.bridge.platform.bungeecord with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidBungeeCordDirectPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidBungeeCordDirectPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidBungeeCordDirectPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.platform.fabric
Methods in eu.cloudnetservice.modules.bridge.platform.fabric with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidFabricDirectPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidFabricDirectPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidFabricDirectPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.platform.limboloohp
Methods in eu.cloudnetservice.modules.bridge.platform.limboloohp with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidLimboLoohpDirectPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidLimboLoohpDirectPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidLimboLoohpDirectPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.platform.minestom
Methods in eu.cloudnetservice.modules.bridge.platform.minestom with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidMinestomDirectPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidMinestomDirectPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidMinestomDirectPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.platform.nukkit
Methods in eu.cloudnetservice.modules.bridge.platform.nukkit with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidNukkitDirectPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidNukkitDirectPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidNukkitDirectPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.platform.sponge
Methods in eu.cloudnetservice.modules.bridge.platform.sponge with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidSpongeDirectPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidSpongeDirectPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidSpongeDirectPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.platform.velocity
Methods in eu.cloudnetservice.modules.bridge.platform.velocity with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidVelocityDirectPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidVelocityDirectPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidVelocityDirectPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
Uses of ServerSelectorType in eu.cloudnetservice.modules.bridge.platform.waterdog
Methods in eu.cloudnetservice.modules.bridge.platform.waterdog with parameters of type ServerSelectorTypeModifier and TypeMethodDescriptionvoidWaterDogPEDirectPlayerExecutor.connectSelecting(@NonNull ServerSelectorType selectorType) voidWaterDogPEDirectPlayerExecutor.connectToGroup(@NonNull String group, @NonNull ServerSelectorType selectorType) voidWaterDogPEDirectPlayerExecutor.connectToTask(@NonNull String task, @NonNull ServerSelectorType selectorType) -
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.