Uses of Interface
site.lab0x13.scrow.commands.model.argument.ArgumentType
Packages that use ArgumentType
Package
Description
-
Uses of ArgumentType in site.lab0x13.scrow.commands.model.argument
Methods in site.lab0x13.scrow.commands.model.argument that return ArgumentTypeModifier and TypeMethodDescriptionArgument.type()Returns the value of thetyperecord component.Methods in site.lab0x13.scrow.commands.model.argument with parameters of type ArgumentTypeModifier and TypeMethodDescriptionstatic <C extends CommandContext<C>, V>
ArgumentBuilder<C, V> Argument.builder(String id, ArgumentType<C, V> type) Constructors in site.lab0x13.scrow.commands.model.argument with parameters of type ArgumentTypeModifierConstructorDescriptionArgument(String id, ArgumentType<C, V> type, List<ArgumentRequirement<C, V>> requirements, SuggestionProvider<C> suggestionProvider, DefaultValueProvider<C, V> defaultValueProvider) Creates an instance of aArgumentrecord class. -
Uses of ArgumentType in site.lab0x13.scrow.commands.model.argument.types
Classes in site.lab0x13.scrow.commands.model.argument.types that implement ArgumentTypeModifier and TypeClassDescriptionclassBooleanArgumentType<C extends CommandContext<C>>classDoubleArgumentType<C extends CommandContext<C>>classIntegerArgumentType<C extends CommandContext<C>>final recordStringArgumentType<C extends CommandContext<C>>