Botcraft 1.21.11
Loading...
Searching...
No Matches
DataComponentTypeAttackRange.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 773 /* > 1.21.10 */
2#pragma once
4
5namespace ProtocolCraft
6{
7 namespace Components
8 {
10 {
11 SERIALIZED_FIELD(MinRange, float);
12 SERIALIZED_FIELD(MaxRange, float);
13 SERIALIZED_FIELD(MinCreativeRange, float);
14 SERIALIZED_FIELD(MaxCreativeRange, float);
15 SERIALIZED_FIELD(HitboxMargin, float);
16 SERIALIZED_FIELD(MobFactor, float);
17
19 };
20 }
21}
22#endif