Uses of Record Class
net.minecraft.world.gen.chunk.placement.RandomSpreadStructurePlacement
Package
Description
-
Uses of RandomSpreadStructurePlacement in net.minecraft.world.gen.chunk
Modifier and TypeMethodDescriptionprivate static @Nullable com.mojang.datafixers.util.Pair<BlockPos,
RegistryEntry<ConfiguredStructureFeature<?, ?>>> ChunkGenerator.method_40146
(Set<RegistryEntry<ConfiguredStructureFeature<?, ?>>> set, WorldView worldView, StructureAccessor structureAccessor, int int2, int int3, int int4, boolean bool, long long2, RandomSpreadStructurePlacement randomSpreadStructurePlacement) -
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
-
Uses of RandomSpreadStructurePlacement in net.minecraft.world.gen.feature
Modifier and TypeMethodDescriptionstatic BlockPos
StructureFeature.getLocatedPos
(RandomSpreadStructurePlacement placement, ChunkPos chunkPos) Returns a block position for feature location.