PlayerActionEvent

data class PlayerActionEvent(var x: Int, var y: Int, var z: Int, var direction: ServerboundPlayerActionPacketUtil.Direction, var action: ServerboundPlayerActionPacketUtil.Action, var sequence: Int)

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
var x: Int
Link copied to clipboard
var y: Int
Link copied to clipboard
var z: Int