Minestom/src/main/java/net/minestom/server/command/builder
2021-07-29 00:02:43 +02:00
..
arguments Fix unused imports 2021-07-29 00:02:43 +02:00
condition Rename CommandCondition 'source' to 'sender' 2021-04-07 15:48:05 +02:00
exception Make ArgumentSyntaxException a RuntimeException 2021-07-13 19:21:29 +02:00
parser Replace google Beta annotation to jetbrains ApiStatus.Experimental 2021-06-20 21:48:07 +02:00
suggestion Remove longly deprecated chat package 2021-07-27 06:55:08 +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 Replace google Beta annotation to jetbrains ApiStatus.Experimental 2021-06-20 21:48:07 +02:00
CommandContext.java Add CommandContext#getOrDefault 2021-05-15 11:02:07 +02:00
CommandData.java Added CommandData#has and allow #set chaining 2021-02-12 08:34:05 +01:00
CommandDispatcher.java Replace guava cache to caffeine 2021-06-20 22:32:06 +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 Remove apache common text dependency 2021-05-15 08:31:24 +02:00
NodeMaker.java Initial command redirection improvement 2021-03-15 09:01:29 +01:00
ParsedCommand.java Catch command execution 2021-04-06 22:28:12 -04: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