LeviLamina
Loading...
Searching...
No Matches
ActorPropertiesDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/molang/MolangVersion.h"
7#include "mc/world/actor/DefintionDescription.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Json { class Value; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 1
30 virtual char const* getJsonName() const /*override*/;
31
32 // vIndex: 0
33 virtual ~ActorPropertiesDescription() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI ::ActorPropertiesDescription& operator=(::ActorPropertiesDescription const&);
40
41 MCAPI void parse(::Json::Value& root, ::MolangVersion molangVersion);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCFOLD void $dtor();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI char const* $getJsonName() const;
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCAPI static void** $vftable();
60 // NOLINTEND
61};
Definition Value.h:16
Definition ActorPropertiesDescription.h:14
Definition DefintionDescription.h:5
Definition Alias.h:14