LeviLamina
Loading...
Searching...
No Matches
SpawnActorDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
class
SpawnActorComponent
;
12
namespace
JsonUtil {
class
EmptyClass
; }
13
// clang-format on
14
15
class
SpawnActorDefinition {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 24>
mUnkb31eff;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
SpawnActorDefinition& operator=(SpawnActorDefinition
const
&);
25
SpawnActorDefinition(SpawnActorDefinition
const
&);
26
SpawnActorDefinition();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
void
initialize(
::EntityContext
&,
::SpawnActorComponent
& component)
const
;
32
// NOLINTEND
33
34
public
:
35
// static functions
36
// NOLINTBEGIN
37
MCAPI
static
void
buildSchema(
38
::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::SpawnActorDefinition>
>& root
39
);
40
// NOLINTEND
41
};
EntityContext
Definition
EntityContext.h:16
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
SpawnActorComponent
Definition
SpawnActorComponent.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
components_json_legacy
SpawnActorDefinition.h
Generated on
for LeviLamina by
1.16.1