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 Supplier<StructureProcessorList>
SinglePoolElement.processors
Methods 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 StructureProcessorListModifierConstructorDescriptionprotected
LegacySinglePoolElement(com.mojang.datafixers.util.Either<Identifier,Structure> either, Supplier<StructureProcessorList> processors, StructurePool.Projection projection)
protected
SinglePoolElement(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 StructureProcessorList
StructureProcessorLists.BASTION_GENERIC_DEGRADATION
static StructureProcessorList
StructureProcessorLists.BOTTOM_RAMPART
static StructureProcessorList
StructureProcessorLists.BRIDGE
static StructureProcessorList
StructureProcessorLists.EMPTY
static StructureProcessorList
StructureProcessorLists.ENTRANCE_REPLACEMENT
static StructureProcessorList
StructureProcessorLists.FARM_DESERT
static StructureProcessorList
StructureProcessorLists.FARM_PLAINS
static StructureProcessorList
StructureProcessorLists.FARM_SAVANNA
static StructureProcessorList
StructureProcessorLists.FARM_SNOWY
static StructureProcessorList
StructureProcessorLists.FARM_TAIGA
static StructureProcessorList
StructureProcessorLists.FOSSIL_COAL
static StructureProcessorList
StructureProcessorLists.FOSSIL_DIAMONDS
static StructureProcessorList
StructureProcessorLists.FOSSIL_ROT
static StructureProcessorList
StructureProcessorLists.HIGH_RAMPART
static StructureProcessorList
StructureProcessorLists.HIGH_WALL
static StructureProcessorList
StructureProcessorLists.HOUSING
static StructureProcessorList
StructureProcessorLists.MOSSIFY_10_PERCENT
static StructureProcessorList
StructureProcessorLists.MOSSIFY_20_PERCENT
static StructureProcessorList
StructureProcessorLists.MOSSIFY_70_PERCENT
static StructureProcessorList
StructureProcessorLists.OUTPOST_ROT
static StructureProcessorList
StructureProcessorLists.RAMPART_DEGRADATION
static StructureProcessorList
StructureProcessorLists.ROOF
static StructureProcessorList
StructureProcessorLists.SIDE_WALL_DEGRADATION
static StructureProcessorList
StructureProcessorLists.STABLE_DEGRADATION
static StructureProcessorList
StructureProcessorLists.STREET_PLAINS
static StructureProcessorList
StructureProcessorLists.STREET_SAVANNA
static StructureProcessorList
StructureProcessorLists.STREET_SNOWY_OR_TAIGA
static StructureProcessorList
StructureProcessorLists.TREASURE_ROOMS
static StructureProcessorList
StructureProcessorLists.ZOMBIE_DESERT
static StructureProcessorList
StructureProcessorLists.ZOMBIE_PLAINS
static StructureProcessorList
StructureProcessorLists.ZOMBIE_SAVANNA
static StructureProcessorList
StructureProcessorLists.ZOMBIE_SNOWY
static StructureProcessorList
StructureProcessorLists.ZOMBIE_TAIGA
Fields in net.minecraft.structure.processor with type parameters of type StructureProcessorListModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<StructureProcessorList>
StructureProcessorType.field_25876
static com.mojang.serialization.Codec<StructureProcessorList>
StructureProcessorType.field_26663
static com.mojang.serialization.Codec<Supplier<StructureProcessorList>>
StructureProcessorType.REGISTRY_CODEC
Methods in net.minecraft.structure.processor that return StructureProcessorListModifier and TypeMethodDescriptionprivate static StructureProcessorList
StructureProcessorLists.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 Registry<StructureProcessorList>
BuiltinRegistries.STRUCTURE_PROCESSOR_LIST
static 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 TypeFieldDescriptionFossilFeatureConfig.fossilProcessors
FossilFeatureConfig.overlayProcessors
Constructors 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)