Uses of Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig.Builder
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
-
Uses of RandomPatchFeatureConfig.Builder in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return RandomPatchFeatureConfig.Builder Modifier and Type Method Description RandomPatchFeatureConfig.BuilderRandomPatchFeatureConfig.Builder. blacklist(Set<BlockState> blacklist)RandomPatchFeatureConfig.BuilderRandomPatchFeatureConfig.Builder. cannotProject()RandomPatchFeatureConfig.BuilderRandomPatchFeatureConfig.Builder. canReplace()RandomPatchFeatureConfig.BuilderRandomPatchFeatureConfig.Builder. needsWater()RandomPatchFeatureConfig.BuilderRandomPatchFeatureConfig.Builder. spreadX(int spreadX)RandomPatchFeatureConfig.BuilderRandomPatchFeatureConfig.Builder. spreadY(int spreadY)RandomPatchFeatureConfig.BuilderRandomPatchFeatureConfig.Builder. spreadZ(int spreadZ)RandomPatchFeatureConfig.BuilderRandomPatchFeatureConfig.Builder. tries(int tries)RandomPatchFeatureConfig.BuilderRandomPatchFeatureConfig.Builder. whitelist(Set<Block> whitelist)