LeviLamina
Loading...
Searching...
No Matches
IsSummonableDescription.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
namespace
Json {
class
Value
; }
11
// clang-format on
12
13
struct
IsSummonableDescription
:
public
::DefintionDescription
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<1, 1, bool> mIsSummonable;
18
::ll::TypedStorage<1, 1, bool> mIsSet;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
char
const
* getJsonName()
const
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
#ifdef LL_PLAT_C
31
MCAPI
void
parse(
::Json::Value
const
& root);
32
#endif
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI
char
const
* $getJsonName()
const
;
39
40
41
// NOLINTEND
42
};
Json::Value
Definition
Value.h:16
DefintionDescription
Definition
DefintionDescription.h:5
IsSummonableDescription
Definition
IsSummonableDescription.h:13
src
mc
world
actor
IsSummonableDescription.h
Generated on
for LeviLamina by
1.16.1