count

fun count(count: Int)

Adds a CountPlacement with the given count to this PlacedFeature, which returns the given position count times.


fun count(count: IntProvider)

Adds a CountPlacement with the given count to this PlacedFeature, which returns the given position count times. The IntProvider is sampled for each position.