Class ForwardingCommand
java.lang.Object
de.themoep.resourcepacksplugin.velocity.ForwardingCommand
- 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 ForwardingCommand
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(com.velocitypowered.api.command.SimpleCommand.Invocation i) boolean
hasPermission
(com.velocitypowered.api.command.SimpleCommand.Invocation i) suggest
(com.velocitypowered.api.command.SimpleCommand.Invocation i) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.velocitypowered.api.command.InvocableCommand
suggestAsync
-
Constructor Details
-
ForwardingCommand
-
-
Method Details
-
execute
public void execute(com.velocitypowered.api.command.SimpleCommand.Invocation i) - Specified by:
execute
in interfacecom.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
-
hasPermission
public boolean hasPermission(com.velocitypowered.api.command.SimpleCommand.Invocation i) - Specified by:
hasPermission
in interfacecom.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
-
suggest
- Specified by:
suggest
in interfacecom.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
-