Uses of Interface
net.kyori.adventure.builder.AbstractBuilder
Packages that use AbstractBuilder
Package
Description
Common builder-related gizmos.
Content that works on inventory items.
Key/Value based pointers to information.
Data for controlling resource packs.
Data for controlling sound playback.
Data for controlling components, their styles, and events.
Events that occur when players interact with components.
Flatteners to convert component trees into linear strings.
Formats which may be applied to components.
MiniMessage, a friendly text format for representing chat components.
Serialization to ANSI escape sequences.
Gson based serialization and deserialization.
Legacy text based serialization and deserialization.
Plain text based serialization and deserialization.
Miscellaneous utilities.
-
Uses of AbstractBuilder in net.kyori.adventure.builder
Methods in net.kyori.adventure.builder with type parameters of type AbstractBuilderModifier and TypeMethodDescriptionstatic <R, B extends AbstractBuilder<R>>
RAbstractBuilder.configureAndBuild(B builder, @Nullable Consumer<? super B> consumer) Configuresbuilderusingconsumerand then builds. -
Uses of AbstractBuilder in net.kyori.adventure.inventory
Subinterfaces of AbstractBuilder in net.kyori.adventure.inventory -
Uses of AbstractBuilder in net.kyori.adventure.pointer
Subinterfaces of AbstractBuilder in net.kyori.adventure.pointerModifier and TypeInterfaceDescriptionstatic interfaceA builder of pointers.static interfaceA builder forPointersSupplier. -
Uses of AbstractBuilder in net.kyori.adventure.resource
Subinterfaces of AbstractBuilder in net.kyori.adventure.resourceModifier and TypeInterfaceDescriptionstatic interfaceA builder for resource pack requests.static interfaceA builder for resource pack requests. -
Uses of AbstractBuilder in net.kyori.adventure.sound
Subinterfaces of AbstractBuilder in net.kyori.adventure.soundModifier and TypeInterfaceDescriptionstatic interfaceA builder for sound instances. -
Uses of AbstractBuilder in net.kyori.adventure.text
Subinterfaces of AbstractBuilder in net.kyori.adventure.textModifier and TypeInterfaceDescriptionstatic interfaceAn NBT component builder.interfaceComponentBuilder<C extends Component, B extends ComponentBuilder<C,B>> A component builder.static interfaceAn entity NBT component builder.static interfaceA builder for join configurations.static interfaceA keybind component builder.interfaceNBTComponentBuilder<C extends NBTComponent<C>, B extends NBTComponentBuilder<C,B>> An NBT component builder.static interfaceAn object component builder.static interfaceA score component builder.static interfaceA selector component builder.static interfaceA command storage NBT component builder.static interfaceA text component builder.static interfaceA builder for replacement configurations.static interfaceA text component builder. -
Uses of AbstractBuilder in net.kyori.adventure.text.event
Subinterfaces of AbstractBuilder in net.kyori.adventure.text.eventModifier and TypeInterfaceDescriptionstatic interfaceA builder for callback options. -
Uses of AbstractBuilder in net.kyori.adventure.text.flattener
Subinterfaces of AbstractBuilder in net.kyori.adventure.text.flattenerModifier and TypeInterfaceDescriptionstatic interfaceA builder for a component flattener. -
Uses of AbstractBuilder in net.kyori.adventure.text.format
Subinterfaces of AbstractBuilder in net.kyori.adventure.text.format -
Uses of AbstractBuilder in net.kyori.adventure.text.minimessage
Subinterfaces of AbstractBuilder in net.kyori.adventure.text.minimessage -
Uses of AbstractBuilder in net.kyori.adventure.text.serializer.ansi
Subinterfaces of AbstractBuilder in net.kyori.adventure.text.serializer.ansiModifier and TypeInterfaceDescriptionstatic interfaceA builder for the ANSI component serializer. -
Uses of AbstractBuilder in net.kyori.adventure.text.serializer.gson
Subinterfaces of AbstractBuilder in net.kyori.adventure.text.serializer.gson -
Uses of AbstractBuilder in net.kyori.adventure.text.serializer.legacy
Subinterfaces of AbstractBuilder in net.kyori.adventure.text.serializer.legacy -
Uses of AbstractBuilder in net.kyori.adventure.text.serializer.plain
Subinterfaces of AbstractBuilder in net.kyori.adventure.text.serializer.plainModifier and TypeInterfaceDescriptionstatic interfaceA builder for the plain-text component serializer. -
Uses of AbstractBuilder in net.kyori.adventure.util
Subinterfaces of AbstractBuilder in net.kyori.adventure.utilModifier and TypeInterfaceDescriptionstatic interfaceA builder for inheritance-aware maps.