LeviLamina
Loading...
Searching...
No Matches
SharedBuffs.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class AttributeBuff;
8// clang-format on
9
11public:
12 // static variables
13 // NOLINTBEGIN
14 MCAPI static ::std::shared_ptr<::AttributeBuff>& ABSORPTION();
15
16 MCAPI static ::std::shared_ptr<::AttributeBuff>& FATAL_POISON();
17
18 MCAPI static ::std::shared_ptr<::AttributeBuff>& FOOD_POSIONING();
19
20 MCAPI static ::std::shared_ptr<::AttributeBuff>& HARM();
21
22 MCAPI static ::std::shared_ptr<::AttributeBuff>& HEAL();
23
24 MCAPI static ::std::shared_ptr<::AttributeBuff>& POISON();
25
26 MCAPI static ::std::shared_ptr<::AttributeBuff>& PUFFER_POSIONING();
27
28 MCAPI static ::std::shared_ptr<::AttributeBuff>& REGENERATION();
29
30 MCAPI static ::std::shared_ptr<::AttributeBuff>& SATURATION();
31
32 MCAPI static ::std::shared_ptr<::AttributeBuff>& WITHER();
33 // NOLINTEND
34};
Definition AttributeBuff.h:14
Definition SharedBuffs.h:10