Uses of Class
ru.cwcode.commands.extra.builder.list.ListDecorator
Packages that use ListDecorator
-
Uses of ListDecorator in ru.cwcode.commands.extra.builder.list
Methods in ru.cwcode.commands.extra.builder.list that return ListDecoratorModifier and TypeMethodDescriptionListDecorator.setFooter(BiFunction<ListContext, S, net.kyori.adventure.text.Component> footer) ListDecorator.setHeader(BiFunction<ListContext, S, net.kyori.adventure.text.Component> header) ListDecorator.setIndexField(TriFunction<ListContext, Integer, S, net.kyori.adventure.text.Component> indexField) ListDecorator.setNoElements(BiFunction<ListContext, S, net.kyori.adventure.text.Component> noElements) Method parameters in ru.cwcode.commands.extra.builder.list with type arguments of type ListDecoratorModifier and TypeMethodDescriptionListCommandBuilder.decorate(Consumer<ListDecorator<S>> listDecorator)