BlockBreakAnimationPacket

data class BlockBreakAnimationPacket(val entityId: Int, val location: Position, val destroyStage: Byte) : ClientBoundPacket

Set Block Destroy Stage | 0x06 | play | clientbound

Parameters

entityId

entityId

location

location

destroyStage

destroyStage

See also

Constructors

Link copied to clipboard
constructor(entityId: Int, location: Position, destroyStage: Byte)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard