Uses of Class
com.mojang.authlib.properties.PropertyMap
Packages that use PropertyMap
Package
Description
-
Uses of PropertyMap in com.mojang.authlib
Fields in com.mojang.authlib declared as PropertyMapModifier and TypeFieldDescriptionprivate final PropertyMapGameProfile.propertiesThe field for thepropertiesrecord component.Methods in com.mojang.authlib that return PropertyMapModifier and TypeMethodDescriptionGameProfile.properties()Returns the value of thepropertiesrecord component.Constructors in com.mojang.authlib with parameters of type PropertyMapModifierConstructorDescriptionGameProfile(UUID id, String name, PropertyMap properties) Constructs a new Game Profile with the specified ID and name. -
Uses of PropertyMap in com.mojang.authlib.properties
Classes in com.mojang.authlib.properties that implement interfaces with type arguments of type PropertyMapModifier and TypeClassDescriptionstatic classstatic classFields in com.mojang.authlib.properties declared as PropertyMapMethods in com.mojang.authlib.properties that return PropertyMapModifier and TypeMethodDescriptionPropertyMap.Serializer.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Methods in com.mojang.authlib.properties with parameters of type PropertyMapModifier and TypeMethodDescriptioncom.google.gson.JsonElementPropertyMap.Serializer.serialize(PropertyMap src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) -
Uses of PropertyMap in com.mojang.authlib.yggdrasil.response
Fields in com.mojang.authlib.yggdrasil.response declared as PropertyMapModifier and TypeFieldDescriptionprivate final PropertyMapHasJoinedMinecraftServerResponse.propertiesThe field for thepropertiesrecord component.private final PropertyMapMinecraftProfilePropertiesResponse.propertiesThe field for thepropertiesrecord component.Methods in com.mojang.authlib.yggdrasil.response that return PropertyMapModifier and TypeMethodDescriptionHasJoinedMinecraftServerResponse.properties()Returns the value of thepropertiesrecord component.MinecraftProfilePropertiesResponse.properties()Returns the value of thepropertiesrecord component.Constructors in com.mojang.authlib.yggdrasil.response with parameters of type PropertyMapModifierConstructorDescriptionHasJoinedMinecraftServerResponse(UUID id, PropertyMap properties, Set<ProfileAction> profileActions) Creates an instance of aHasJoinedMinecraftServerResponserecord class.MinecraftProfilePropertiesResponse(UUID id, String name, PropertyMap properties, Set<ProfileAction> profileActions) Creates an instance of aMinecraftProfilePropertiesResponserecord class. -
Uses of PropertyMap in net.minecraft.network.codec
Fields in net.minecraft.network.codec with type parameters of type PropertyMapModifier and TypeFieldDescriptionstatic final StreamCodec<io.netty.buffer.ByteBuf, PropertyMap> ByteBufCodecs.GAME_PROFILE_PROPERTIES -
Uses of PropertyMap in net.minecraft.util
Fields in net.minecraft.util with type parameters of type PropertyMap -
Uses of PropertyMap in net.minecraft.world.item.component
Fields in net.minecraft.world.item.component declared as PropertyMapModifier and TypeFieldDescriptionprivate final PropertyMapResolvableProfile.Partial.propertiesThe field for thepropertiesrecord component.Methods in net.minecraft.world.item.component that return PropertyMapModifier and TypeMethodDescriptionResolvableProfile.Partial.properties()Returns the value of thepropertiesrecord component.Methods in net.minecraft.world.item.component with parameters of type PropertyMapModifier and TypeMethodDescriptionprivate static GameProfileResolvableProfile.createPartialProfile(Optional<String> maybeName, Optional<UUID> maybeId, PropertyMap properties) Constructors in net.minecraft.world.item.component with parameters of type PropertyMap