LeviLamina
Loading...
Searching...
No Matches
DynamicPropertiesComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/persistence/DynamicProperties.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
CompoundTag
;
11
class
ILevel
;
12
// clang-format on
13
14
class
DynamicPropertiesComponent
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 64, ::DynamicProperties> mDynamicProperties;
19
// NOLINTEND
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCAPI
void
addAdditionalSaveData(
::CompoundTag
& tag,
::ILevel
& level)
const
;
25
26
MCFOLD ::DynamicProperties& getProperties();
27
// NOLINTEND
28
};
CompoundTag
Definition
CompoundTag.h:23
DynamicPropertiesComponent
Definition
DynamicPropertiesComponent.h:14
ILevel
Definition
ILevel.h:219
src
mc
entity
components
DynamicPropertiesComponent.h
Generated on
for LeviLamina by
1.16.1