Uses of Record Class
net.minecraft.world.item.component.WrittenBookContent
Packages that use WrittenBookContent
Package
Description
-
Uses of WrittenBookContent in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type WrittenBookContentModifier and TypeFieldDescriptionstatic final DataComponentType<WrittenBookContent> DataComponents.WRITTEN_BOOK_CONTENT -
Uses of WrittenBookContent in net.minecraft.core.component.predicates
Classes in net.minecraft.core.component.predicates that implement interfaces with type arguments of type WrittenBookContentMethods in net.minecraft.core.component.predicates that return types with arguments of type WrittenBookContentMethods in net.minecraft.core.component.predicates with parameters of type WrittenBookContent -
Uses of WrittenBookContent in net.minecraft.world.item.component
Classes in net.minecraft.world.item.component that implement interfaces with type arguments of type WrittenBookContentFields in net.minecraft.world.item.component declared as WrittenBookContentFields in net.minecraft.world.item.component with type parameters of type WrittenBookContentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WrittenBookContent> WrittenBookContent.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, WrittenBookContent> WrittenBookContent.STREAM_CODECMethods in net.minecraft.world.item.component that return WrittenBookContentModifier and TypeMethodDescriptionWrittenBookContent.craftCopy()WrittenBookContent.markResolved()@Nullable WrittenBookContentWrittenBookContent.resolve(CommandSourceStack source, @Nullable Player player) WrittenBookContent.withReplacedPages(List<Filterable<Component>> newPages) -
Uses of WrittenBookContent in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type WrittenBookContentModifier and TypeMethodDescriptionprivate booleanBookCloningRecipe.canCraftCopy(WrittenBookContent writtenBookContent) -
Uses of WrittenBookContent in net.minecraft.world.level.storage.loot.functions
Methods in net.minecraft.world.level.storage.loot.functions that return WrittenBookContentModifier and TypeMethodDescriptionprivate WrittenBookContentSetBookCoverFunction.apply(WrittenBookContent original) SetWrittenBookPagesFunction.apply(WrittenBookContent original) Methods in net.minecraft.world.level.storage.loot.functions with parameters of type WrittenBookContentModifier and TypeMethodDescriptionprivate WrittenBookContentSetBookCoverFunction.apply(WrittenBookContent original) SetWrittenBookPagesFunction.apply(WrittenBookContent original)