Class GeyserVelocityCommandExecutor
java.lang.Object
org.geysermc.geyser.command.GeyserCommandExecutor
org.geysermc.geyser.platform.velocity.command.GeyserVelocityCommandExecutor
- 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 class GeyserVelocityCommandExecutor
extends org.geysermc.geyser.command.GeyserCommandExecutor
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
Fields inherited from class org.geysermc.geyser.command.GeyserCommandExecutor
geyser -
Constructor Summary
ConstructorsConstructorDescriptionGeyserVelocityCommandExecutor(org.geysermc.geyser.GeyserImpl geyser, Map<String,org.geysermc.geyser.api.command.Command> commands) -
Method Summary
Methods inherited from class org.geysermc.geyser.command.GeyserCommandExecutor
getCommand, getGeyserSession, tabCompleteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.velocitypowered.api.command.InvocableCommand
hasPermission, suggestAsync
-
Constructor Details
-
GeyserVelocityCommandExecutor
-
-
Method Details
-
execute
public void execute(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)- Specified by:
executein interfacecom.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
-
suggest
- Specified by:
suggestin interfacecom.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
-