Uses of Interface
net.kyori.adventure.text.StorageNBTComponent.Builder
Packages that use StorageNBTComponent.Builder
Package
Description
Data for controlling components, their styles, and events.
-
Uses of StorageNBTComponent.Builder in net.kyori.adventure.text
Subinterfaces with type arguments of type StorageNBTComponent.Builder in net.kyori.adventure.textModifier and TypeInterfaceDescriptionstatic interfaceA command storage NBT component builder.Methods in net.kyori.adventure.text that return StorageNBTComponent.BuilderModifier and TypeMethodDescriptionSets the NBT storage.static StorageNBTComponent.BuilderComponent.storageNBT()Creates an storage NBT component builder.StorageNBTComponent.toBuilder()Method parameters in net.kyori.adventure.text with type arguments of type StorageNBTComponent.BuilderModifier and TypeMethodDescriptionstatic StorageNBTComponentComponent.storageNBT(Consumer<? super StorageNBTComponent.Builder> consumer) Creates a storage NBT component by applying configuration fromconsumer.