Uses of Class
net.minecraft.world.gen.feature.template.StructureProcessor
Packages that use StructureProcessor
-
Uses of StructureProcessor in net.minecraft.world.gen.feature.jigsaw
Fields in net.minecraft.world.gen.feature.jigsaw with type parameters of type StructureProcessorModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<StructureProcessor>
JigsawPattern.PlacementBehaviour.processors
Methods in net.minecraft.world.gen.feature.jigsaw that return types with arguments of type StructureProcessorModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<StructureProcessor>
JigsawPattern.PlacementBehaviour.getProcessors()
Method parameters in net.minecraft.world.gen.feature.jigsaw with type arguments of type StructureProcessorModifier and TypeMethodDescriptionJigsawPattern.PlacementBehaviour.create
(String enumName, String p_i50487_3_, com.google.common.collect.ImmutableList<StructureProcessor> p_i50487_4_) Constructor parameters in net.minecraft.world.gen.feature.jigsaw with type arguments of type StructureProcessorModifierConstructorDescriptionprivate
PlacementBehaviour
(String p_i50487_3_, com.google.common.collect.ImmutableList<StructureProcessor> p_i50487_4_) -
Uses of StructureProcessor in net.minecraft.world.gen.feature.template
Classes in net.minecraft.world.gen.feature.template with type parameters of type StructureProcessorModifier and TypeInterfaceDescriptioninterface
IStructureProcessorType<P extends StructureProcessor>
Subclasses of StructureProcessor in net.minecraft.world.gen.feature.templateModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Fields in net.minecraft.world.gen.feature.template with type parameters of type StructureProcessorModifier and TypeFieldDescriptionprivate final List<StructureProcessor>
StructureProcessorList.list
private final List<StructureProcessor>
PlacementSettings.processors
static final com.mojang.serialization.Codec<StructureProcessor>
IStructureProcessorType.SINGLE_CODEC
Methods in net.minecraft.world.gen.feature.template with type parameters of type StructureProcessorModifier and TypeMethodDescriptionstatic <P extends StructureProcessor>
IStructureProcessorType<P>Methods in net.minecraft.world.gen.feature.template that return types with arguments of type StructureProcessorModifier and TypeMethodDescriptionPlacementSettings.getProcessors()
StructureProcessorList.list()
Methods in net.minecraft.world.gen.feature.template with parameters of type StructureProcessorModifier and TypeMethodDescriptionPlacementSettings.addProcessor
(StructureProcessor p_215222_1_) PlacementSettings.popProcessor
(StructureProcessor p_215220_1_) Method parameters in net.minecraft.world.gen.feature.template with type arguments of type StructureProcessorModifier and TypeMethodDescriptionprivate static StructureProcessorList
ProcessorLists.register
(String p_244127_0_, com.google.common.collect.ImmutableList<StructureProcessor> p_244127_1_) Constructor parameters in net.minecraft.world.gen.feature.template with type arguments of type StructureProcessor