WorldBorderBuilder

DSL builder for configuring a world border packet.

Properties

Link copied to clipboard
abstract var lerpTime: Long

The transition duration in milliseconds.

Link copied to clipboard
abstract var oldSize: Double

The previous border size (used for lerp animation).

Link copied to clipboard
abstract var size: Double

The new border size in blocks.

Link copied to clipboard
abstract var warningDistance: Int

The warning distance in blocks.

Link copied to clipboard
abstract var warningTime: Int

The warning time in seconds.

Link copied to clipboard
abstract var x: Double

The center X coordinate.

Link copied to clipboard
abstract var z: Double

The center Z coordinate.

Functions

Link copied to clipboard
open fun center(location: Location)