Uses of Interface
net.kyori.adventure.text.BuildableComponent

Packages that use BuildableComponent
Package
Description
Data for controlling components, their styles, and events.
  • Uses of BuildableComponent in net.kyori.adventure.text

    Modifier and Type
    Interface
    Description
    interface 
    Given an in-game position, this component reads the NBT of the associated block and displays that information.
    interface 
    Given a Minecraft selector, this component reads the NBT of the associated entity and displays that information.
    interface 
    A Component that displays the client's current keybind for the supplied action.
    interface 
    A component that can display NBT fetched from different locations, optionally trying to interpret the NBT as JSON using the net.kyori.adventure.text.serializer.gson.GsonComponentSerializer to convert the JSON to a Component.
    interface 
    Displays a non-text object.
    interface 
    A component that can display a player's score from a scoreboard objective, with an optional fallback value if the search for the score fails.
    interface 
    A component that can display the name of entities found with a given selector.
    interface 
    Given a Key, this component reads the NBT of the associated command storage and displays that information.
    interface 
    A component that displays a string.
    interface 
    A component that can display translated text.
    interface 
    A virtual component.