Uses of Interface
net.kyori.adventure.text.format.StyleSetter
Packages that use StyleSetter
Package
Description
Data for controlling components, their styles, and events.
Formats which may be applied to components.
-
Uses of StyleSetter in net.kyori.adventure.text
Subinterfaces of StyleSetter in net.kyori.adventure.textModifier and TypeInterfaceDescriptioninterfaceGiven an in-game position, this component reads the NBT of the associated block and displays that information.static interfaceAn NBT component builder.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.interfaceA Component is an immutable object that represents how text is displayed Minecraft clients.interfaceComponentBuilder<C extends Component,B extends ComponentBuilder<C, B>> A component builder.interfaceGiven a Minecraft selector, this component reads the NBT of the associated entity and displays that information.static interfaceAn entity NBT component builder.interfaceAComponentthat displays the client's current keybind for the supplied action.static interfaceA keybind component builder.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.interfaceNBTComponentBuilder<C extends NBTComponent<C>,B extends NBTComponentBuilder<C, B>> An NBT component builder.interfaceDisplays a non-text object.static interfaceAn object component builder.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.static interfaceA score component builder.interfaceA component that can display the name of entities found with a given selector.static interfaceA selector component builder.interfaceGiven aKey, this component reads the NBT of the associated command storage and displays that information.static interfaceA command storage NBT component builder.interfaceA component that displays a string.static interfaceA text component builder.interfaceA component that can display translated text.static interfaceA text component builder.interfaceA virtual component. -
Uses of StyleSetter in net.kyori.adventure.text.format
Classes in net.kyori.adventure.text.format with type parameters of type StyleSetterModifier and TypeInterfaceDescriptioninterfaceStyleSetter<T extends StyleSetter<?>>Writes style properties to an object.Subinterfaces of StyleSetter in net.kyori.adventure.text.formatModifier and TypeInterfaceDescriptioninterfaceMutableStyleSetter<T extends MutableStyleSetter<?>>Writes style properties to a mutable object.interfaceA style applies visual effects or extra functionality toComponents, such asTextColors,TextDecorations,ClickEvents etc.static interfaceA style builder.