Uses of Class
net.minecraft.world.gen.chunk.placement.StructurePlacement
Package
Description
-
Uses of StructurePlacement in net.minecraft.structure
Modifier and TypeFieldDescriptionprivate final StructurePlacement
StructureSet.placement
The field for theplacement
record component.Modifier and TypeMethodDescriptionStructureSet.placement()
Returns the value of theplacement
record component.Modifier and TypeMethodDescriptionstatic RegistryEntry<StructureSet>
StructureSets.register
(RegistryKey<StructureSet> key, RegistryEntry<Structure> structure, StructurePlacement placement) ModifierConstructorDescriptionStructureSet
(List<StructureSet.WeightedEntry> list, StructurePlacement structurePlacement) StructureSet
(RegistryEntry<Structure> structure, StructurePlacement placement) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprivate final Map<Structure,
List<StructurePlacement>> ChunkGenerator.structurePlacements
Modifier and TypeMethodDescriptionprivate List<StructurePlacement>
ChunkGenerator.getStructurePlacement
(RegistryEntry<Structure> structureEntry, NoiseConfig noiseConfig) Modifier and TypeMethodDescriptionprivate static @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Structure>> ChunkGenerator.locateStructure
(Set<RegistryEntry<Structure>> structures, WorldView world, StructureAccessor structureAccessor, boolean skipReferencedStructures, StructurePlacement placement, ChunkPos pos) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk.placement
Modifier and TypeInterfaceDescriptioninterface
StructurePlacementType<SP extends StructurePlacement>
Modifier and TypeClassDescriptionclass
class
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructurePlacement>
StructurePlacement.TYPE_CODEC
Modifier and TypeMethodDescriptionprotected static <S extends StructurePlacement>
com.mojang.datafixers.Products.P5<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<S>,Vec3i, StructurePlacement.FrequencyReductionMethod, Float, Integer, Optional<StructurePlacement.ExclusionZone>> StructurePlacement.method_41637
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<S> instance) private static <SP extends StructurePlacement>
StructurePlacementType<SP>