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 ProfileComponentModifier and TypeFieldDescriptionprivate final Map<Long, List<ProfileComponent>> RealmsServerPlayerList.serverIdToPlayersThe field for theserverIdToPlayersrecord component.Methods 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) RealmsServerPlayerList.serverIdToPlayers()Returns the value of theserverIdToPlayersrecord component.Constructor parameters in net.minecraft.client.realms.dto with type arguments of type ProfileComponentModifierConstructorDescriptionRealmsServerPlayerList(Map<Long, List<ProfileComponent>> serverIdToPlayers) Creates an instance of aRealmsServerPlayerListrecord class. -
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.getFuture(ProfileComponent profile) PlayerSkinCache.getSupplier(ProfileComponent profile) -
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.CODECprivate static final com.mojang.serialization.Codec<ProfileComponent> ProfileComponent.COMPONENT_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, SkinTextures.SkinOverride override) static ProfileComponentstatic 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<ProfileComponent> TrackedDataHandlerRegistry.PROFILE -
Uses of ProfileComponent in net.minecraft.entity.decoration
Fields in net.minecraft.entity.decoration declared as ProfileComponentFields in net.minecraft.entity.decoration with type parameters of type ProfileComponentModifier and TypeFieldDescriptionprotected static final TrackedData<ProfileComponent> MannequinEntity.PROFILEMethods in net.minecraft.entity.decoration that return ProfileComponentModifier and TypeMethodDescriptionprotected ProfileComponentMannequinEntity.getMannequinProfile()Methods in net.minecraft.entity.decoration with parameters of type ProfileComponentModifier and TypeMethodDescriptionprivate voidMannequinEntity.setMannequinProfile(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 ProfileComponentModifierConstructorDescriptionPlayer(ProfileComponent profile, boolean hat) Creates an instance of aPlayerrecord class. -
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 player, boolean hat) Creates an instance of aPlayerTextObjectContentsrecord class.