Botcraft 1.21.5
Loading...
Searching...
No Matches
DamageReduction.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 769 /* > 1.21.4 */
2#pragma once
5
6namespace ProtocolCraft
7{
8 namespace Components
9 {
11 {
12 SERIALIZED_FIELD(HorizontalBlockingAngle, float);
13 SERIALIZED_FIELD(Type, std::optional<HolderSet>);
14 SERIALIZED_FIELD(Base, float);
15 SERIALIZED_FIELD(Factor, float);
16
18 };
19 }
20}
21#endif
SERIALIZED_FIELD(Type, std::optional< HolderSet >)
SERIALIZED_FIELD(HorizontalBlockingAngle, float)