22 ::ll::TypedStorage<4, 4, float> mDuration;
23 ::ll::TypedStorage<1, 1, ::SharedTypes::ItemCooldownType> mType;
24 ::ll::TypedStorage<8, 48, ::HashedString> mCategory;
29 CooldownItemComponent();
34 virtual ~CooldownItemComponent() =
default;
40 MCAPI CooldownItemComponent(::CooldownItemComponent
const&);
44 MCAPI ::CooldownItemComponent& operator=(::CooldownItemComponent&&);
46 MCAPI ::CooldownItemComponent& operator=(::CooldownItemComponent
const&);
52 MCAPI
static void bindType(
54 ::std::vector<::AllExperiments>
const& requiredToggles,
55 ::std::optional<::SemVersion> releasedMinFormatVersion
58 MCAPI static ::HashedString
const& getIdentifier();
64 MCAPI
void* $ctor(::CooldownItemComponent
const&);