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;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual void _initialize(::EntityContext&) const = 0;
30
31 // vIndex: 1
32 virtual void _uninitialize(::EntityContext&) const = 0;
33
34 // vIndex: 2
35 virtual void _save(::EntityContext const&, ::CompoundTag&) const = 0;
36
37 // vIndex: 3
38 virtual void _load(::EntityContext&, ::CompoundTag const&, ::DataLoadHelper&) const = 0;
39
40 // vIndex: 4
41 virtual void _reload(::EntityContext&) const = 0;
42
43 // vIndex: 5
44 virtual ~IDefinitionInstance();
45
46 // vIndex: 6
47 virtual ushort getDefinitionTypeId() const = 0;
48
49 // vIndex: 7
50 virtual ushort getRuntimeTypeId() const;
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCNAPI void $dtor();
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62 MCNAPI ushort $getRuntimeTypeId() const;
63 // NOLINTEND
64};
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition EntityContext.h:16
Definition IDefinitionInstance.h:12
MCAPI ushort $getRuntimeTypeId() const
MCAPI void $dtor()
Definition Alias.h:14