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 RegistryEntry<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,RegistryEntry<StructureProcessorList>> SinglePoolElement.method_28880()
Method parameters in net.minecraft.structure.pool with type arguments of type StructureProcessorListModifier and TypeMethodDescriptionStructurePoolElement.ofProcessedLegacySingle
(String id, RegistryEntry<StructureProcessorList> registryEntry) StructurePoolElement.ofProcessedSingle
(String id, RegistryEntry<StructureProcessorList> registryEntry) Constructor parameters in net.minecraft.structure.pool with type arguments of type StructureProcessorListModifierConstructorDescriptionprotected
LegacySinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, Structure> location, RegistryEntry<StructureProcessorList> registryEntry, StructurePool.Projection projection) protected
SinglePoolElement
(com.mojang.datafixers.util.Either<Identifier, Structure> location, RegistryEntry<StructureProcessorList> registryEntry, StructurePool.Projection projection) -
Uses of StructureProcessorList in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor with type parameters of type StructureProcessorListModifier and TypeFieldDescriptionstatic final RegistryEntry<StructureProcessorList>
StructureProcessorLists.BASTION_GENERIC_DEGRADATION
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.BOTTOM_RAMPART
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.BRIDGE
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.EMPTY
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ENTRANCE_REPLACEMENT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_DESERT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_PLAINS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_SAVANNA
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_SNOWY
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FARM_TAIGA
static final com.mojang.serialization.Codec<StructureProcessorList>
StructureProcessorType.field_25876
static final com.mojang.serialization.Codec<StructureProcessorList>
StructureProcessorType.field_26663
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FOSSIL_COAL
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FOSSIL_DIAMONDS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.FOSSIL_ROT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.HIGH_RAMPART
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.HIGH_WALL
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.HOUSING
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.MOSSIFY_10_PERCENT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.MOSSIFY_20_PERCENT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.MOSSIFY_70_PERCENT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.OUTPOST_ROT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.RAMPART_DEGRADATION
static final com.mojang.serialization.Codec<RegistryEntry<StructureProcessorList>>
StructureProcessorType.REGISTRY_CODEC
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ROOF
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.SIDE_WALL_DEGRADATION
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.STABLE_DEGRADATION
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.STREET_PLAINS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.STREET_SAVANNA
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.STREET_SNOWY_OR_TAIGA
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.TREASURE_ROOMS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_DESERT
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_PLAINS
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_SAVANNA
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_SNOWY
static final RegistryEntry<StructureProcessorList>
StructureProcessorLists.ZOMBIE_TAIGA
Methods in net.minecraft.structure.processor that return types with arguments of type StructureProcessorListModifier and TypeMethodDescriptionprivate static RegistryEntry<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 final Registry<StructureProcessorList>
BuiltinRegistries.STRUCTURE_PROCESSOR_LIST
static 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 TypeFieldDescriptionFossilFeatureConfig.fossilProcessors
FossilFeatureConfig.overlayProcessors
Constructor parameters in net.minecraft.world.gen.feature with type arguments of type StructureProcessorListModifierConstructorDescriptionFossilFeatureConfig
(List<Identifier> fossilStructures, List<Identifier> overlayStructures, RegistryEntry<StructureProcessorList> fossilProcessors, RegistryEntry<StructureProcessorList> overlayProcessors, int maxEmptyCorners)