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 MCNAPI static ::std::shared_ptr<::AttributeBuff>& ABSORPTION();
15
16 MCNAPI static ::std::shared_ptr<::AttributeBuff>& FATAL_POISON();
17
18 MCNAPI static ::std::shared_ptr<::AttributeBuff>& FOOD_POSIONING();
19
20 MCNAPI static ::std::shared_ptr<::AttributeBuff>& HARM();
21
22 MCNAPI static ::std::shared_ptr<::AttributeBuff>& HEAL();
23
24 MCNAPI static ::std::shared_ptr<::AttributeBuff>& POISON();
25
26 MCNAPI static ::std::shared_ptr<::AttributeBuff>& PUFFER_POSIONING();
27
28 MCNAPI static ::std::shared_ptr<::AttributeBuff>& REGENERATION();
29
30 MCNAPI static ::std::shared_ptr<::AttributeBuff>& SATURATION();
31
32 MCNAPI static ::std::shared_ptr<::AttributeBuff>& WITHER();
33 // NOLINTEND
34};
Definition AttributeBuff.h:14
Definition SharedBuffs.h:10
static MCAPI ::std::shared_ptr<::AttributeBuff > & SATURATION()
static MCAPI ::std::shared_ptr<::AttributeBuff > & FATAL_POISON()
static MCAPI ::std::shared_ptr<::AttributeBuff > & REGENERATION()
static MCAPI ::std::shared_ptr<::AttributeBuff > & FOOD_POSIONING()
static MCAPI ::std::shared_ptr<::AttributeBuff > & ABSORPTION()
static MCAPI ::std::shared_ptr<::AttributeBuff > & HARM()
static MCAPI ::std::shared_ptr<::AttributeBuff > & WITHER()
static MCAPI ::std::shared_ptr<::AttributeBuff > & PUFFER_POSIONING()
static MCAPI ::std::shared_ptr<::AttributeBuff > & HEAL()
static MCAPI ::std::shared_ptr<::AttributeBuff > & POISON()