File tree Expand file tree Collapse file tree
cloud-brigadier/src/main/java/cloud/commandframework/brigadier
cloud-minecraft-extras/src/main/java/cloud/commandframework/minecraft/extras/parser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343import cloud .commandframework .brigadier .argument .BrigadierMapping ;
4444import cloud .commandframework .brigadier .argument .BrigadierMappingBuilder ;
4545import cloud .commandframework .brigadier .argument .BrigadierMappings ;
46- import cloud .commandframework .brigadier .parser .WrappedBrigadierParser ;
4746import cloud .commandframework .brigadier .node .LiteralBrigadierNodeFactory ;
47+ import cloud .commandframework .brigadier .parser .WrappedBrigadierParser ;
4848import cloud .commandframework .brigadier .suggestion .TooltipSuggestion ;
4949import cloud .commandframework .context .CommandContext ;
5050import cloud .commandframework .setting .Configurable ;
Original file line number Diff line number Diff line change 1+ /**
2+ * Adventure argument parsers.
3+ */
4+ package cloud .commandframework .minecraft .extras .parser ;
You can’t perform that action at this time.
0 commit comments