LeviLamina
Loading...
Searching...
No Matches
KineticWeaponItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/components/KineticDamageSettings.h"
7#include "mc/world/item/components/NetworkedItemComponent.h"
8#include "mc/world/level/storage/AllExperiments.h"
9
10// auto generated forward declare list
11// clang-format off
12class HashedString;
13class SemVersion;
14namespace SharedTypes::v1_21_90 { struct KineticWeaponItemComponent; }
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
18class KineticWeaponItemComponent : public ::NetworkedItemComponent<::KineticWeaponItemComponent> {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 84, ::KineticDamageSettings> mSettings;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI KineticWeaponItemComponent();
29
30 MCAPI explicit KineticWeaponItemComponent(::SharedTypes::v1_21_90::KineticWeaponItemComponent const& data);
31
32 MCFOLD ::KineticDamageSettings const& getSettings() const;
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void bindType(
40 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
41 ::std::optional<::SemVersion>
42 );
43
44 MCAPI static ::HashedString const& getIdentifier();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor();
51
52 MCAPI void* $ctor(::SharedTypes::v1_21_90::KineticWeaponItemComponent const& data);
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition HashedString.h:5
static MCAPI void ** $vftable()
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition KineticWeaponItemComponent.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5