Uses of Enum Class
de.jcm.discordgamesdk.CreateParams.Flags
-
Uses of CreateParams.Flags in de.jcm.discordgamesdk
Modifier and TypeMethodDescriptionstatic CreateParams.Flags[]
CreateParams.Flags.fromLong
(long l) Converts the binary representation of flags to an array of Flags.static CreateParams.Flags
Returns the enum constant of this class with the specified name.static CreateParams.Flags[]
CreateParams.Flags.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CreateParams.setFlags
(CreateParams.Flags... flags) Sets flags for the Core.static long
CreateParams.Flags.toLong
(CreateParams.Flags... flags) Converts an array of flags to their binary representation.