LeviLamina
Loading...
Searching...
No Matches
HitboxComponentSerialization.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
9// clang-format on
10
11namespace HitboxComponentSerialization {
12// functions
13// NOLINTBEGIN
14MCAPI void fromCompoundTag(::HitboxComponent& result, ::CompoundTag const& tag);
15
16MCAPI void toCompoundTag(::HitboxComponent const& source, ::CompoundTag& tag);
17// NOLINTEND
18
19} // namespace HitboxComponentSerialization
Definition CompoundTag.h:13
Definition HitboxComponent.h:10