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
10
struct
AliasInfoDescription
;
11
namespace
Json {
class
Value
; }
12
// clang-format on
13
14
struct
ActorAliasDescription
:
public
::DefintionDescription
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 24, ::std::vector<::AliasInfoDescription>> mAliases;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
char
const
* getJsonName()
const
/*override*/
;
25
26
virtual
~ActorAliasDescription
()
/*override*/
;
27
// NOLINTEND
28
29
public
:
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
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCAPI
void
$dtor();
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
MCAPI
char
const
* $getJsonName()
const
;
47
48
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
** $vftable();
55
// NOLINTEND
56
};
Json::Value
Definition
Value.h:16
ActorAliasDescription
Definition
ActorAliasDescription.h:14
AliasInfoDescription
Definition
AliasInfoDescription.h:13
DefintionDescription
Definition
DefintionDescription.h:5
src
mc
world
actor
ActorAliasDescription.h
Generated on
for LeviLamina by
1.16.1