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 MCNAPI_C void serializeComponentDefinitions(
45 ::DefinitionInstanceGroup& outputDefinitions,
46 ::CompoundTag const& input,
47 ::MinEngineVersion const& minEngineVersion
48 ) const;
49
50 MCNAPI_C ::ICerealDefinitionSerializer* tryGetDefinitionSerializer(::std::string const& name) const;
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCNAPI void $dtor();
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
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