Clarify docs

This commit is contained in:
DBotThePony 2025-03-09 13:04:31 +07:00
parent 674c875249
commit bd8c5ed97b
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 4 additions and 3 deletions

View File

@ -20,9 +20,7 @@ import kotlin.math.PI
import kotlin.math.roundToInt
/**
* Regular ellipsoid ("cloud") placement, suitable to be used as non-primary placement modifier
*
* This placement modifier is designed to be terminal; other placement modifiers after this MUST NOT be placed
* Ellipsoid ("cloud") placement
*/
data class EllipsoidPlacement(
/**

View File

@ -29,6 +29,9 @@ import kotlin.math.cos
import kotlin.math.sign
import kotlin.math.sin
/**
* Creates one block thick "worm" positions which twists and turns
*/
class WormPlacement(
val length: IntProvider,
val turnChanceXZ: BooleanProvider,