ServerboundInteractPacketEvent

class ServerboundInteractPacketEvent(player: Player, packet: ServerboundInteractPacket) : PlayerPacketEvent<ServerboundInteractPacket>

Constructors

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

Types

Link copied to clipboard
sealed interface Action

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var packet: ServerboundInteractPacket
Link copied to clipboard
val player: Player