LeviLamina
Loading...
Searching...
No Matches
SharedModifiers.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // static variables
13 // NOLINTBEGIN
14 MCAPI static ::std::shared_ptr<::AttributeModifier>& DAMAGE_BOOST();
15
16 MCAPI static ::std::shared_ptr<::AttributeModifier>& HEALTH_BOOST();
17
18 MCAPI static ::std::shared_ptr<::AttributeModifier>& MOVEMENT_SLOWDOWN();
19
20 MCAPI static ::std::shared_ptr<::AttributeModifier>& MOVEMENT_SPEED();
21
22 MCAPI static ::std::shared_ptr<::AttributeModifier>& SPRINTING_BOOST();
23
24 MCAPI static ::std::shared_ptr<::AttributeModifier>& WEAKNESS();
25 // NOLINTEND
26};
Definition AttributeModifier.h:10
Definition SharedModifiers.h:10