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.ModifierConstructorDescriptionStructureSet
(List<StructureSet.WeightedEntry> list, StructurePlacement structurePlacement) StructureSet
(RegistryEntry<Structure> structure, StructurePlacement placement) -
Uses of StructurePlacement in net.minecraft.world.gen.chunk
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 TypeFieldDescriptionprivate final Map<Structure,
List<StructurePlacement>> StructurePlacementCalculator.structuresToPlacements
static 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.buildCodec
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<S> instance) private static <SP extends StructurePlacement>
StructurePlacementType<SP>Modifier and TypeMethodDescriptionStructurePlacementCalculator.getPlacements
(RegistryEntry<Structure> structureEntry)