Uses of Record Class
com.mojang.authlib.properties.Property
Packages that use Property
Package
Description
-
Uses of Property in com.mojang.authlib.minecraft
Methods in com.mojang.authlib.minecraft that return PropertyModifier and TypeMethodDescriptionMinecraftSessionService.getPackedTextures(GameProfile profile) Gets the packed property representation of any textures contained in the given profile.Methods in com.mojang.authlib.minecraft with parameters of type PropertyModifier and TypeMethodDescriptionMinecraftSessionService.getSecurePropertyValue(Property property) Verifies the signature and returns the value of aProperty.MinecraftSessionService.unpackTextures(Property packedTextures) Unpacks the texture data contained in the given packed profile property. -
Uses of Property in com.mojang.authlib.properties
Subclasses with type arguments of type Property in com.mojang.authlib.propertiesFields in com.mojang.authlib.properties with type parameters of type PropertyMethods in com.mojang.authlib.properties that return types with arguments of type PropertyConstructor parameters in com.mojang.authlib.properties with type arguments of type PropertyModifierConstructorDescriptionPropertyMap(com.google.common.collect.Multimap<String, Property> properties) -
Uses of Property in com.mojang.authlib.yggdrasil
Methods in com.mojang.authlib.yggdrasil that return PropertyModifier and TypeMethodDescriptionYggdrasilMinecraftSessionService.getPackedTextures(GameProfile profile) Methods in com.mojang.authlib.yggdrasil with parameters of type PropertyModifier and TypeMethodDescriptionprivate SignatureStateYggdrasilMinecraftSessionService.getPropertySignatureState(Property property) YggdrasilMinecraftSessionService.getSecurePropertyValue(Property property) YggdrasilMinecraftSessionService.unpackTextures(Property packedTextures) booleanServicesKeyInfo.validateProperty(Property property) booleanYggdrasilServicesKeyInfo.validateProperty(Property property) -
Uses of Property in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as PropertyModifier and TypeFieldDescriptionprivate final @Nullable PropertySkinManager.CacheKey.packedTexturesThe field for thepackedTexturesrecord component.Methods in net.minecraft.client.resources that return PropertyModifier and TypeMethodDescription@Nullable PropertySkinManager.CacheKey.packedTextures()Returns the value of thepackedTexturesrecord component.Constructors in net.minecraft.client.resources with parameters of type Property -
Uses of Property in net.minecraft.util
Fields in net.minecraft.util with type parameters of type Property