3#include "mc/_HeaderOutputPredefine.h"
11namespace AppliedPotionUtil {
14MCNAPI
void applyPotionToItem(::ItemStackBase& item, ::std::shared_ptr<::Potion const>
const& potion);
16MCNAPI ::std::optional<int>
17calculateAppliedPotionAuxValue(::std::shared_ptr<::Potion const>
const& potion, ::ItemStackBase
const& item);
Definition ItemStackBase.h:52