Uses of Interface
net.kyori.adventure.text.EntityNBTComponent.Builder
Packages that use EntityNBTComponent.Builder
Package
Description
Data for controlling components, their styles, and events.
-
Uses of EntityNBTComponent.Builder in net.kyori.adventure.text
Subinterfaces with type arguments of type EntityNBTComponent.Builder in net.kyori.adventure.textModifier and TypeInterfaceDescriptionstatic interfaceAn entity NBT component builder.Methods in net.kyori.adventure.text that return EntityNBTComponent.BuilderModifier and TypeMethodDescriptionstatic EntityNBTComponent.BuilderComponent.entityNBT()Creates an entity NBT component builder.Sets the entity selector.EntityNBTComponent.toBuilder()Method parameters in net.kyori.adventure.text with type arguments of type EntityNBTComponent.BuilderModifier and TypeMethodDescriptionstatic EntityNBTComponentComponent.entityNBT(Consumer<? super EntityNBTComponent.Builder> consumer) Creates a entity NBT component by applying configuration fromconsumer.