The position of the command block.
The command mode of the command block.
Whether the command block is in redstone mode.
Whether the command block is in conditional mode.
ReadonlycommandThe command mode of the command block.
ReadonlyconditionalWhether the command block is in conditional mode.
ReadonlypositionThe position of the command block.
ReadonlyredstoneWhether the command block is in redstone mode.
StaticreadRead a value from the stream.
The BinaryStream to read from.
Optionaloptions: PacketDataTypeOptions<boolean>Options for reading the data type, such as endianness.
The value read from the stream.
StaticwriteWrite a value to the stream.
The BinaryStream to write to.
The value to write.
Optionaloptions: PacketDataTypeOptions<boolean>Options for writing the data type, such as endianness.
Create a new command block settings data type.