Uses of Class
net.minecraft.world.gen.feature.RandomPatchFeatureConfig.Builder
-
Uses of RandomPatchFeatureConfig.Builder in net.minecraft.world.gen.feature
Modifier and TypeMethodDescriptionRandomPatchFeatureConfig.Builder.blacklist(Set<BlockState> blacklist)
RandomPatchFeatureConfig.Builder.cannotProject()
RandomPatchFeatureConfig.Builder.canReplace()
RandomPatchFeatureConfig.Builder.needsWater()
RandomPatchFeatureConfig.Builder.spreadX(int spreadX)
RandomPatchFeatureConfig.Builder.spreadY(int spreadY)
RandomPatchFeatureConfig.Builder.spreadZ(int spreadZ)
RandomPatchFeatureConfig.Builder.tries(int tries)