Result

data class Result(val newPosition: Position) : Record

The result of a move event.

This allows plugins to modify the position that players will move to.

Constructors

Link copied to clipboard
constructor(newPosition: Position)

Properties

Link copied to clipboard

The new position to move the player to.