Uses of Class
net.minecraft.world.gen.feature.template.StructureProcessor
-
Packages that use StructureProcessor Package Description net.minecraft.world.gen.feature.jigsaw net.minecraft.world.gen.feature.template -
-
Uses of StructureProcessor in net.minecraft.world.gen.feature.jigsaw
Fields in net.minecraft.world.gen.feature.jigsaw with type parameters of type StructureProcessor Modifier and Type Field Description private com.google.common.collect.ImmutableList<StructureProcessor>
JigsawPattern.PlacementBehaviour. processors
Methods in net.minecraft.world.gen.feature.jigsaw that return types with arguments of type StructureProcessor Modifier and Type Method Description com.google.common.collect.ImmutableList<StructureProcessor>
JigsawPattern.PlacementBehaviour. getProcessors()
Method parameters in net.minecraft.world.gen.feature.jigsaw with type arguments of type StructureProcessor Modifier and Type Method Description static JigsawPattern.PlacementBehaviour
JigsawPattern.PlacementBehaviour. create(java.lang.String enumName, java.lang.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 StructureProcessor Constructor Description PlacementBehaviour(java.lang.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 StructureProcessor Modifier and Type Interface Description interface
IStructureProcessorType<P extends StructureProcessor>
Subclasses of StructureProcessor in net.minecraft.world.gen.feature.template Modifier and Type Class Description class
BlackStoneReplacementProcessor
class
BlockIgnoreStructureProcessor
class
BlockMosinessProcessor
class
GravityStructureProcessor
class
IntegrityProcessor
class
JigsawReplacementStructureProcessor
class
LavaSubmergingProcessor
class
NopProcessor
class
RuleStructureProcessor
Fields in net.minecraft.world.gen.feature.template with type parameters of type StructureProcessor Modifier and Type Field Description private java.util.List<StructureProcessor>
StructureProcessorList. list
private java.util.List<StructureProcessor>
PlacementSettings. processors
static com.mojang.serialization.Codec<StructureProcessor>
IStructureProcessorType. SINGLE_CODEC
Methods in net.minecraft.world.gen.feature.template with type parameters of type StructureProcessor Modifier and Type Method Description static <P extends StructureProcessor>
IStructureProcessorType<P>IStructureProcessorType. register(java.lang.String p_237139_0_, com.mojang.serialization.Codec<P> p_237139_1_)
Methods in net.minecraft.world.gen.feature.template that return types with arguments of type StructureProcessor Modifier and Type Method Description java.util.List<StructureProcessor>
PlacementSettings. getProcessors()
java.util.List<StructureProcessor>
StructureProcessorList. list()
Methods in net.minecraft.world.gen.feature.template with parameters of type StructureProcessor Modifier and Type Method Description PlacementSettings
PlacementSettings. addProcessor(StructureProcessor p_215222_1_)
PlacementSettings
PlacementSettings. popProcessor(StructureProcessor p_215220_1_)
Method parameters in net.minecraft.world.gen.feature.template with type arguments of type StructureProcessor Modifier and Type Method Description private static StructureProcessorList
ProcessorLists. register(java.lang.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 Constructor Description StructureProcessorList(java.util.List<StructureProcessor> p_i242038_1_)
-