Interface ProcessorList
- All Superinterfaces:
DataPackSerializable,DefaultedRegistryValue<ProcessorList>
@CatalogedBy(ProcessorLists.class)
public interface ProcessorList
extends DefaultedRegistryValue<ProcessorList>, DataPackSerializable
A list of
processors.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessorList.Builderbuilder()Creates a newProcessorList.Builderto create aProcessorList.Returns the list of processorsMethods inherited from interface org.spongepowered.api.datapack.DataPackSerializable
toDataPackMethods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
Method Details
-
builder
Creates a newProcessorList.Builderto create aProcessorList.- Returns:
- The new builder
-
processors
Returns the list of processors- Returns:
- The list of processors
-