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.Builder
RandomPatchFeatureConfig.Builder. blacklist(Set<BlockState> blacklist)
RandomPatchFeatureConfig.Builder
RandomPatchFeatureConfig.Builder. cannotProject()
RandomPatchFeatureConfig.Builder
RandomPatchFeatureConfig.Builder. canReplace()
RandomPatchFeatureConfig.Builder
RandomPatchFeatureConfig.Builder. needsWater()
RandomPatchFeatureConfig.Builder
RandomPatchFeatureConfig.Builder. spreadX(int spreadX)
RandomPatchFeatureConfig.Builder
RandomPatchFeatureConfig.Builder. spreadY(int spreadY)
RandomPatchFeatureConfig.Builder
RandomPatchFeatureConfig.Builder. spreadZ(int spreadZ)
RandomPatchFeatureConfig.Builder
RandomPatchFeatureConfig.Builder. tries(int tries)
RandomPatchFeatureConfig.Builder
RandomPatchFeatureConfig.Builder. whitelist(Set<Block> whitelist)