Botcraft 1.21.4
Loading...
Searching...
No Matches
BlockEntityTag.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 348 /* > 1.12.2 */
2#pragma once
3
6
7namespace ProtocolCraft
8{
10 {
12 SERIALIZED_FIELD(Entries, std::vector<VarInt>);
13
15 };
16} // ProtocolCraft
17#endif
SERIALIZED_FIELD(Entries, std::vector< VarInt >)
SERIALIZED_FIELD(TagName, Identifier)