toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.parameters
/
EnumNameFunction
Enum
Name
Function
fun
interface
EnumNameFunction
<
E
:
Enum
<
E
>
>
(
source
)
Transforms an enum entry into a human-readable name.
See also
Resolvers.
enum
Resolver
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
value
:
E
)
:
String