LeviLamina
Loading...
Searching...
No Matches
DurabilitySensorItemComponentUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
8class ItemStackBase;
9// clang-format on
10
11namespace DurabilitySensorItemComponentUtils {
12// functions
13// NOLINTBEGIN
14MCAPI void onHurtAndBreak(::ItemStackBase const& item, ::Actor& owner, int oldDamage, int newDamage);
15// NOLINTEND
16
17} // namespace DurabilitySensorItemComponentUtils
Definition Actor.h:104
Definition ItemStackBase.h:35