Uses of Enum Class
net.kyori.adventure.text.ComponentIteratorFlag
Packages that use ComponentIteratorFlag
Package
Description
Data for controlling components, their styles, and events.
-
Uses of ComponentIteratorFlag in net.kyori.adventure.text
Subclasses with type arguments of type ComponentIteratorFlag in net.kyori.adventure.textModifier and TypeClassDescriptionenumFlags to modify the behaviour of a component iterator.Methods in net.kyori.adventure.text that return ComponentIteratorFlagModifier and TypeMethodDescriptionstatic ComponentIteratorFlagReturns the enum constant of this class with the specified name.static ComponentIteratorFlag[]ComponentIteratorFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.kyori.adventure.text with parameters of type ComponentIteratorFlagModifier and TypeMethodDescriptionComponent.iterable(ComponentIteratorType type, ComponentIteratorFlag @Nullable ... flags) Returns an iterable view of this component.Component.iterator(ComponentIteratorType type, ComponentIteratorFlag @Nullable ... flags) Returns an iterator for this component.default Spliterator<Component> Component.spliterator(ComponentIteratorType type, ComponentIteratorFlag @Nullable ... flags) Returns a spliterator for this component.Method parameters in net.kyori.adventure.text with type arguments of type ComponentIteratorFlagModifier and TypeMethodDescriptionComponent.iterable(ComponentIteratorType type, Set<ComponentIteratorFlag> flags) Returns an iterable view of this component.Component.iterator(ComponentIteratorType type, Set<ComponentIteratorFlag> flags) Returns an iterator for this component.voidComponentIteratorType.populate(Component component, Deque<Component> deque, Set<ComponentIteratorFlag> flags) Populates a deque with the children of the provided component, based on the iterator type and flags.default Spliterator<Component> Component.spliterator(ComponentIteratorType type, Set<ComponentIteratorFlag> flags) Returns a spliterator for this component.