17 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::ItemCooldown>> mItemCooldowns;
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::HashedString>> mVanillaItemCooldowns;
24 MCAPI
int getItemCooldownLeft(
::HashedString const& category)
const;
26 MCAPI
int getItemCooldownLeft(uint64 categoryHash)
const;
29 MCAPI
float getItemCooldownProgress(
::HashedString const& category)
const;
32 MCAPI
int getMaxItemCooldownLeft()
const;
36 MCAPI ::std::string startItemCooldown(
::HashedString const& category,
int tickDuration);
38 MCAPI
void tickCooldowns();