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. processorsMethods 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.PlacementBehaviourJigsawPattern.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 interfaceIStructureProcessorType<P extends StructureProcessor>Subclasses of StructureProcessor in net.minecraft.world.gen.feature.template Modifier and Type Class Description classBlackStoneReplacementProcessorclassBlockIgnoreStructureProcessorclassBlockMosinessProcessorclassGravityStructureProcessorclassIntegrityProcessorclassJigsawReplacementStructureProcessorclassLavaSubmergingProcessorclassNopProcessorclassRuleStructureProcessorFields in net.minecraft.world.gen.feature.template with type parameters of type StructureProcessor Modifier and Type Field Description private java.util.List<StructureProcessor>StructureProcessorList. listprivate java.util.List<StructureProcessor>PlacementSettings. processorsstatic com.mojang.serialization.Codec<StructureProcessor>IStructureProcessorType. SINGLE_CODECMethods 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 PlacementSettingsPlacementSettings. addProcessor(StructureProcessor p_215222_1_)PlacementSettingsPlacementSettings. 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 StructureProcessorListProcessorLists. 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_)
-