LeviLamina
Loading...
Searching...
No Matches
OnUseItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefinitionTrigger.h"
7#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
8#include "mc/world/level/storage/AllExperiments.h"
9
10// auto generated forward declare list
11// clang-format off
13class HashedString;
14class SemVersion;
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnUse;
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static void bindType(
30 ::std::vector<::AllExperiments> const& requiredToggles,
31 ::std::optional<::SemVersion> releasedMinFormatVersion
32 );
33
34 MCAPI static ::HashedString const& getIdentifier();
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition DefinitionTrigger.h:16
Definition HashedString.h:5
Definition OnUseItemComponent.h:18
static MCAPI void ** $vftable()
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
Definition ReflectionCtx.h:11
Definition ctx.h:5