Class CommandExecutedEvent

    • Constructor Detail

      • CommandExecutedEvent

        public CommandExecutedEvent​(@NotNull
                                    String[] args,
                                    IOHandler ioHandler,
                                    CommandSender sender,
                                    top.focess.command.CommandResult result)
        Constructs a CommandExecutedEvent
        Parameters:
        args - the args of the executor
        ioHandler - the input and output handler
        sender - the executor
        result - the result
    • Method Detail

      • getResult

        public top.focess.command.CommandResult getResult()
      • getArgs

        @NotNull
        public String[] getArgs()
      • getIoHandler

        public IOHandler getIoHandler()