Uses of Enum Class
com.mojang.authlib.minecraft.UserApiService.UserFlag
Packages that use UserApiService.UserFlag
-
Uses of UserApiService.UserFlag in com.mojang.authlib.minecraft
Subclasses with type arguments of type UserApiService.UserFlag in com.mojang.authlib.minecraftFields in com.mojang.authlib.minecraft with type parameters of type UserApiService.UserFlagModifier and TypeFieldDescriptionprivate final Set<UserApiService.UserFlag> UserApiService.UserProperties.flagsThe field for theflagsrecord component.Methods in com.mojang.authlib.minecraft that return UserApiService.UserFlagModifier and TypeMethodDescriptionstatic UserApiService.UserFlagReturns the enum constant of this class with the specified name.static UserApiService.UserFlag[]UserApiService.UserFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.authlib.minecraft that return types with arguments of type UserApiService.UserFlagModifier and TypeMethodDescriptionUserApiService.UserProperties.flags()Returns the value of theflagsrecord component.Methods in com.mojang.authlib.minecraft with parameters of type UserApiService.UserFlagModifier and TypeMethodDescriptionbooleanUserApiService.UserProperties.flag(UserApiService.UserFlag flag) Constructor parameters in com.mojang.authlib.minecraft with type arguments of type UserApiService.UserFlagModifierConstructorDescriptionUserProperties(Set<UserApiService.UserFlag> flags, Map<String, BanDetails> bannedScopes) Creates an instance of aUserPropertiesrecord class. -
Uses of UserApiService.UserFlag in com.mojang.authlib.yggdrasil
Methods in com.mojang.authlib.yggdrasil with parameters of type UserApiService.UserFlagModifier and TypeMethodDescriptionprivate static voidYggdrasilUserApiService.addFlagIfUserHasPrivilege(boolean privilege, UserApiService.UserFlag value, com.google.common.collect.ImmutableSet.Builder<UserApiService.UserFlag> output) Method parameters in com.mojang.authlib.yggdrasil with type arguments of type UserApiService.UserFlagModifier and TypeMethodDescriptionprivate static voidYggdrasilUserApiService.addFlagIfUserHasPrivilege(boolean privilege, UserApiService.UserFlag value, com.google.common.collect.ImmutableSet.Builder<UserApiService.UserFlag> output)