toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.parameters
/
EnumValuesSupplier
Enum
Values
Supplier
fun
interface
EnumValuesSupplier
<
E
:
Enum
<
E
>
>
(
source
)
Retrieves the enum entries to be pushed to the provided scope.
See also
enum
Resolver
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
guild
:
Guild
?
)
:
Collection
<
E
>