Uses of Class
net.minecraft.world.level.levelgen.structure.templatesystem.StructureProcessor
Packages that use StructureProcessor
Package
Description
-
Uses of StructureProcessor in net.minecraft.data.worldgen
Method parameters in net.minecraft.data.worldgen with type arguments of type StructureProcessorModifier and TypeMethodDescriptionprivate static Holder<StructureProcessorList>
ProcessorLists.register
(String p_206438_, com.google.common.collect.ImmutableList<StructureProcessor> p_206439_) -
Uses of StructureProcessor in net.minecraft.world.level.levelgen.structure.pools
Fields in net.minecraft.world.level.levelgen.structure.pools with type parameters of type StructureProcessorModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<StructureProcessor>
StructureTemplatePool.Projection.processors
Methods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type StructureProcessorModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<StructureProcessor>
StructureTemplatePool.Projection.getProcessors()
Constructor parameters in net.minecraft.world.level.levelgen.structure.pools with type arguments of type StructureProcessorModifierConstructorDescriptionprivate
Projection
(String p_210602_, com.google.common.collect.ImmutableList<StructureProcessor> p_210603_) -
Uses of StructureProcessor in net.minecraft.world.level.levelgen.structure.templatesystem
Classes in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type StructureProcessorModifier and TypeInterfaceDescriptioninterface
StructureProcessorType<P extends StructureProcessor>
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type StructureProcessorModifier and TypeFieldDescriptionprivate final List<StructureProcessor>
StructureProcessorList.list
private final List<StructureProcessor>
StructurePlaceSettings.processors
static final com.mojang.serialization.Codec<StructureProcessor>
StructureProcessorType.SINGLE_CODEC
Methods in net.minecraft.world.level.levelgen.structure.templatesystem with type parameters of type StructureProcessorMethods in net.minecraft.world.level.levelgen.structure.templatesystem that return types with arguments of type StructureProcessorModifier and TypeMethodDescriptionStructurePlaceSettings.getProcessors()
StructureProcessorList.list()
Methods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type StructureProcessorModifier and TypeMethodDescriptionStructurePlaceSettings.addProcessor
(StructureProcessor p_74384_) StructurePlaceSettings.popProcessor
(StructureProcessor p_74398_) Constructor parameters in net.minecraft.world.level.levelgen.structure.templatesystem with type arguments of type StructureProcessor