Class LimboLoohpDirectPlayerExecutor
java.lang.Object
eu.cloudnetservice.modules.bridge.impl.platform.PlatformPlayerExecutorAdapter<com.loohp.limbo.player.Player>
eu.cloudnetservice.modules.bridge.impl.platform.limboloohp.LimboLoohpDirectPlayerExecutor
- All Implemented Interfaces:
eu.cloudnetservice.modules.bridge.player.executor.PlayerExecutor
final class LimboLoohpDirectPlayerExecutor
extends PlatformPlayerExecutorAdapter<com.loohp.limbo.player.Player>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate final com.loohp.limbo.plugins.LimboPluginFields inherited from class PlatformPlayerExecutorAdapter
playerSupplier, uniqueIdFields inherited from interface eu.cloudnetservice.modules.bridge.player.executor.PlayerExecutor
GLOBAL_UNIQUE_ID -
Constructor Summary
ConstructorsConstructorDescriptionLimboLoohpDirectPlayerExecutor(@NonNull com.loohp.limbo.plugins.LimboPlugin plugin, @NonNull UUID target, @NonNull Supplier<Collection<? extends com.loohp.limbo.player.Player>> playerSupplier) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidconnectSelecting(@NonNull eu.cloudnetservice.modules.bridge.player.executor.ServerSelectorType selectorType) voidvoidconnectToGroup(@NonNull String group, @NonNull eu.cloudnetservice.modules.bridge.player.executor.ServerSelectorType selectorType) voidconnectToTask(@NonNull String task, @NonNull eu.cloudnetservice.modules.bridge.player.executor.ServerSelectorType selectorType) voidvoidsendChatMessage(@NonNull Component message, @Nullable String permission) voidsendPluginMessage(@NonNull String key, byte[] data) protected voidvoidspoofCommandExecution(@NonNull String command, boolean redirectToServer) Methods inherited from class PlatformPlayerExecutorAdapter
forEach, sendTitle, uniqueIdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.cloudnetservice.modules.bridge.player.executor.PlayerExecutor
sendChatMessage, spoofCommandExecution
-
Field Details
-
plugin
private final com.loohp.limbo.plugins.LimboPlugin plugin -
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
LimboLoohpDirectPlayerExecutor
-
-
Method Details
-
connect
-
connectSelecting
-
connectToFallback
public void connectToFallback() -
connectToGroup
-
connectToTask
-
kick
-
sendTitle
-
sendChatMessage
-
sendPluginMessage
-
spoofCommandExecution
-