LeviLamina
Loading...
Searching...
No Matches
DurabilitySensorItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/ItemComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
12namespace SharedTypes::v1_21_10 { struct DurabilitySensorItemComponent; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::DurabilityThreshold>> mDurabilityThresholds;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual ~DurabilitySensorItemComponent() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
38 MCAPI explicit DurabilitySensorItemComponent(::std::vector<::DurabilityThreshold> const& durabilityThresholds);
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static ::HashedString const& getIdentifier();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
51
52 MCAPI void* $ctor(::std::vector<::DurabilityThreshold> const& durabilityThresholds);
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition DurabilitySensorItemComponent.h:15
static MCAPI void ** $vftable()
Definition HashedString.h:5
Definition ItemComponent.h:16
Definition DurabilityThreshold.h:5
Definition DurabilitySensorItemComponent.h:12