3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/item/Item.h"
16namespace Bedrock::Safety {
class RedactableString; }
27 virtual bool canBeCharged()
const ;
30 virtual ::HashedString
const& getCooldownType()
const ;
33 virtual int getCooldownTime()
const ;
36 virtual void appendFormattedHovertext(
40 bool const showCategory
50 MCAPI
static void addGoatHornVarationSaveData(
::Goat& goat,
::ItemStack& instance);
58 MCFOLD
bool $canBeCharged()
const;
60 MCAPI ::HashedString
const& $getCooldownType()
const;
62 MCFOLD
int $getCooldownTime()
const;
64 MCAPI
void $appendFormattedHovertext(
68 bool const showCategory
Definition RedactableString.h:10
Definition GoatHornItem.h:19
static MCAPI void ** $vftable()
Definition HashedString.h:5
Definition ItemStackBase.h:35
Definition ItemStack.h:25