LeviLamina
Loading...
Searching...
No Matches
ActorAliasDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefintionDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace Json { class Value; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::std::vector<::AliasInfoDescription>> mAliases;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual char const* getJsonName() const /*override*/;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI ::AliasInfoDescription const* getAliasInfo(::std::string const& name) const;
31
32 MCAPI void parse(::Json::Value& root, bool isVanilla);
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCAPI char const* $getJsonName() const;
39
40
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCAPI static void** $vftable();
47 // NOLINTEND
48};
Definition Value.h:16
Definition ActorAliasDescription.h:14
Definition AliasInfoDescription.h:13
Definition DefintionDescription.h:5