LeviLamina
Loading...
Searching...
No Matches
MaxAutoStepComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/components/FloatComponent.h"
7
9public:
10 // static variables
11 // NOLINTBEGIN
12 MCAPI static float const& BASE_MAX_AUTO_STEP();
13
14 MCAPI static float const& CONTROLLED_MAX_AUTO_STEP();
15
16 MCAPI static float const& JUMP_PREVENTED_MAX_AUTO_STEP();
17 // NOLINTEND
18};
Definition FloatComponent.h:5
Definition MaxAutoStepComponent.h:8