Uses of Record Class
com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo.KeyData
Packages that use YggdrasilServicesKeyInfo.KeyData
-
Uses of YggdrasilServicesKeyInfo.KeyData in com.mojang.authlib.yggdrasil
Fields in com.mojang.authlib.yggdrasil with type parameters of type YggdrasilServicesKeyInfo.KeyDataModifier and TypeFieldDescriptionprivate final List<YggdrasilServicesKeyInfo.KeyData> YggdrasilServicesKeyInfo.KeySetResponse.playerCertificateKeysThe field for theplayerCertificateKeysrecord component.private final List<YggdrasilServicesKeyInfo.KeyData> YggdrasilServicesKeyInfo.KeySetResponse.profilePropertyKeysThe field for theprofilePropertyKeysrecord component.Methods in com.mojang.authlib.yggdrasil that return types with arguments of type YggdrasilServicesKeyInfo.KeyDataModifier and TypeMethodDescriptionYggdrasilServicesKeyInfo.KeySetResponse.playerCertificateKeys()Returns the value of theplayerCertificateKeysrecord component.YggdrasilServicesKeyInfo.KeySetResponse.profilePropertyKeys()Returns the value of theprofilePropertyKeysrecord component.Method parameters in com.mojang.authlib.yggdrasil with type arguments of type YggdrasilServicesKeyInfo.KeyDataModifier and TypeMethodDescriptionprivate static List<ServicesKeyInfo> YggdrasilServicesKeyInfo.parseList(List<YggdrasilServicesKeyInfo.KeyData> keys) Constructor parameters in com.mojang.authlib.yggdrasil with type arguments of type YggdrasilServicesKeyInfo.KeyDataModifierConstructorDescriptionprivateKeySetResponse(List<YggdrasilServicesKeyInfo.KeyData> profilePropertyKeys, List<YggdrasilServicesKeyInfo.KeyData> playerCertificateKeys) Creates an instance of aKeySetResponserecord class.