Uses of Record 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 ProfileComponentMethods in net.minecraft.block.entity with parameters of type ProfileComponentModifier and TypeMethodDescriptionvoid
SkullBlockEntity.setOwner
(@Nullable ProfileComponent profile) -
Uses of ProfileComponent in net.minecraft.client.render.block.entity
Methods in net.minecraft.client.render.block.entity with parameters of type ProfileComponentModifier and TypeMethodDescriptionstatic RenderLayer
SkullBlockEntityRenderer.getRenderLayer
(SkullBlock.SkullType type, @Nullable ProfileComponent profile) static RenderLayer
SkullBlockEntityRenderer.getRenderLayer
(SkullBlock.SkullType type, @Nullable ProfileComponent profile, @Nullable Identifier texture) -
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.render.item.model.special
Methods in net.minecraft.client.render.item.model.special that return ProfileComponentModifier and TypeMethodDescriptionMethods in net.minecraft.client.render.item.model.special with parameters of type ProfileComponentModifier and TypeMethodDescriptionvoid
HeadModelRenderer.render
(@Nullable ProfileComponent profileComponent, ItemDisplayContext itemDisplayContext, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool) -
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
Fields in net.minecraft.component.type with type parameters of type ProfileComponentModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<ProfileComponent> ProfileComponent.BASE_CODEC
static final com.mojang.serialization.Codec
<ProfileComponent> ProfileComponent.CODEC
static final PacketCodec
<ByteBuf, ProfileComponent> ProfileComponent.PACKET_CODEC
Methods in net.minecraft.component.type that return types with arguments of type ProfileComponent