LeviLamina
Loading...
Searching...
No Matches
WeaponItemComponent.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> mOnHurtActor;
23 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnHitActor;
24 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnHitBlock;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
36 virtual ~WeaponItemComponent() /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
43
45
46 MCAPI ::WeaponItemComponent& operator=(::WeaponItemComponent&&);
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static void bindType(
54 ::std::vector<::AllExperiments> const& requiredToggles,
55 ::std::optional<::SemVersion> releasedMinFormatVersion
56 );
57
58 MCAPI static ::HashedString const& getIdentifier();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
64 MCAPI void* $ctor(::WeaponItemComponent&&);
65
66 MCAPI void* $ctor(::WeaponItemComponent const&);
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCAPI void $dtor();
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCNAPI static void** $vftable();
79 // NOLINTEND
80};
Definition DefinitionTrigger.h:11
Definition HashedString.h:5
Definition SemVersion.h:16
Definition IItemComponentLegacyFactoryData.h:5
Definition WeaponItemComponent.h:18
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5