LeviLamina
Loading...
Searching...
No Matches
EntityComponentFactoryCerealBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/factory/EntityComponentFactoryBase.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
14// clang-format on
15
16class EntityComponentFactoryCerealBase : public ::EntityComponentFactoryBase {
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 EntityComponentFactoryCerealBase& operator=(EntityComponentFactoryCerealBase const&);
27 EntityComponentFactoryCerealBase(EntityComponentFactoryCerealBase const&);
28 EntityComponentFactoryCerealBase();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33#ifdef LL_PLAT_S
34 virtual ~EntityComponentFactoryCerealBase() /*override*/ = default;
35#else // LL_PLAT_C
36 virtual ~EntityComponentFactoryCerealBase() /*override*/;
37#endif
38
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44#ifdef LL_PLAT_C
45 MCNAPI void serializeComponentDefinitions(
46 ::DefinitionInstanceGroup& outputDefinitions,
47 ::CompoundTag const& input,
48 ::MinEngineVersion const& minEngineVersion
49 ) const;
50
51 MCNAPI ::ICerealDefinitionSerializer* tryGetDefinitionSerializer(::std::string const& name) const;
52#endif
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition CompoundTag.h:23
Definition DefinitionInstanceGroup.h:10
Definition EntityComponentFactoryBase.h:14
static MCAPI void ** $vftable()
Definition ICerealDefinitionSerializer.h:13
Definition MinEngineVersion.h:10
Definition Alias.h:14