Uses of Interface
de.kentoj.kencommandapi.api.argument.ArgumentType
Packages that use ArgumentType
-
Uses of ArgumentType in de.kentoj.kencommandapi.api.argument
Methods in de.kentoj.kencommandapi.api.argument that return ArgumentTypeModifier and TypeMethodDescriptionCommandArgumentSpec.type()CommandArgumentSpecImpl.type()Returns the value of thetyperecord component.Methods in de.kentoj.kencommandapi.api.argument with parameters of type ArgumentTypeModifier and TypeMethodDescriptionstatic <T,V> CommandArgumentSpecBuilder <T, V> CommandArgumentSpec.builder(String id, ArgumentType<T, V> type) Constructors in de.kentoj.kencommandapi.api.argument with parameters of type ArgumentTypeModifierConstructorDescriptionCommandArgumentSpecBuilder(String id, ArgumentType<T, V> type) CommandArgumentSpecImpl(String id, ArgumentType<T, V> type, List<ArgumentRequirement<V>> requirements, Function<CommandContext<T>, V> defaultValueProvider, @Nullable SuggestionProvider<T> suggestionProvider) Creates an instance of aCommandArgumentSpecImplrecord class. -
Uses of ArgumentType in de.kentoj.kencommandapi.api.argument.types
Classes in de.kentoj.kencommandapi.api.argument.types that implement ArgumentType