Minestom/src/main/java/net/minestom/server/command/builder
Noel Németh 793561e0cb
Simplify command graph generation (#1200)
2022-07-02 05:39:39 +02:00
..
arguments Simplify command graph generation (#1200) 2022-07-02 05:39:39 +02:00
condition Deprecate unsafe casting methods 2021-11-23 20:38:57 +01:00
exception Make ArgumentSyntaxException a RuntimeException 2021-07-13 19:21:29 +02:00
parser Command Tests (#1199) 2022-07-02 02:12:07 +02:00
suggestion Command Tests (#1199) 2022-07-02 02:12:07 +02: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
Command.java Use more instanceof pattern matching 2021-10-22 02:19:38 +02:00
CommandContext.java Return null, don't throw NullPointerException (#1131) 2022-05-28 11:39:50 +02:00
CommandData.java Added CommandData#has and allow #set chaining 2021-02-12 08:34:05 +01:00
CommandDispatcher.java Command test (#597) 2022-01-23 23:30:57 +01:00
CommandExecutor.java Replace Arguments by CommandContext 2021-03-10 06:38:51 +01:00
CommandResult.java Fix context being null in `globalListener` 2021-08-22 14:22:06 +02:00
CommandSyntax.java Remove apache common text dependency 2021-05-15 08:31:24 +02:00
ParsedCommand.java Command test (#597) 2022-01-23 23:30:57 +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