Uses of Interface
net.kyori.adventure.text.ComponentIteratorType
Packages that use ComponentIteratorType
Package
Description
Data for controlling components, their styles, and events.
-
Uses of ComponentIteratorType in net.kyori.adventure.text
Fields in net.kyori.adventure.text declared as ComponentIteratorTypeModifier and TypeFieldDescriptionstatic final ComponentIteratorTypeComponentIteratorType.BREADTH_FIRSTA breadth-first iteration.static final ComponentIteratorTypeComponentIteratorType.DEPTH_FIRSTA depth-first iteration.Methods in net.kyori.adventure.text with parameters of type ComponentIteratorTypeModifier and TypeMethodDescriptionComponent.iterable(ComponentIteratorType type, Set<ComponentIteratorFlag> flags) Returns an iterable view of this component.Component.iterable(ComponentIteratorType type, ComponentIteratorFlag @Nullable ... flags) Returns an iterable view of this component.Component.iterator(ComponentIteratorType type, Set<ComponentIteratorFlag> flags) Returns an iterator for this component.Component.iterator(ComponentIteratorType type, ComponentIteratorFlag @Nullable ... flags) Returns an iterator for this component.default Spliterator<Component> Component.spliterator(ComponentIteratorType type, Set<ComponentIteratorFlag> flags) Returns a spliterator for this component.default Spliterator<Component> Component.spliterator(ComponentIteratorType type, ComponentIteratorFlag @Nullable ... flags) Returns a spliterator for this component.