TextGeneratedValueSupplierProvider

Interface to be implemented for @GeneratedOptions of annotated text commands.

This must be implemented on the same class as the command.

Inheritors

Functions

Link copied to clipboard
@NonNull
abstract fun getGeneratedValueSupplier(@NonNull commandPath: @NonNull CommandPath, @NonNull optionName: @NonNull String, @NonNull parameterType: @NonNull ParameterType): @NonNull TextGeneratedValueSupplier
Returns the generated value supplier of an @GeneratedOption.