LeviLamina
Loading...
Searching...
No Matches
LegacyOnDigTriggerItemComponentData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefinitionTrigger.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13struct LegacyOnDigTriggerItemComponentData {
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 64, ::std::optional<::DefinitionTrigger>> mOnDigDefault;
18 ::ll::TypedStorage<8, 24, ::std::vector<::DiggerBlockDefinitionTrigger>> mOnDigTriggers;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 LegacyOnDigTriggerItemComponentData& operator=(LegacyOnDigTriggerItemComponentData const&);
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI LegacyOnDigTriggerItemComponentData();
29
30 MCAPI LegacyOnDigTriggerItemComponentData(::LegacyOnDigTriggerItemComponentData&&);
31
32 MCAPI LegacyOnDigTriggerItemComponentData(::LegacyOnDigTriggerItemComponentData const&);
33
34 MCAPI ~LegacyOnDigTriggerItemComponentData();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor();
41
42 MCAPI void* $ctor(::LegacyOnDigTriggerItemComponentData&&);
43
44 MCAPI void* $ctor(::LegacyOnDigTriggerItemComponentData const&);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
Definition DiggerBlockDefinitionTrigger.h:9