Botcraft 1.21.4
Loading...
Searching...
No Matches
ChunkBiomeData.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 761 /* > 1.19.3 */
2#pragma once
3
6
7namespace ProtocolCraft
8{
10 {
12 SERIALIZED_FIELD(Buffer, std::vector<unsigned char>);
13
15 };
16}
17#endif
SERIALIZED_FIELD(Buffer, std::vector< unsigned char >)