LeviLamina
Loading...
Searching...
No Matches
SpawnCategoryDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/DefintionDescription.h"
7
#include "mc/world/actor/spawn_category/Type.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
Json {
class
Value
; }
12
// clang-format on
13
14
struct
SpawnCategoryDescription
:
public
::DefintionDescription
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, ::SpawnCategory::Type> mSpawnCategory;
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
MCAPI
void
parse(
::Json::Value
const
& root);
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCAPI
char
const
* $getJsonName()
const
;
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCAPI
static
void
** $vftable();
45
// NOLINTEND
46
};
Json::Value
Definition
Value.h:16
DefintionDescription
Definition
DefintionDescription.h:5
SpawnCategoryDescription
Definition
SpawnCategoryDescription.h:14
src
mc
world
actor
SpawnCategoryDescription.h
Generated on
for LeviLamina by
1.16.1