Uses of Class
net.minecraft.world.gen.feature.template.StructureProcessor
-
Uses of StructureProcessor in net.minecraft.world.gen.feature.jigsaw
Modifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<StructureProcessor>
JigsawPattern.PlacementBehaviour.processors
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<StructureProcessor>
JigsawPattern.PlacementBehaviour.getProcessors()
Modifier and TypeMethodDescriptionJigsawPattern.PlacementBehaviour.create
(String enumName, String p_i50487_3_, com.google.common.collect.ImmutableList<StructureProcessor> p_i50487_4_) ModifierConstructorDescriptionprivate
PlacementBehaviour
(String p_i50487_3_, com.google.common.collect.ImmutableList<StructureProcessor> p_i50487_4_) -
Uses of StructureProcessor in net.minecraft.world.gen.feature.template
Modifier and TypeInterfaceDescriptioninterface
IStructureProcessorType<P extends StructureProcessor>
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionprivate final List<StructureProcessor>
StructureProcessorList.list
private final List<StructureProcessor>
PlacementSettings.processors
static final com.mojang.serialization.Codec<StructureProcessor>
IStructureProcessorType.SINGLE_CODEC
Modifier and TypeMethodDescriptionstatic <P extends StructureProcessor>
IStructureProcessorType<P>Modifier and TypeMethodDescriptionPlacementSettings.getProcessors()
StructureProcessorList.list()
Modifier and TypeMethodDescriptionPlacementSettings.addProcessor
(StructureProcessor p_215222_1_) PlacementSettings.popProcessor
(StructureProcessor p_215220_1_) Modifier and TypeMethodDescriptionprivate static StructureProcessorList
ProcessorLists.register
(String p_244127_0_, com.google.common.collect.ImmutableList<StructureProcessor> p_244127_1_)