Uses of Interface
net.kyori.adventure.text.flattener.ComponentFlattener
Packages that use ComponentFlattener
Package
Description
Flatteners to convert component trees into linear strings.
-
Uses of ComponentFlattener in net.kyori.adventure.text.flattener
Methods in net.kyori.adventure.text.flattener that return ComponentFlattenerModifier and TypeMethodDescriptionstatic ComponentFlattenerComponentFlattener.basic()A basic flattener that will print only information directly contained in components.static ComponentFlattenerComponentFlattener.textOnly()A component flattener that will only handle text components.