Botcraft 1.21.5
Loading...
Searching...
No Matches
EntityPositionSource.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 754 /* > 1.16.5 */
2#pragma once
3
5
6namespace ProtocolCraft
7{
9 {
10 SERIALIZED_FIELD(SourceEntityId, VarInt);
11#if PROTOCOL_VERSION > 758 /* > 1.18.2 */
12 SERIALIZED_FIELD(YOffset, float);
13#endif
15 };
16}
17#endif
SERIALIZED_FIELD(SourceEntityId, VarInt)