LeviLamina
Loading...
Searching...
No Matches
TagsComponentBase.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
// clang-format on
11
12
class
TagsComponentBase
{
13
public
:
14
// member functions
15
// NOLINTBEGIN
16
MCAPI
void
readAdditionalSaveData(
::Actor
& owner,
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadhelper);
17
// NOLINTEND
18
19
public
:
20
// static functions
21
// NOLINTBEGIN
22
MCAPI
static
void
_writeAdditionalSaveData(
::CompoundTag
& tag, ::std::vector<::std::string>
const
& componentTags);
23
// NOLINTEND
24
};
Actor
Definition
Actor.h:125
CompoundTag
Definition
CompoundTag.h:23
DataLoadHelper
Definition
DataLoadHelper.h:20
TagsComponentBase
Definition
TagsComponentBase.h:12
src
mc
entity
components
TagsComponentBase.h
Generated on
for LeviLamina by
1.16.1