LeviLamina
Loading...
Searching...
No Matches
ScopedGameTestTickingArea.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class ITickingArea;
8// clang-format on
9
10class ScopedGameTestTickingArea {
11public:
12 // member variables
13 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 ScopedGameTestTickingArea& operator=(ScopedGameTestTickingArea const&);
23 ScopedGameTestTickingArea(ScopedGameTestTickingArea const&);
24 ScopedGameTestTickingArea();
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCNAPI void _createTickingArea();
30
31 MCNAPI void _removeTickingArea();
32
33 MCNAPI bool areChunksLoaded();
34
35 MCNAPI ::std::shared_ptr<::ITickingArea> getTickingArea() const;
36
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCNAPI static ::std::string const& TICKING_AREA_PREFIX();
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
Definition ITickingArea.h:25
MCAPI void _createTickingArea()
MCAPI bool areChunksLoaded()
MCAPI ::std::shared_ptr<::ITickingArea > getTickingArea() const
MCAPI void _removeTickingArea()
static MCAPI ::std::string const & TICKING_AREA_PREFIX()
Definition Alias.h:14