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