Uses of Interface
com.mojang.authlib.yggdrasil.ServicesKeySet
Packages that use ServicesKeySet
-
Uses of ServicesKeySet in com.mojang.authlib.yggdrasil
Fields in com.mojang.authlib.yggdrasil declared as ServicesKeySetModifier and TypeFieldDescriptionstatic final ServicesKeySetServicesKeySet.EMPTYprivate final ServicesKeySetYggdrasilAuthenticationService.servicesKeySetprivate final ServicesKeySetYggdrasilMinecraftSessionService.servicesKeySetMethods in com.mojang.authlib.yggdrasil that return ServicesKeySetModifier and TypeMethodDescriptionstatic ServicesKeySetYggdrasilServicesKeyInfo.get(URL url, MinecraftClient client) YggdrasilAuthenticationService.getServicesKeySet()static ServicesKeySetServicesKeySet.lazy(Supplier<ServicesKeySet> supplier) Methods in com.mojang.authlib.yggdrasil that return types with arguments of type ServicesKeySetModifier and TypeMethodDescriptionprivate static Optional<ServicesKeySet> YggdrasilServicesKeyInfo.fetch(URL url, MinecraftClient client) Method parameters in com.mojang.authlib.yggdrasil with type arguments of type ServicesKeySetModifier and TypeMethodDescriptionstatic ServicesKeySetServicesKeySet.lazy(Supplier<ServicesKeySet> supplier) Constructors in com.mojang.authlib.yggdrasil with parameters of type ServicesKeySetModifierConstructorDescriptionprivateYggdrasilAuthenticationService(Proxy proxy, ServicesKeySet servicesKeySet, Environment environment) protectedYggdrasilMinecraftSessionService(ServicesKeySet servicesKeySet, Proxy proxy, Environment env) -
Uses of ServicesKeySet in net.minecraft.server
Fields in net.minecraft.server declared as ServicesKeySetModifier and TypeFieldDescriptionprivate final ServicesKeySetServices.servicesKeySetThe field for theservicesKeySetrecord component.Methods in net.minecraft.server that return ServicesKeySetModifier and TypeMethodDescriptionServices.servicesKeySet()Returns the value of theservicesKeySetrecord component.Constructors in net.minecraft.server with parameters of type ServicesKeySetModifierConstructorDescriptionServices(MinecraftSessionService sessionService, ServicesKeySet servicesKeySet, GameProfileRepository profileRepository, UserNameToIdResolver nameToIdCache, ProfileResolver profileResolver) Creates an instance of aServicesrecord class. -
Uses of ServicesKeySet in net.minecraft.util
Methods in net.minecraft.util with parameters of type ServicesKeySetModifier and TypeMethodDescriptionstatic @Nullable SignatureValidatorSignatureValidator.from(ServicesKeySet keySet, ServicesKeyType type)