LeviLamina
Loading...
Searching...
No Matches
TestParameters.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/Rotation.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11namespace gametest { class BaseGameTestFunction; }
12// clang-format on
13
14namespace gametest {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 12, ::BlockPos> mTestPos;
21 ::ll::TypedStorage<1, 1, bool> mStopOnFailure;
22 ::ll::TypedStorage<1, 1, bool> mStopOtherTestsOnFailure;
23 ::ll::TypedStorage<4, 4, int> mRepeatCount;
24 ::ll::TypedStorage<4, 4, int> mTestsPerRow;
25 ::ll::TypedStorage<4, 4, int> mMaxTestsPerBatch;
26 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::gametest::BaseGameTestFunction>>> mtestFunctions;
27 ::ll::TypedStorage<1, 1, ::Rotation> mRotation;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ~TestParameters();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCAPI void $dtor();
40 // NOLINTEND
41};
42
43} // namespace gametest
Definition BlockPos.h:18
Definition TestParameters.h:16