LeviLamina
Loading...
Searching...
No Matches
GameTestInstanceLedger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/AutomaticID.h"
7#include "mc/gametest/framework/IGameTestListener.h"
8
9// auto generated forward declare list
10// clang-format off
11class Dimension;
12class LevelStorage;
13namespace gametest { class BaseGameTestInstance; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual void onTestStructureLoaded(::gametest::BaseGameTestInstance& testInstance) /*override*/;
35
36 // vIndex: 0
37 virtual ~GameTestInstanceLedger() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI explicit GameTestInstanceLedger(::LevelStorage& storage);
44
45 MCAPI void clear(::DimensionType dimension);
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCAPI static ::std::string const& GAME_TEST_INSTANCE_PREFIX();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(::LevelStorage& storage);
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63
64 // NOLINTEND
65
66public:
67 // virtual function thunks
68 // NOLINTBEGIN
69 MCAPI void $onTestStructureLoaded(::gametest::BaseGameTestInstance& testInstance);
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCAPI static void** $vftable();
76 // NOLINTEND
77};
Definition AutomaticID.h:6
Definition Dimension.h:83
Definition GameTestInstanceLedger.h:16
Definition LevelStorage.h:24
Definition BaseGameTestInstance.h:23
Definition IGameTestListener.h:12
Definition Alias.h:14