Class CommandExecutedEvent

    • Constructor Detail

      • CommandExecutedEvent

        public CommandExecutedEvent​(Command.Executor executor,
                                    @NotNull
                                    String[] args,
                                    IOHandler ioHandler,
                                    CommandSender sender,
                                    CommandResult result)
        Constructs a CommandExecutedEvent
        Parameters:
        executor - the Executor
        args - the args of the executor
        ioHandler - the input and output handler
        sender - the executor
        result - the result