ArgumentAcceptance
Types
Direct
Link copied to clipboard
Impossible
Link copied to clipboard
ResolutionAmbiguity
Link copied to clipboard
data class ResolutionAmbiguity(candidates: List<TypeVariant<*>>) : ArgumentAcceptance
Content copied to clipboard
WithContextualConversion
Link copied to clipboard
data class WithContextualConversion(parser: CommandValueArgumentParser<*>) : ArgumentAcceptance
Content copied to clipboard
WithTypeConversion
Link copied to clipboard
data class WithTypeConversion(typeVariant: TypeVariant<*>) : ArgumentAcceptance
Content copied to clipboard
Properties
acceptanceLevel
Link copied to clipboard
Inheritors
Direct
Link copied to clipboard
WithTypeConversion
Link copied to clipboard
WithContextualConversion
Link copied to clipboard
ResolutionAmbiguity
Link copied to clipboard
Impossible
Link copied to clipboard