PlayerMoveEvent

class PlayerMoveEvent(val type: MoverType, var movement: Vec3) : Event

Constructors

Link copied to clipboard
constructor(type: MoverType, movement: Vec3)

Properties

Link copied to clipboard
Link copied to clipboard
var movement: Vec3
Link copied to clipboard
val type: MoverType