Package org.geysermc.geyser.api.command
Interface CommandExecutor<T extends CommandSource>
- Type Parameters:
T- the command source
public interface CommandExecutor<T extends CommandSource>
Handles executing a command.
-
Method Summary
-
Method Details
-
execute
Executes the givenCommandwith the givenCommandSource.- Parameters:
source- the command sourcecommand- the commandargs- the arguments
-