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
// prevent constructor by default
24
DurabilitySensorItemComponent
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 0
30
virtual
~DurabilitySensorItemComponent
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI
explicit
DurabilitySensorItemComponent
(
::SharedTypes::v1_21_10::DurabilitySensorItemComponent
data);
37
38
MCAPI
explicit
DurabilitySensorItemComponent
(::std::vector<::DurabilityThreshold>
const
& durabilityThresholds);
39
// NOLINTEND
40
41
public
:
42
// static functions
43
// NOLINTBEGIN
44
MCAPI static ::HashedString
const
& getIdentifier();
45
// NOLINTEND
46
47
public
:
48
// constructor thunks
49
// NOLINTBEGIN
50
MCAPI
void
* $ctor(
::SharedTypes::v1_21_10::DurabilitySensorItemComponent
data);
51
52
MCAPI
void
* $ctor(::std::vector<::DurabilityThreshold>
const
& durabilityThresholds);
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCNAPI
static
void
**
$vftable
();
59
// NOLINTEND
60
};
DurabilitySensorItemComponent
Definition
DurabilitySensorItemComponent.h:15
DurabilitySensorItemComponent::$vftable
static MCAPI void ** $vftable()
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 Fri Jun 13 2025 05:05:08 for LeviLamina by
1.12.0