Clarify docs
This commit is contained in:
parent
674c875249
commit
bd8c5ed97b
@ -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(
|
||||
/**
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user