Botcraft 1.21.5
Loading...
Searching...
No Matches
Record.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION < 739 /* < 1.16.2 */
2#pragma once
3
5
6namespace ProtocolCraft
7{
8 class Record : public NetworkType
9 {
10 SERIALIZED_FIELD(HorizontalPosition, unsigned char);
11 SERIALIZED_FIELD(YCoordinate, unsigned char);
12 SERIALIZED_FIELD(BlockId, VarInt);
13
15 };
16}
17#endif
#define DECLARE_READ_WRITE_SERIALIZE
Define auto serializable utilities and declare ReadImpl, WriteImpl and SerializeImpl virtual function...
#define SERIALIZED_FIELD(Name,...)