Uses of Class
net.minecraft.structure.processor.StructureProcessor
| Package | Description |
|---|---|
| net.minecraft.structure | |
| net.minecraft.structure.pool | |
| net.minecraft.structure.processor |
-
Uses of StructureProcessor in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type StructureProcessor Modifier and Type Field Description private List<StructureProcessor>StructurePlacementData. processorsMethods in net.minecraft.structure that return types with arguments of type StructureProcessor Modifier and Type Method Description List<StructureProcessor>StructurePlacementData. getProcessors()Methods in net.minecraft.structure with parameters of type StructureProcessor Modifier and Type Method Description StructurePlacementDataStructurePlacementData. addProcessor(StructureProcessor processor)StructurePlacementDataStructurePlacementData. removeProcessor(StructureProcessor processor) -
Uses of StructureProcessor in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool with type parameters of type StructureProcessor Modifier and Type Field Description private ImmutableList<StructureProcessor>StructurePool.Projection. processorsMethods in net.minecraft.structure.pool that return types with arguments of type StructureProcessor Modifier and Type Method Description ImmutableList<StructureProcessor>StructurePool.Projection. getProcessors()Constructor parameters in net.minecraft.structure.pool with type arguments of type StructureProcessor Constructor Description Projection(String id, ImmutableList<StructureProcessor> processors) -
Uses of StructureProcessor in net.minecraft.structure.processor
Classes in net.minecraft.structure.processor with type parameters of type StructureProcessor Modifier and Type Interface Description interfaceStructureProcessorType<P extends StructureProcessor>Subclasses of StructureProcessor in net.minecraft.structure.processor Modifier and Type Class Description classBlackstoneReplacementStructureProcessorclassBlockAgeStructureProcessorclassBlockIgnoreStructureProcessorclassBlockRotStructureProcessorclassGravityStructureProcessorclassJigsawReplacementStructureProcessorclassLavaSubmergedBlockStructureProcessorclassNopStructureProcessorclassRuleStructureProcessorFields in net.minecraft.structure.processor with type parameters of type StructureProcessor Modifier and Type Field Description static com.mojang.serialization.Codec<StructureProcessor>StructureProcessorType. CODECprivate List<StructureProcessor>StructureProcessorList. listMethods in net.minecraft.structure.processor with type parameters of type StructureProcessor Modifier and Type Method Description static <P extends StructureProcessor>
StructureProcessorType<P>StructureProcessorType. register(String id, com.mojang.serialization.Codec<P> codec)Methods in net.minecraft.structure.processor that return types with arguments of type StructureProcessor Modifier and Type Method Description List<StructureProcessor>StructureProcessorList. getList()Method parameters in net.minecraft.structure.processor with type arguments of type StructureProcessor Modifier and Type Method Description private static StructureProcessorListStructureProcessorLists. register(String id, ImmutableList<StructureProcessor> processorList)Constructor parameters in net.minecraft.structure.processor with type arguments of type StructureProcessor Constructor Description StructureProcessorList(List<StructureProcessor> list)