Minestom/src/main/java/net/minestom/server/command/builder
2021-03-26 21:13:45 +01:00
..
arguments Use Adventure in ArgumentComponent and add demo echo command 2021-03-26 17:34:38 +00:00
condition Added common conditions 2021-03-26 21:13:45 +01:00
exception WIP entity selector argument 2021-01-09 00:59:03 +01:00
parser CommandParser#findCommand style cleanup 2021-03-21 09:25:22 +01:00
suggestion Rebase to master and fix complication issues 2021-03-26 17:34:38 +00:00
ArgumentCallback.java Rework of ArgumentCallback to be more robust, allowing to simplify all argument types in order to be used out of the command framework for general parsing. 2021-01-08 03:07:37 +01:00
Arguments.java Added raw arg in CommandContext + cleanup 2021-03-10 20:03:36 +01:00
Command.java Added support for empty syntax 2021-03-12 22:10:03 +01:00
CommandContext.java Deprecate CommandProcessor further, added SimpleCommand as a replacement 2021-03-11 03:02:13 +01:00
CommandData.java Added CommandData#has and allow #set chaining 2021-02-12 08:34:05 +01:00
CommandDispatcher.java Remove the need for the command string in ParsedCommand 2021-03-17 05:06:09 +01:00
CommandExecutor.java Replace Arguments by CommandContext 2021-03-10 06:38:51 +01:00
CommandResult.java Cleanup (moved some packet methods to DeclareCommandsPacket) and added CommandResult#getInput 2021-02-11 03:00:13 +01:00
CommandSyntax.java Retrieve context from suggestion 2021-03-10 19:47:08 +01:00
NodeMaker.java Initial command redirection improvement 2021-03-15 09:01:29 +01:00
ParsedCommand.java Remove the need for the command string in ParsedCommand 2021-03-17 05:06:09 +01:00
SimpleCommand.java Update demo command with the new SimpleCommand, update comment to reflect permission access change 2021-03-11 03:31:25 +01:00