Uses of Interface
site.lab0x13.scrow.commands.model.CommandContext
Packages that use CommandContext
Package
Description
-
Uses of CommandContext in site.lab0x13.scrow.commands
Classes in site.lab0x13.scrow.commands with type parameters of type CommandContextModifier and TypeClassDescriptionclassCommandHandler<C extends CommandContext<C>>interfaceIScrowCommands<C extends CommandContext<C>> -
Uses of CommandContext in site.lab0x13.scrow.commands.model
Classes in site.lab0x13.scrow.commands.model with type parameters of type CommandContextModifier and TypeClassDescriptionclassAbstractCommandContext<C extends CommandContext<C>>interfaceCommandContext<C extends CommandContext<C>>interfaceCommandExecutor<C extends CommandContext<C>>static interfaceCommandExecutor.Sync<C extends CommandContext<C>>interfaceNode<C extends CommandContext<C>>interfaceSuggestionProvider<C extends CommandContext<C>>Classes in site.lab0x13.scrow.commands.model that implement CommandContextMethods in site.lab0x13.scrow.commands.model with type parameters of type CommandContextModifier and TypeMethodDescriptionstatic <C extends CommandContext<C>>
SuggestionProvider<C> SuggestionProvider.none() -
Uses of CommandContext in site.lab0x13.scrow.commands.model.argument
Classes in site.lab0x13.scrow.commands.model.argument with type parameters of type CommandContextModifier and TypeClassDescriptionfinal recordArgument<C extends CommandContext<C>, V>final classArgumentBuilder<C extends CommandContext<C>, V>interfaceArgumentPredicate<C extends CommandContext<C>, V>final recordArgumentRequirement<C extends CommandContext<C>, V>interfaceArgumentType<C extends CommandContext<C>, V>interfaceDefaultValueProvider<C extends CommandContext<C>, V>final recordParsedArgument<C extends CommandContext<C>, V>Methods in site.lab0x13.scrow.commands.model.argument with type parameters of type CommandContextModifier and TypeMethodDescriptionstatic <C extends CommandContext<C>, V>
ArgumentBuilder<C, V> Argument.builder(String id, ArgumentType<C, V> type) static <V, C extends CommandContext<C>>
DefaultValueProvider<C, V> DefaultValueProvider.none() -
Uses of CommandContext in site.lab0x13.scrow.commands.model.argument.types
Classes in site.lab0x13.scrow.commands.model.argument.types with type parameters of type CommandContextModifier and TypeClassDescriptionclassBooleanArgumentType<C extends CommandContext<C>>classDoubleArgumentType<C extends CommandContext<C>>classIntegerArgumentType<C extends CommandContext<C>>final recordStringArgumentType<C extends CommandContext<C>> -
Uses of CommandContext in site.lab0x13.scrow.commands.model.literal
Classes in site.lab0x13.scrow.commands.model.literal with type parameters of type CommandContextModifier and TypeClassDescriptionclassDynamicLiteral<C extends CommandContext<C>>final classDynamicLiteralBuilder<C extends CommandContext<C>>interfaceLiteral<C extends CommandContext<C>>classLiteralBuilder<C extends CommandContext<C>, B extends LiteralBuilder<C,B>> interfaceRootLiteral<C extends CommandContext<C>>classRootLiteralWrapper<C extends CommandContext<C>>classStaticLiteral<C extends CommandContext<C>>final classStaticLiteralBuilder<C extends CommandContext<C>>Methods in site.lab0x13.scrow.commands.model.literal with type parameters of type CommandContextModifier and TypeMethodDescriptionstatic <C extends CommandContext<C>>
StaticLiteralBuilder<C> static <C extends CommandContext<C>>
DynamicLiteralBuilder<C> -
Uses of CommandContext in site.lab0x13.scrow.commands.parser
Classes in site.lab0x13.scrow.commands.parser with type parameters of type CommandContextModifier and TypeClassDescriptionclassNodeTreeWalker<C extends CommandContext<C>>interfaceWalkResult<C extends CommandContext<C>>static final recordWalkResult.ArgumentExpected<C extends CommandContext<C>>static final recordWalkResult.ArgumentIllegal<C extends CommandContext<C>>static final recordWalkResult.Complete<C extends CommandContext<C>>static final recordWalkResult.LiteralExpected<C extends CommandContext<C>>static final recordWalkResult.LiteralUnknown<C extends CommandContext<C>>