LeviLamina
Loading...
Searching...
No Matches
IBlockActorComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/actor/BlockActorVersion.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
CompoundTag
;
11
// clang-format on
12
13
struct
IBlockActorComponent
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
~IBlockActorComponent
() =
default
;
18
19
virtual
void
save(
::CompoundTag
& parentTag)
const
= 0;
20
21
virtual
void
load(
::CompoundTag
const
& parentTag, ::BlockActorVersion version) = 0;
22
// NOLINTEND
23
};
CompoundTag
Definition
CompoundTag.h:18
IBlockActorComponent
Definition
IBlockActorComponent.h:13
src
mc
world
level
block
actor
component
IBlockActorComponent.h
Generated on
for LeviLamina by
1.16.1