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