LeviLamina
Loading...
Searching...
No Matches
SnapshotAccessor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EntityContext;
8// clang-format on
9
10namespace MovementDataExtractionUtility {
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 SnapshotAccessor& operator=(SnapshotAccessor const&);
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI explicit SnapshotAccessor(::EntityContext const& entity);
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCAPI void* $ctor(::EntityContext const& entity);
35 // NOLINTEND
36};
37
38} // namespace MovementDataExtractionUtility
Definition EntityContext.h:16
Definition SnapshotAccessor.h:12
Definition Alias.h:14