Uses of Class
net.minecraft.structure.processor.StructureProcessorList
Packages that use StructureProcessorList
Package
Description
-
Uses of StructureProcessorList in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool with type parameters of type StructureProcessorListModifier and TypeFieldDescriptionprotected final Supplier<StructureProcessorList>SinglePoolElement.processorsMethods in net.minecraft.structure.pool that return types with arguments of type StructureProcessorListModifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,Supplier<StructureProcessorList>> SinglePoolElement.method_28880()Methods in net.minecraft.structure.pool with parameters of type StructureProcessorListModifier and TypeMethodDescriptionStructurePoolElement.method_30426(String string, StructureProcessorList structureProcessorList) StructurePoolElement.method_30435(String string, StructureProcessorList structureProcessorList) Constructor parameters in net.minecraft.structure.pool with type arguments of type StructureProcessorListModifierConstructorDescriptionprotectedLegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier, Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection) protectedSinglePoolElement(com.mojang.datafixers.util.Either<Identifier, Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection) -
Uses of StructureProcessorList in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as StructureProcessorListModifier and TypeFieldDescriptionstatic final StructureProcessorListStructureProcessorLists.BASTION_GENERIC_DEGRADATIONstatic final StructureProcessorListStructureProcessorLists.BOTTOM_RAMPARTstatic final StructureProcessorListStructureProcessorLists.BRIDGEstatic final StructureProcessorListStructureProcessorLists.EMPTYstatic final StructureProcessorListStructureProcessorLists.ENTRANCE_REPLACEMENTstatic final StructureProcessorListStructureProcessorLists.FARM_DESERTstatic final StructureProcessorListStructureProcessorLists.FARM_PLAINSstatic final StructureProcessorListStructureProcessorLists.FARM_SAVANNAstatic final StructureProcessorListStructureProcessorLists.FARM_SNOWYstatic final StructureProcessorListStructureProcessorLists.FARM_TAIGAstatic final StructureProcessorListStructureProcessorLists.FOSSIL_COALstatic final StructureProcessorListStructureProcessorLists.FOSSIL_DIAMONDSstatic final StructureProcessorListStructureProcessorLists.FOSSIL_ROTstatic final StructureProcessorListStructureProcessorLists.HIGH_RAMPARTstatic final StructureProcessorListStructureProcessorLists.HIGH_WALLstatic final StructureProcessorListStructureProcessorLists.HOUSINGstatic final StructureProcessorListStructureProcessorLists.MOSSIFY_10_PERCENTstatic final StructureProcessorListStructureProcessorLists.MOSSIFY_20_PERCENTstatic final StructureProcessorListStructureProcessorLists.MOSSIFY_70_PERCENTstatic final StructureProcessorListStructureProcessorLists.OUTPOST_ROTstatic final StructureProcessorListStructureProcessorLists.RAMPART_DEGRADATIONstatic final StructureProcessorListStructureProcessorLists.ROOFstatic final StructureProcessorListStructureProcessorLists.SIDE_WALL_DEGRADATIONstatic final StructureProcessorListStructureProcessorLists.STABLE_DEGRADATIONstatic final StructureProcessorListStructureProcessorLists.STREET_PLAINSstatic final StructureProcessorListStructureProcessorLists.STREET_SAVANNAstatic final StructureProcessorListStructureProcessorLists.STREET_SNOWY_OR_TAIGAstatic final StructureProcessorListStructureProcessorLists.TREASURE_ROOMSstatic final StructureProcessorListStructureProcessorLists.ZOMBIE_DESERTstatic final StructureProcessorListStructureProcessorLists.ZOMBIE_PLAINSstatic final StructureProcessorListStructureProcessorLists.ZOMBIE_SAVANNAstatic final StructureProcessorListStructureProcessorLists.ZOMBIE_SNOWYstatic final StructureProcessorListStructureProcessorLists.ZOMBIE_TAIGAFields in net.minecraft.structure.processor with type parameters of type StructureProcessorListModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructureProcessorList>StructureProcessorType.field_25876static final com.mojang.serialization.Codec<StructureProcessorList>StructureProcessorType.field_26663static final com.mojang.serialization.Codec<Supplier<StructureProcessorList>>StructureProcessorType.REGISTRY_CODECMethods in net.minecraft.structure.processor that return StructureProcessorListModifier and TypeMethodDescriptionprivate static StructureProcessorListStructureProcessorLists.register(String id, ImmutableList<StructureProcessor> processorList) -
Uses of StructureProcessorList in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructureProcessorListModifier and TypeFieldDescriptionstatic final Registry<StructureProcessorList>BuiltinRegistries.STRUCTURE_PROCESSOR_LISTstatic final RegistryKey<Registry<StructureProcessorList>>Registry.STRUCTURE_PROCESSOR_LIST_KEY -
Uses of StructureProcessorList in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type StructureProcessorListModifier and TypeFieldDescriptionfinal Supplier<StructureProcessorList>FossilFeatureConfig.fossilProcessorsfinal Supplier<StructureProcessorList>FossilFeatureConfig.overlayProcessorsConstructors in net.minecraft.world.gen.feature with parameters of type StructureProcessorListModifierConstructorDescriptionFossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, StructureProcessorList fossilProcessors, StructureProcessorList overlayProcessors, int maxEmptyCorners) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type StructureProcessorListModifierConstructorDescriptionFossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, Supplier<StructureProcessorList> fossilProcessors, Supplier<StructureProcessorList> overlayProcessors, int maxEmptyCorners)