LeviLamina
Loading...
Searching...
No Matches
SpawnActorComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
CompoundTag
;
9
class
DataLoadHelper
;
10
struct
SpawnActorEntry
;
11
// clang-format on
12
13
class
SpawnActorComponent
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 24, ::std::vector<::SpawnActorEntry>> mSpawnEntries;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
;
24
25
MCAPI
void
readAdditionalSaveData(
::Actor
&,
::CompoundTag
const
& tag,
::DataLoadHelper
&);
26
// NOLINTEND
27
};
Actor
Definition
Actor.h:113
CompoundTag
Definition
CompoundTag.h:18
DataLoadHelper
Definition
DataLoadHelper.h:20
SpawnActorComponent
Definition
SpawnActorComponent.h:13
SpawnActorEntry
Definition
SpawnActorEntry.h:8
src
mc
entity
components_json_legacy
SpawnActorComponent.h
Generated on
for LeviLamina by
1.16.1