UpdateCommandBlockMinecartPacket

data class UpdateCommandBlockMinecartPacket(val entityId: Int, val command: String, val trackOutput: Boolean) : ServerBoundPacket

Program Command Block Minecart | 0x2a | play | serverbound

Parameters

entityId

entityId

command

command

trackOutput

track_output

See also

Constructors

Link copied to clipboard
constructor(entityId: Int, command: String, trackOutput: Boolean)

Types

Properties

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