Uses of Interface
net.kyori.adventure.text.flattener.FlattenerListener
Packages that use FlattenerListener
Package
Description
Flatteners to convert component trees into linear strings.
-
Uses of FlattenerListener in net.kyori.adventure.text.flattener
Methods in net.kyori.adventure.text.flattener with parameters of type FlattenerListenerModifier and TypeMethodDescriptionvoidComponentFlattener.flatten(Component input, FlattenerListener listener) Perform a flattening on the component, providing output to thelistener.