Uses of Class
cloud.commandframework.context.CommandContext.ArgumentTiming
-
Packages that use CommandContext.ArgumentTiming Package Description cloud.commandframework.context Command context stores values for a command sender before and during command execution and parsing -
-
Uses of CommandContext.ArgumentTiming in cloud.commandframework.context
Methods in cloud.commandframework.context that return CommandContext.ArgumentTiming Modifier and Type Method Description @NonNull CommandContext.ArgumentTiming
CommandContext. createTiming(@NonNull CommandArgument<C,?> argument)
Create an argument timing for a specific argumentMethods in cloud.commandframework.context that return types with arguments of type CommandContext.ArgumentTiming Modifier and Type Method Description @NonNull Map<CommandArgument<@NonNull C,?>,CommandContext.ArgumentTiming>
CommandContext. getArgumentTimings()
Get an immutable view of the argument timings map
-