BlockChangePacket

data class BlockChangePacket(val location: Position, val type: Int) : ClientBoundPacket

Block Update | 0x09 | play | clientbound

Parameters

location

location

type

type

See also

Constructors

Link copied to clipboard
constructor(location: Position, type: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val type: Int