Uses of Class
net.minecraft.world.item.component.ResolvableProfile
Packages that use ResolvableProfile
Package
Description
-
Uses of ResolvableProfile in com.mojang.realmsclient.dto
Fields in com.mojang.realmsclient.dto with type parameters of type ResolvableProfileModifier and TypeFieldDescriptionprivate final Map<Long, List<ResolvableProfile>> RealmsServerPlayerLists.serversThe field for theserversrecord component.Methods in com.mojang.realmsclient.dto that return types with arguments of type ResolvableProfileModifier and TypeMethodDescriptionRealmsServerPlayerLists.getProfileResultsFor(long pIndex) private static List<ResolvableProfile> RealmsServerPlayerLists.parsePlayers(JsonArray pJson) RealmsServerPlayerLists.servers()Returns the value of theserversrecord component.Constructor parameters in com.mojang.realmsclient.dto with type arguments of type ResolvableProfileModifierConstructorDescriptionRealmsServerPlayerLists(Map<Long, List<ResolvableProfile>> servers) Creates an instance of aRealmsServerPlayerListsrecord class. -
Uses of ResolvableProfile in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer with type parameters of type ResolvableProfileModifier and TypeFieldDescriptionprivate final LoadingCache<ResolvableProfile, PlayerSkinRenderCache.RenderInfo> PlayerSkinRenderCache.defaultSkinCacheprivate final LoadingCache<ResolvableProfile, CompletableFuture<Optional<PlayerSkinRenderCache.RenderInfo>>> PlayerSkinRenderCache.renderInfoCacheMethods in net.minecraft.client.renderer with parameters of type ResolvableProfileModifier and TypeMethodDescriptionPlayerSkinRenderCache.createLookup(ResolvableProfile pProfile) PlayerSkinRenderCache.getOrDefault(ResolvableProfile pProfile) PlayerSkinRenderCache.lookup(ResolvableProfile pProfile) -
Uses of ResolvableProfile in net.minecraft.client.renderer.entity.state
Fields in net.minecraft.client.renderer.entity.state declared as ResolvableProfileModifier and TypeFieldDescription@Nullable ResolvableProfileLivingEntityRenderState.wornHeadProfile -
Uses of ResolvableProfile in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type ResolvableProfileModifier and TypeFieldDescriptionstatic final DataComponentType<ResolvableProfile> DataComponents.PROFILE -
Uses of ResolvableProfile in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as ResolvableProfileModifier and TypeFieldDescriptionprivate final ResolvableProfileFontDescription.PlayerSprite.profileThe field for theprofilerecord component.Methods in net.minecraft.network.chat that return ResolvableProfileModifier and TypeMethodDescriptionFontDescription.PlayerSprite.profile()Returns the value of theprofilerecord component.Constructors in net.minecraft.network.chat with parameters of type ResolvableProfileModifierConstructorDescriptionPlayerSprite(ResolvableProfile profile, boolean hat) Creates an instance of aPlayerSpriterecord class. -
Uses of ResolvableProfile in net.minecraft.network.chat.contents.objects
Fields in net.minecraft.network.chat.contents.objects declared as ResolvableProfileModifier and TypeFieldDescriptionprivate final ResolvableProfilePlayerSprite.playerThe field for theplayerrecord component.Methods in net.minecraft.network.chat.contents.objects that return ResolvableProfileModifier and TypeMethodDescriptionPlayerSprite.player()Returns the value of theplayerrecord component.Constructors in net.minecraft.network.chat.contents.objects with parameters of type ResolvableProfileModifierConstructorDescriptionPlayerSprite(ResolvableProfile player, boolean hat) Creates an instance of aPlayerSpriterecord class. -
Uses of ResolvableProfile in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type ResolvableProfileModifier and TypeFieldDescriptionstatic final EntityDataSerializer<ResolvableProfile> EntityDataSerializers.RESOLVABLE_PROFILE -
Uses of ResolvableProfile in net.minecraft.world.entity.decoration
Fields in net.minecraft.world.entity.decoration declared as ResolvableProfileFields in net.minecraft.world.entity.decoration with type parameters of type ResolvableProfileModifier and TypeFieldDescriptionprotected static final EntityDataAccessor<ResolvableProfile> Mannequin.DATA_PROFILEMethods in net.minecraft.world.entity.decoration that return ResolvableProfileMethods in net.minecraft.world.entity.decoration with parameters of type ResolvableProfile -
Uses of ResolvableProfile in net.minecraft.world.item.component
Subclasses of ResolvableProfile in net.minecraft.world.item.componentModifier and TypeClassDescriptionstatic final classstatic final classFields in net.minecraft.world.item.component with type parameters of type ResolvableProfileModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ResolvableProfile> ResolvableProfile.CODECprivate static final com.mojang.serialization.Codec<ResolvableProfile> ResolvableProfile.FULL_CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, ResolvableProfile> ResolvableProfile.STREAM_CODECMethods in net.minecraft.world.item.component that return ResolvableProfileModifier and TypeMethodDescriptionprivate static ResolvableProfileResolvableProfile.create(com.mojang.datafixers.util.Either<com.mojang.authlib.GameProfile, ResolvableProfile.Partial> pPartialProfile, PlayerSkin.Patch pSkinPatch) static ResolvableProfileResolvableProfile.createResolved(com.mojang.authlib.GameProfile pGameProfile) static ResolvableProfileResolvableProfile.createUnresolved(String pName) static ResolvableProfileResolvableProfile.createUnresolved(UUID pId) -
Uses of ResolvableProfile in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as ResolvableProfileMethods in net.minecraft.world.level.block.entity that return ResolvableProfile