UpdateCommandBlockPacket

data class UpdateCommandBlockPacket(val location: Position, val command: String, val mode: Int, val flags: UByte) : ServerBoundPacket

Program Command Block | 0x29 | play | serverbound

Parameters

location

location

command

command

mode

mode

flags

flags

See also

Constructors

Link copied to clipboard
constructor(location: Position, command: String, mode: Int, flags: UByte)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val mode: Int