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
struct
IsSummonableDescription
:
public
::DefintionDescription
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<1, 1, bool> mIsSummonable;
13
::ll::TypedStorage<1, 1, bool> mIsSet;
14
// NOLINTEND
15
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
char
const
* getJsonName()
const
/*override*/
;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
MCAPI
char
const
* $getJsonName()
const
;
26
27
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCAPI
static
void
** $vftable();
34
// NOLINTEND
35
};
DefintionDescription
Definition
DefintionDescription.h:5
IsSummonableDescription
Definition
IsSummonableDescription.h:8
src
mc
world
actor
IsSummonableDescription.h
Generated on
for LeviLamina by
1.16.1