ArenaExtras

data class ArenaExtras(val extraPoints: List<BlockPos> = emptyList(), val spawnMarkers: List<BlockPos> = emptyList(), val yBounds: EverArenas.ArenaYBounds? = null)(source)

Additional arena data beyond bounds: extra boundary points and spawn markers.

Constructors

Link copied to clipboard
constructor(extraPoints: List<BlockPos> = emptyList(), spawnMarkers: List<BlockPos> = emptyList(), yBounds: EverArenas.ArenaYBounds? = null)

Properties

Link copied to clipboard
val extraPoints: List<BlockPos>

Additional boundary points (beyond pos1/pos2)

Link copied to clipboard
val spawnMarkers: List<BlockPos>

Player spawn positions defined during arena creation

Link copied to clipboard

Optional manual Y scan bounds for template export