Uses of Class
net.minecraft.component.type.ProfileComponent
Packages that use ProfileComponent
Package
Description
The base package for all Minecraft classes.
-
Uses of ProfileComponent in net.minecraft
Fields in net.minecraft declared as ProfileComponentModifier and TypeFieldDescriptionprivate final ProfileComponentclass_11885.playerThe field for theplayerrecord component.Methods in net.minecraft that return ProfileComponentModifier and TypeMethodDescriptionclass_11885.player()Returns the value of theplayerrecord component.Constructors in net.minecraft with parameters of type ProfileComponent -
Uses of ProfileComponent in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as ProfileComponentMethods in net.minecraft.block.entity that return ProfileComponent -
Uses of ProfileComponent in net.minecraft.client.realms.dto
Fields in net.minecraft.client.realms.dto with type parameters of type ProfileComponentMethods in net.minecraft.client.realms.dto that return types with arguments of type ProfileComponentModifier and TypeMethodDescriptionRealmsServerPlayerList.get(long serverId) private static List<ProfileComponent> RealmsServerPlayerList.parsePlayers(JsonArray jsonArray) -
Uses of ProfileComponent in net.minecraft.client.render.entity.state
Fields in net.minecraft.client.render.entity.state declared as ProfileComponent -
Uses of ProfileComponent in net.minecraft.client.texture
Fields in net.minecraft.client.texture with type parameters of type ProfileComponentModifier and TypeFieldDescriptionprivate final LoadingCache<ProfileComponent, CompletableFuture<Optional<PlayerSkinCache.Entry>>> PlayerSkinCache.fetchingCacheprivate final LoadingCache<ProfileComponent, PlayerSkinCache.Entry> PlayerSkinCache.immediateCacheMethods in net.minecraft.client.texture with parameters of type ProfileComponentModifier and TypeMethodDescriptionPlayerSkinCache.get(ProfileComponent profile) PlayerSkinCache.method_74050(ProfileComponent profileComponent) -
Uses of ProfileComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type ProfileComponentModifier and TypeFieldDescriptionstatic final ComponentType<ProfileComponent> DataComponentTypes.PROFILE -
Uses of ProfileComponent in net.minecraft.component.type
Subclasses of ProfileComponent in net.minecraft.component.typeModifier and TypeClassDescriptionstatic final classstatic final classFields in net.minecraft.component.type with type parameters of type ProfileComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ProfileComponent> ProfileComponent.CODECstatic final PacketCodec<ByteBuf, ProfileComponent> ProfileComponent.PACKET_CODECMethods in net.minecraft.component.type that return ProfileComponentModifier and TypeMethodDescriptionprivate static ProfileComponentProfileComponent.ofDispatched(com.mojang.datafixers.util.Either<com.mojang.authlib.GameProfile, ProfileComponent.Data> profileOrData) static ProfileComponentstatic ProfileComponentProfileComponent.ofStatic(com.mojang.authlib.GameProfile profile) -
Uses of ProfileComponent in net.minecraft.text
Fields in net.minecraft.text declared as ProfileComponentModifier and TypeFieldDescriptionprivate final ProfileComponentStyleSpriteSource.class_11881.profileThe field for theprofilerecord component.Methods in net.minecraft.text that return ProfileComponentModifier and TypeMethodDescriptionStyleSpriteSource.class_11881.profile()Returns the value of theprofilerecord component.Constructors in net.minecraft.text with parameters of type ProfileComponent