Uses of Record Class
com.mojang.authlib.yggdrasil.response.UserAttributesResponse.BanStatus.BannedScope
Packages that use UserAttributesResponse.BanStatus.BannedScope
-
Uses of UserAttributesResponse.BanStatus.BannedScope in com.mojang.authlib.yggdrasil.response
Fields in com.mojang.authlib.yggdrasil.response with type parameters of type UserAttributesResponse.BanStatus.BannedScopeModifier and TypeFieldDescriptionprivate final Map<String, UserAttributesResponse.BanStatus.BannedScope> UserAttributesResponse.BanStatus.bannedScopesThe field for thebannedScopesrecord component.Methods in com.mojang.authlib.yggdrasil.response that return types with arguments of type UserAttributesResponse.BanStatus.BannedScopeModifier and TypeMethodDescriptionUserAttributesResponse.BanStatus.bannedScopes()Returns the value of thebannedScopesrecord component.Constructor parameters in com.mojang.authlib.yggdrasil.response with type arguments of type UserAttributesResponse.BanStatus.BannedScopeModifierConstructorDescriptionBanStatus(Map<String, UserAttributesResponse.BanStatus.BannedScope> bannedScopes) Creates an instance of aBanStatusrecord class.