Minestom/src/main/java/net/minestom/server/command/builder
2021-03-11 03:24:38 +01:00
..
arguments Added deprecation tag 2021-03-11 03:19:07 +01:00
condition CommandCondition command string can be null if a new command packet is built 2020-11-04 05:19:30 +01:00
exception WIP entity selector argument 2021-01-09 00:59:03 +01:00
parser Cleanup 2021-03-11 02:42:15 +01:00
suggestion Retrieve context from suggestion 2021-03-10 19:47:08 +01: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 Replace Arguments by CommandContext 2021-03-10 06:38:51 +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 Support CommandContext for normal syntaxes 2021-03-10 20:19:29 +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 ArgumentLoop cleanup 2021-02-13 08:43:38 +01:00
ParsedCommand.java Replace Arguments by CommandContext 2021-03-10 06:38:51 +01:00
SimpleCommand.java Cleanup 2021-03-11 03:24:38 +01:00