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 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~DurabilitySensorItemComponent() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCAPI explicit DurabilitySensorItemComponent(::std::vector<::DurabilityThreshold> const& durabilityThresholds);
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static ::HashedString const& getIdentifier();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
47
48 MCAPI void* $ctor(::std::vector<::DurabilityThreshold> const& durabilityThresholds);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCAPI static void** $vftable();
61 // NOLINTEND
62};
Definition DurabilitySensorItemComponent.h:15
Definition HashedString.h:5
Definition ItemComponent.h:16
Definition DurabilityThreshold.h:5
Definition DurabilitySensorItemComponent.h:12