LeviLamina
Loading...
Searching...
No Matches
IdentifierDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefintionDescription.h"
7
8struct IdentifierDescription : public ::DefintionDescription {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> mId;
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 IdentifierDescription(IdentifierDescription const&);
18 IdentifierDescription();
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual char const* getJsonName() const /*override*/;
24
25 virtual ~IdentifierDescription() /*override*/;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCFOLD ::IdentifierDescription& operator=(::IdentifierDescription const&);
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI char const* $getJsonName() const;
44
45
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCAPI static void** $vftable();
52 // NOLINTEND
53};
Definition DefintionDescription.h:5