Uses of Class
net.minecraft.structure.processor.StructureProcessorList
Package
Description
-
Uses of StructureProcessorList in net.minecraft.structure.pool
Modifier and TypeFieldDescriptionprotected Supplier<StructureProcessorList>
SinglePoolElement.processors
Modifier and TypeMethodDescriptionprotected static <E extends SinglePoolElement>
com.mojang.serialization.codecs.RecordCodecBuilder<E,Supplier<StructureProcessorList>>SinglePoolElement.method_28880()
Modifier and TypeMethodDescriptionStructurePoolElement.method_30426(String string, StructureProcessorList structureProcessorList)
StructurePoolElement.method_30435(String string, StructureProcessorList structureProcessorList)
ModifierConstructorDescriptionprotected
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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprivate static StructureProcessorList
StructureProcessorLists.register(String id, ImmutableList<StructureProcessor> processorList)
-
Uses of StructureProcessorList in net.minecraft.util.registry
Modifier 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
Modifier and TypeFieldDescriptionFossilFeatureConfig.fossilProcessors
FossilFeatureConfig.overlayProcessors
ModifierConstructorDescriptionFossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, StructureProcessorList fossilProcessors, StructureProcessorList overlayProcessors, int maxEmptyCorners)
ModifierConstructorDescriptionFossilFeatureConfig(List<Identifier> fossilStructures, List<Identifier> overlayStructures, Supplier<StructureProcessorList> fossilProcessors, Supplier<StructureProcessorList> overlayProcessors, int maxEmptyCorners)