Uses of Interface
net.kyori.adventure.util.Buildable
Packages that use Buildable
Package
Description
Content that works on inventory items.
Key/Value based pointers to information.
Data for controlling components, their styles, and events.
Formats which may be applied to components.
-
Uses of Buildable in net.kyori.adventure.inventory
Subinterfaces of Buildable in net.kyori.adventure.inventory -
Uses of Buildable in net.kyori.adventure.pointer
Subinterfaces of Buildable in net.kyori.adventure.pointer -
Uses of Buildable in net.kyori.adventure.text
Subinterfaces of Buildable in net.kyori.adventure.textModifier and TypeInterfaceDescriptioninterfaceGiven an in-game position, this component reads the NBT of the associated block and displays that information.interfaceBuildableComponent<C extends Component,B extends ComponentBuilder<C, ?>> Deprecated, for removal: This API element is subject to removal in a future version.For removal in 6.0, since 4.26 with no replacement.interfaceGiven a Minecraft selector, this component reads the NBT of the associated entity and displays that information.interfaceAComponentthat displays the client's current keybind for the supplied action.interfaceNBTComponent<C extends NBTComponent<C>>A component that can display NBT fetched from different locations, optionally trying to interpret the NBT as JSON using thenet.kyori.adventure.text.serializer.gson.GsonComponentSerializerto convert the JSON to aComponent.interfaceDisplays a non-text object.interfaceA component that can display a player's score from a scoreboard objective, with an optional fallback value if the search for the score fails.interfaceA component that can display the name of entities found with a given selector.interfaceGiven aKey, this component reads the NBT of the associated command storage and displays that information.interfaceA component that displays a string.interfaceA component that can display translated text.interfaceA virtual component. -
Uses of Buildable in net.kyori.adventure.text.format
Subinterfaces of Buildable in net.kyori.adventure.text.formatModifier and TypeInterfaceDescriptioninterfaceA style applies visual effects or extra functionality toComponents, such asTextColors,TextDecorations,ClickEvents etc.