Uses of Record Class
net.minecraft.world.gen.chunk.placement.RandomSpreadStructurePlacement
Packages that use RandomSpreadStructurePlacement
Package
Description
-
Uses of RandomSpreadStructurePlacement in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type RandomSpreadStructurePlacementModifier and TypeMethodDescriptionChunkGenerator.method_40146(StructureFeature<?> structureFeature, WorldView worldView, StructureAccessor structureAccessor, BlockPos blockPos, int int2, boolean bool, long long2, RandomSpreadStructurePlacement randomSpreadStructurePlacement) -
Uses of RandomSpreadStructurePlacement in net.minecraft.world.gen.chunk.placement
Fields in net.minecraft.world.gen.chunk.placement with type parameters of type RandomSpreadStructurePlacementModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RandomSpreadStructurePlacement>RandomSpreadStructurePlacement.CODECstatic final StructurePlacementType<RandomSpreadStructurePlacement>StructurePlacementType.RANDOM_SPREAD -
Uses of RandomSpreadStructurePlacement in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type RandomSpreadStructurePlacementModifier and TypeMethodDescriptionstatic BlockPosStructureFeature.getLocatedPos(RandomSpreadStructurePlacement randomSpreadStructurePlacement, ChunkPos chunkPos) Returns a block position for feature location.