Interface ProcessorList.Builder
- All Superinterfaces:
AbstractBuilder<ProcessorList>,Builder<ProcessorList,,ProcessorList.Builder> CopyableBuilder<ProcessorList,,ProcessorList.Builder> ResettableBuilder<ProcessorList,ProcessorList.Builder>
- Enclosing interface:
ProcessorList
public static interface ProcessorList.Builder
extends Builder<ProcessorList,ProcessorList.Builder>, CopyableBuilder<ProcessorList,ProcessorList.Builder>
A builder to create
ProcessorLists.-
Method Summary
Modifier and TypeMethodDescriptionfromValues(List<Processor> processors) Sets the list of processors.Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder
buildMethods inherited from interface org.spongepowered.api.util.CopyableBuilder
from
-
Method Details
-
fromValues
Sets the list of processors.- Parameters:
processors- The list of processors- Returns:
- This builder, for chaining
-