LeviLamina
Loading...
Searching...
No Matches
ActorDocument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/schema/dynamic/DynamicValue.h"
7#include "mc/deps/shared_types/v1_21_110/actor/ActorDefinitions.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
14namespace SharedTypes::v1_21_110 {
15
16struct ActorDocument {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 72, ::cereal::DynamicValue> mDescription;
21 ::ll::TypedStorage<8, 56, ::SharedTypes::v1_21_110::ActorDefinitions> mDefinitions;
22 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::SharedTypes::v1_21_110::ActorDefinitions>>
23 mDefinitionGroups;
24 ::ll::TypedStorage<8, 72, ::cereal::DynamicValue> mEvents;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 ActorDocument& operator=(ActorDocument const&);
30 ActorDocument(ActorDocument const&);
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ActorDocument();
36
37 MCAPI ActorDocument(::SharedTypes::v1_21_110::ActorDocument&&);
38
39 MCAPI ~ActorDocument();
40 // NOLINTEND
41
42public:
43 // static variables
44 // NOLINTBEGIN
45 MCAPI static ::SemVersionConstant const& VERSION();
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCFOLD void* $ctor();
52
53 MCFOLD void* $ctor(::SharedTypes::v1_21_110::ActorDocument&&);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCFOLD void $dtor();
60 // NOLINTEND
61};
62
63} // namespace SharedTypes::v1_21_110
Definition SemVersionConstant.h:8
Definition ActorDocument.h:16