Botcraft 1.21.11
Loading...
Searching...
No Matches
DataComponentTypeResourceLocation.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 765 /* > 1.20.4 */ && PROTOCOL_VERSION < 774 /* < 1.21.11 */
2#pragma once
5
6namespace ProtocolCraft
7{
8 namespace Components
9 {
10 class DataComponentTypeResourceLocation : public DataComponentType
11 {
13
15 };
16 }
17}
18#endif
#define DECLARE_READ_WRITE_SERIALIZE
Define auto serializable utilities and declare ReadImpl, WriteImpl and SerializeImpl virtual function...
#define SERIALIZED_FIELD(Name,...)