Uses of Interface
net.kyori.adventure.text.format.StyleGetter
Packages that use StyleGetter
Package
Description
Data for controlling components, their styles, and events.
Formats which may be applied to components.
-
Uses of StyleGetter in net.kyori.adventure.text
Subinterfaces of StyleGetter in net.kyori.adventure.textModifier and TypeInterfaceDescriptioninterfaceGiven an in-game position, this component reads the NBT of the associated block and displays that information.interfaceA Component is an immutable object that represents how text is displayed Minecraft clients.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.interfaceScopedComponent<C extends Component>Some magic to change return types.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 StyleGetter in net.kyori.adventure.text.format
Subinterfaces of StyleGetter in net.kyori.adventure.text.formatModifier and TypeInterfaceDescriptioninterfaceA style applies visual effects or extra functionality toComponents, such asTextColors,TextDecorations,ClickEvents etc.