BlockDigPacket

data class BlockDigPacket(val status: Int, val location: Position, val face: Byte, val sequence: Int) : ServerBoundPacket

Player Action | 0x1c | play | serverbound

Parameters

status

status

location

location

face

face

sequence

sequence

See also

Constructors

Link copied to clipboard
constructor(status: Int, location: Position, face: Byte, sequence: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val face: Byte
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int