SmokeSpreadCalculator

class SmokeSpreadCalculator(val level: ServerLevel, val center: Vec3)

Constructors

Link copied to clipboard
constructor(level: ServerLevel, center: Vec3)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val center: Vec3
Link copied to clipboard
val level: ServerLevel
Link copied to clipboard
val probeCount: Int = 1000
Link copied to clipboard
Link copied to clipboard
val walkIteration: Int = 10

Functions

Link copied to clipboard
fun getResult(): Set<Vec3>