LeviLamina
Loading...
Searching...
No Matches
JumpAroundTargetGoalDefaults.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace JumpAroundTargetGoalDefaults {
6// static variables
7// NOLINTBEGIN
8MCNAPI float const& COOLDOWN_SECONDS();
9
10MCNAPI float const& COOLDOWN_WHEN_HURT_SECONDS();
11
12MCNAPI ::std::vector<float> const& JUMP_ANGLES();
13
14MCNAPI int const& LANDING_POSITION_SPREAD_DEGREES();
15
16MCNAPI int const& LINE_OF_SIGHT_CHECK_HEIGHT();
17
18MCNAPI int const& REQUIRED_VERTICAL_SPACE();
19
20MCNAPI int const& SNAP_TO_SURFACE_BLOCK_RANGE();
21// NOLINTEND
22
23} // namespace JumpAroundTargetGoalDefaults