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