ServerboundPlayerActionPacketEvent

class ServerboundPlayerActionPacketEvent(player: Player, packet: ServerboundPlayerActionPacket) : PlayerPacketEvent<ServerboundPlayerActionPacket>

Constructors

Link copied to clipboard
constructor(player: Player, packet: ServerboundPlayerActionPacket)

Properties

Link copied to clipboard
var action: ServerboundPlayerActionPacket.Action?
Link copied to clipboard
var direction: Direction?
Link copied to clipboard
Link copied to clipboard
var packet: ServerboundPlayerActionPacket
Link copied to clipboard
val player: Player
Link copied to clipboard
var pos: BlockPos?
Link copied to clipboard