Botcraft 1.21.4
Loading...
Searching...
No Matches
RecipeDataSmithing.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 732 /* > 1.15.2 */ && PROTOCOL_VERSION < 763 /* < 1.20 */
2#pragma once
3
7
8namespace ProtocolCraft
9{
10 class RecipeDataSmithing : public RecipeData
11 {
14 SERIALIZED_FIELD(Result, Slot);
15
17 };
18}
19#endif
#define DECLARE_READ_WRITE_SERIALIZE
Define auto serializable utilities and declare ReadImpl, WriteImpl and SerializeImpl virtual function...
#define SERIALIZED_FIELD(Name,...)