Botcraft 1.21.4
Loading...
Searching...
No Matches
Ingredient.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 347 /* > 1.12.2 */
2#pragma once
3
5#if PROTOCOL_VERSION < 768 /* < 1.21.2 */
7#else
9#endif
10
11namespace ProtocolCraft
12{
13 class Ingredient : public NetworkType
14 {
15#if PROTOCOL_VERSION < 768 /* < 1.21.2 */
16 SERIALIZED_FIELD(Items, std::vector<Slot>);
17#else
19#endif
20
22 };
23}
24#endif
#define SERIALIZED_FIELD(Name,...)
SERIALIZED_FIELD(Items, HolderSet)