Uses of Enum Class
de.jcm.discordgamesdk.CreateParams.Flags
Packages that use CreateParams.Flags
-
Uses of CreateParams.Flags in de.jcm.discordgamesdk
Methods in de.jcm.discordgamesdk that return CreateParams.FlagsModifier and TypeMethodDescriptionstatic CreateParams.Flags[]CreateParams.Flags.fromLong(long l) Converts the binary representation of flags to an array of Flags.static CreateParams.FlagsReturns 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.Methods in de.jcm.discordgamesdk with parameters of type CreateParams.FlagsModifier and TypeMethodDescriptionvoidCreateParams.setFlags(CreateParams.Flags... flags) Sets flags for the Core.static longCreateParams.Flags.toLong(CreateParams.Flags... flags) Converts an array of flags to their binary representation.