Uses of Class
net.minecraft.structure.processor.StructureProcessor
Package
Description
-
Uses of StructureProcessor in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate List<StructureProcessor>
StructurePlacementData.processors
Modifier and TypeMethodDescriptionStructurePlacementData.addProcessor(StructureProcessor processor)
StructurePlacementData.removeProcessor(StructureProcessor processor)
-
Uses of StructureProcessor in net.minecraft.structure.pool
Modifier and TypeFieldDescriptionprivate ImmutableList<StructureProcessor>
StructurePool.Projection.processors
ModifierConstructorDescriptionprivate
Projection(String id, ImmutableList<StructureProcessor> processors)
-
Uses of StructureProcessor in net.minecraft.structure.processor
Modifier and TypeInterfaceDescriptioninterface
StructureProcessorType<P extends StructureProcessor>
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<StructureProcessor>
StructureProcessorType.CODEC
private List<StructureProcessor>
StructureProcessorList.list
Modifier and TypeMethodDescriptionprivate static StructureProcessorList
StructureProcessorLists.register(String id, ImmutableList<StructureProcessor> processorList)