Uses of Class
net.minecraft.world.gen.chunk.placement.RandomSpreadStructurePlacement
-
Uses of RandomSpreadStructurePlacement in net.minecraft.world.gen.chunk
Modifier and TypeMethodDescriptionprivate static @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<Structure>> ChunkGenerator.locateRandomSpreadStructure
(Set<RegistryEntry<Structure>> structures, WorldView world, StructureAccessor structureAccessor, int centerChunkX, int centerChunkZ, int radius, boolean skipReferencedStructures, long seed, RandomSpreadStructurePlacement placement) -
Uses of RandomSpreadStructurePlacement in net.minecraft.world.gen.chunk.placement
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomSpreadStructurePlacement>
RandomSpreadStructurePlacement.CODEC
static final StructurePlacementType<RandomSpreadStructurePlacement>
StructurePlacementType.RANDOM_SPREAD