LeviLamina
Loading...
Searching...
No Matches
MovementCorrection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/entity/components/CorrectionMethod.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<1, 1, ::CorrectionMethod> mMethod;
14 ::ll::TypedStorage<4, 12, ::Vec3> mAcceptPosition;
15 ::ll::TypedStorage<1, 1, uchar> mNewDivergenceCounter;
16 // NOLINTEND
17};
Definition MovementCorrection.h:9