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
7class Actor;
8class CompoundTag;
10struct SpawnActorEntry;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<::SpawnActorEntry>> mSpawnEntries;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCNAPI void addAdditionalSaveData(::CompoundTag& tag) const;
30
31 MCNAPI ::SpawnActorComponent& operator=(::SpawnActorComponent&&);
32
34 // NOLINTEND
35};
Definition Actor.h:103
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition SpawnActorComponent.h:13
MCAPI void readAdditionalSaveData(::Actor &, ::CompoundTag const &tag, ::DataLoadHelper &)
MCAPI void addAdditionalSaveData(::CompoundTag &tag) const
MCAPI::SpawnActorComponent & operator=(::SpawnActorComponent &&)
Definition SpawnActorEntry.h:5