LeviLamina
Loading...
Searching...
No Matches
ExhaustionDefaults.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ExhaustionDefaults {
6// static variables
7// NOLINTBEGIN
8MCNAPI float const& EXHAUSTION_ATTACK();
9
10MCNAPI float const& EXHAUSTION_DAMAGE();
11
12MCNAPI float const& EXHAUSTION_HEAL();
13
14MCNAPI float const& EXHAUSTION_JUMP();
15
16MCNAPI float const& EXHAUSTION_MINE();
17
18MCNAPI float const& EXHAUSTION_SPRINT();
19
20MCNAPI float const& EXHAUSTION_SPRINT_JUMP();
21
22MCNAPI float const& EXHAUSTION_SWIM();
23
24MCNAPI float const& EXHAUSTION_WALK();
25// NOLINTEND
26
27} // namespace ExhaustionDefaults