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<StructureType> configuredStructureFigure, StructurePlacement placement) ModifierConstructorDescriptionStructureSet
(List<StructureSet.WeightedEntry> list, StructurePlacement structurePlacement) StructureSet
(RegistryEntry<StructureType> structure, StructurePlacement placement) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk
Modifier and TypeFieldDescriptionprivate final Map<StructureType,
List<StructurePlacement>> ChunkGenerator.structurePlacements
Modifier and TypeMethodDescriptionprivate List<StructurePlacement>
ChunkGenerator.method_41055
(RegistryEntry<StructureType> registryEntry, NoiseConfig noiseConfig) Modifier and TypeMethodDescriptionprivate static @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<StructureType>> ChunkGenerator.method_41522
(Set<RegistryEntry<StructureType>> set, WorldView worldView, StructureAccessor structureAccessor, boolean bool, StructurePlacement structurePlacement, ChunkPos chunkPos) -
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>