Uses of Class
net.minecraft.component.type.ProfileComponent
Packages that use ProfileComponent
Package
Description
-
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.getSupplier(ProfileComponent profile) PlayerSkinCache.method_74320(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.entity.data
Fields in net.minecraft.entity.data with type parameters of type ProfileComponentModifier and TypeFieldDescriptionstatic final TrackedDataHandler<com.mojang.datafixers.util.Either<MannequinInfo, ProfileComponent>> TrackedDataHandlerRegistry.MANNEQUIN_PROFILE -
Uses of ProfileComponent in net.minecraft.entity.decoration
Fields in net.minecraft.entity.decoration with type parameters of type ProfileComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<MannequinInfo, ProfileComponent>> MannequinInfo.OR_PROFILE_CODECstatic final PacketCodec<ByteBuf, com.mojang.datafixers.util.Either<MannequinInfo, ProfileComponent>> MannequinInfo.OR_PROFILE_PACKET_CODECprotected static final TrackedData<com.mojang.datafixers.util.Either<MannequinInfo, ProfileComponent>> MannequinEntity.PROFILEMethods in net.minecraft.entity.decoration that return types with arguments of type ProfileComponentModifier and TypeMethodDescriptionprotected com.mojang.datafixers.util.Either<MannequinInfo, ProfileComponent> MannequinEntity.getMannequinProfile()Method parameters in net.minecraft.entity.decoration with type arguments of type ProfileComponentModifier and TypeMethodDescriptionprivate voidMannequinEntity.setMannequinProfile(com.mojang.datafixers.util.Either<MannequinInfo, ProfileComponent> profile) -
Uses of ProfileComponent in net.minecraft.text
Fields in net.minecraft.text declared as ProfileComponentModifier and TypeFieldDescriptionprivate final ProfileComponentStyleSpriteSource.Player.profileThe field for theprofilerecord component.Methods in net.minecraft.text that return ProfileComponentModifier and TypeMethodDescriptionStyleSpriteSource.Player.profile()Returns the value of theprofilerecord component.Constructors in net.minecraft.text with parameters of type ProfileComponent -
Uses of ProfileComponent in net.minecraft.text.object
Fields in net.minecraft.text.object declared as ProfileComponentModifier and TypeFieldDescriptionprivate final ProfileComponentPlayerTextObjectContents.playerThe field for theplayerrecord component.Methods in net.minecraft.text.object that return ProfileComponentModifier and TypeMethodDescriptionPlayerTextObjectContents.player()Returns the value of theplayerrecord component.Constructors in net.minecraft.text.object with parameters of type ProfileComponentModifierConstructorDescriptionPlayerTextObjectContents(ProfileComponent profileComponent, boolean bool)