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
26 virtual ~ActorAliasDescription() /*override*/;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ::AliasInfoDescription const* getAliasInfo(::std::string const& name) const;
33
34 MCAPI void parse(::Json::Value& root, bool isVanilla);
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCAPI void $dtor();
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCAPI char const* $getJsonName() const;
47
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCAPI static void** $vftable();
55 // NOLINTEND
56};
Definition Value.h:16
Definition ActorAliasDescription.h:14
Definition AliasInfoDescription.h:13
Definition DefintionDescription.h:5