Botcraft 26.2
Loading...
Searching...
No Matches
ItemStackSlotDisplay.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
2#pragma once
3
5#if PROTOCOL_VERSION < 775 /* < 26.1 */
7#else
9#endif
10
11namespace ProtocolCraft
12{
14 {
15#if PROTOCOL_VERSION < 775 /* < 26.1 */
16 SERIALIZED_FIELD(Stack, Slot);
17#else
19#endif
20
22 };
23}
24#endif
#define SERIALIZED_FIELD(Name,...)
SERIALIZED_FIELD(Stack, ItemStackTemplate)