Class VelocityHubCommand
java.lang.Object
eu.cloudnetservice.modules.bridge.impl.platform.velocity.commands.VelocityHubCommand
- All Implemented Interfaces:
com.velocitypowered.api.command.Command, com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>, com.velocitypowered.api.command.SimpleCommand
public final class VelocityHubCommand
extends Object
implements com.velocitypowered.api.command.SimpleCommand
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.velocitypowered.api.command.SimpleCommand
com.velocitypowered.api.command.SimpleCommand.Invocation -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PlatformBridgeManagement<com.velocitypowered.api.proxy.Player, ?> private final com.velocitypowered.api.proxy.ProxyServer -
Constructor Summary
ConstructorsConstructorDescriptionVelocityHubCommand(@NonNull com.velocitypowered.api.proxy.ProxyServer server, @NonNull PlatformBridgeManagement<com.velocitypowered.api.proxy.Player, ?> management) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.velocitypowered.api.command.InvocableCommand
hasPermission, suggestAsync
-
Field Details
-
proxyServer
private final com.velocitypowered.api.proxy.ProxyServer proxyServer -
management
-
-
Constructor Details
-
VelocityHubCommand
public VelocityHubCommand(@NonNull @NonNull com.velocitypowered.api.proxy.ProxyServer server, @NonNull @NonNull PlatformBridgeManagement<com.velocitypowered.api.proxy.Player, ?> management)
-
-
Method Details
-
execute
-
suggest
-