Minestom/src/main/java/net/minestom/server/command/builder
2021-04-07 18:35:19 +02:00
..
arguments Code cleanup 2021-04-07 18:35:19 +02:00
condition Rename CommandCondition 'source' to 'sender' 2021-04-07 15:48:05 +02:00
exception WIP entity selector argument 2021-01-09 00:59:03 +01:00
parser Added more built in option in ArgumentParser#generate 2021-03-29 14:13:13 +02: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 Use a Supplier in Argument#setDefaultValue, fix all-optional syntaxes missing arguments 2021-03-30 20:29:50 +02:00
Command.java Use a Supplier in Argument#setDefaultValue, fix all-optional syntaxes missing arguments 2021-03-30 20:29:50 +02: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 Use a Supplier in Argument#setDefaultValue, fix all-optional syntaxes missing arguments 2021-03-30 20:29:50 +02: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 Use a Supplier in Argument#setDefaultValue, fix all-optional syntaxes missing arguments 2021-03-30 20:29:50 +02: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