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
10
class
HashedString
;
11
struct
DurabilityThreshold
;
12
namespace
SharedTypes::v1_21_10 {
struct
DurabilitySensorItemComponent
; }
13
// clang-format on
14
15
class
DurabilitySensorItemComponent
:
public
::ItemComponent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 24, ::std::vector<::DurabilityThreshold>> mDurabilityThresholds;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~DurabilitySensorItemComponent
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI
explicit
DurabilitySensorItemComponent
(
::SharedTypes::v1_21_10::DurabilitySensorItemComponent
data);
33
34
MCAPI
explicit
DurabilitySensorItemComponent
(::std::vector<::DurabilityThreshold>
const
& durabilityThresholds);
35
// NOLINTEND
36
37
public
:
38
// static functions
39
// NOLINTBEGIN
40
MCAPI static ::HashedString
const
& getIdentifier();
41
// NOLINTEND
42
43
public
:
44
// constructor thunks
45
// NOLINTBEGIN
46
MCAPI
void
* $ctor(
::SharedTypes::v1_21_10::DurabilitySensorItemComponent
data);
47
48
MCAPI
void
* $ctor(::std::vector<::DurabilityThreshold>
const
& durabilityThresholds);
49
// NOLINTEND
50
51
public
:
52
// destructor thunk
53
// NOLINTBEGIN
54
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCAPI
static
void
** $vftable();
61
// NOLINTEND
62
};
DurabilitySensorItemComponent
Definition
DurabilitySensorItemComponent.h:15
HashedString
Definition
HashedString.h:5
ItemComponent
Definition
ItemComponent.h:16
DurabilityThreshold
Definition
DurabilityThreshold.h:5
SharedTypes::v1_21_10::DurabilitySensorItemComponent
Definition
DurabilitySensorItemComponent.h:12
src
mc
world
item
components
DurabilitySensorItemComponent.h
Generated on Sat Apr 26 2025 05:56:13 for LeviLamina by
1.12.0