Uses of Record Class
net.minecraft.component.type.WrittenBookContentComponent
Packages that use WrittenBookContentComponent
Package
Description
-
Uses of WrittenBookContentComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type WrittenBookContentComponentModifier and TypeFieldDescriptionstatic final ComponentType
<WrittenBookContentComponent> DataComponentTypes.WRITTEN_BOOK_CONTENT
-
Uses of WrittenBookContentComponent in net.minecraft.component.type
Fields in net.minecraft.component.type declared as WrittenBookContentComponentModifier and TypeFieldDescriptionstatic final WrittenBookContentComponent
WrittenBookContentComponent.DEFAULT
Fields in net.minecraft.component.type with type parameters of type WrittenBookContentComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<WrittenBookContentComponent> WrittenBookContentComponent.CODEC
static final PacketCodec
<RegistryByteBuf, WrittenBookContentComponent> WrittenBookContentComponent.PACKET_CODEC
Methods in net.minecraft.component.type that return WrittenBookContentComponentModifier and TypeMethodDescriptionWrittenBookContentComponent.asResolved()
WrittenBookContentComponent.copy()
WrittenBookContentComponent.resolve
(ServerCommandSource source, @Nullable PlayerEntity player) WrittenBookContentComponent.withPages
(List<RawFilteredPair<Text>> list) -
Uses of WrittenBookContentComponent in net.minecraft.loot.function
Methods in net.minecraft.loot.function that return WrittenBookContentComponentModifier and TypeMethodDescriptionprivate WrittenBookContentComponent
SetBookCoverLootFunction.apply
(WrittenBookContentComponent current) SetWrittenBookPagesLootFunction.apply
(WrittenBookContentComponent current) Methods in net.minecraft.loot.function with parameters of type WrittenBookContentComponentModifier and TypeMethodDescriptionprivate WrittenBookContentComponent
SetBookCoverLootFunction.apply
(WrittenBookContentComponent current) SetWrittenBookPagesLootFunction.apply
(WrittenBookContentComponent current) -
Uses of WrittenBookContentComponent in net.minecraft.predicate.item
Methods in net.minecraft.predicate.item that return types with arguments of type WrittenBookContentComponentMethods in net.minecraft.predicate.item with parameters of type WrittenBookContentComponentModifier and TypeMethodDescriptionboolean
WrittenBookContentPredicate.test
(ItemStack itemStack, WrittenBookContentComponent writtenBookContentComponent)