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
18class OnUseItemComponent : public ::IItemComponentLegacyFactoryData {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnUse;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 OnUseItemComponent& operator=(OnUseItemComponent const&);
28 OnUseItemComponent();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~OnUseItemComponent() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI OnUseItemComponent(::OnUseItemComponent const&);
40
41 MCFOLD ::OnUseItemComponent& operator=(::OnUseItemComponent&&);
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(
49 ::std::vector<::AllExperiments> const& requiredToggles,
50 ::std::optional<::SemVersion> releasedMinFormatVersion
51 );
52
53 MCAPI static ::HashedString const& getIdentifier();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCFOLD void* $ctor(::OnUseItemComponent const&);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCFOLD void $dtor();
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition DefinitionTrigger.h:15
Definition HashedString.h:5
static MCAPI void ** $vftable()
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
Definition ReflectionCtx.h:11
Definition ctx.h:5