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