Uses of Interface
net.kyori.adventure.text.NBTComponent
Packages that use NBTComponent
Package
Description
Data for controlling components, their styles, and events.
Component rendering.
-
Uses of NBTComponent in net.kyori.adventure.text
Classes in net.kyori.adventure.text with type parameters of type NBTComponentModifier and TypeInterfaceDescriptioninterfaceNBTComponent<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.Subinterfaces of NBTComponent in net.kyori.adventure.textModifier and TypeInterfaceDescriptioninterfaceGiven an in-game position, this component reads the NBT of the associated block and displays that information.interfaceGiven a Minecraft selector, this component reads the NBT of the associated entity and displays that information.interfaceGiven aKey, this component reads the NBT of the associated command storage and displays that information. -
Uses of NBTComponent in net.kyori.adventure.text.renderer
Methods in net.kyori.adventure.text.renderer with type parameters of type NBTComponentModifier and TypeMethodDescriptionprotected <O extends NBTComponent<O>, B extends NBTComponentBuilder<O,B>>
B