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 cereal { struct ReflectionCtx; }
15// clang-format on
16
17class KineticWeaponItemComponent : public ::NetworkedItemComponent<::KineticWeaponItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 84, ::KineticDamageSettings> mSettings;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~KineticWeaponItemComponent() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static void bindType(
35 ::std::vector<::AllExperiments> const& requiredToggles,
36 ::std::optional<::SemVersion> releasedMinFormatVersion
37 );
38
39 MCAPI static ::HashedString const& getIdentifier();
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition HashedString.h:5
Definition KineticWeaponItemComponent.h:17
static MCAPI void ** $vftable()
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5