LeviLamina
Loading...
Searching...
No Matches
IDefinitionInstance.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
9class EntityContext;
10class EntityRegistry;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual void _initialize(::EntityRegistry&, ::EntityContext&) const = 0;
31
32 // vIndex: 1
33 virtual void _uninitialize(::EntityRegistry&, ::EntityContext&) const = 0;
34
35 // vIndex: 2
36 virtual void _save(::EntityRegistry const&, ::EntityContext const&, ::CompoundTag&) const = 0;
37
38 // vIndex: 3
39 virtual void _load(::EntityRegistry&, ::EntityContext&, ::CompoundTag const&, ::DataLoadHelper&) const = 0;
40
41 // vIndex: 4
42 virtual void _reload(::EntityRegistry&, ::EntityContext&) const = 0;
43
44 // vIndex: 5
45 virtual ~IDefinitionInstance() = default;
46
47 // vIndex: 6
48 virtual ushort getDefinitionTypeId() const = 0;
49
50 // vIndex: 7
51 virtual ushort getRuntimeTypeId() const;
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI ushort $getRuntimeTypeId() const;
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCAPI static void** $vftable();
70 // NOLINTEND
71};
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition EntityContext.h:16
Definition EntityRegistry.h:15
Definition IDefinitionInstance.h:13
Definition Alias.h:14