Uses of Record Class
de.kentoj.kencommandapi.api.argument.ArgumentRequirement
Packages that use ArgumentRequirement
-
Uses of ArgumentRequirement in de.kentoj.kencommandapi.api.argument
Methods in de.kentoj.kencommandapi.api.argument that return types with arguments of type ArgumentRequirementModifier and TypeMethodDescriptionCommandArgumentSpecImpl.requirements()Returns the value of therequirementsrecord component.Constructor parameters in de.kentoj.kencommandapi.api.argument with type arguments of type ArgumentRequirementModifierConstructorDescriptionCommandArgumentSpecImpl(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.