DeathBanResult

data class DeathBanResult(var successful: Boolean, var latestDeathPos: Location?, var banMessage: Component)

Represents the result of a death-ban. If the attempt lies in the future or in the past, it is context-dependent.

Constructors

Link copied to clipboard
constructor(successful: Boolean, latestDeathPos: Location?, banMessage: Component)

Properties

Link copied to clipboard
var banMessage: Component

The message shown to the banned player

Link copied to clipboard
var latestDeathPos: Location?

The stored death-position

Link copied to clipboard

Whether the outcome was successful.