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