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