LeviLamina
Loading...
Searching...
No Matches
DestructibleByMiningComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/item/ItemDescriptor.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_26_10::BlockDefinition {
14
16public:
17 // DestructibleByMiningComponent inner types declare
18 // clang-format off
19 struct ItemSpecificSpeed;
21 // clang-format on
22
23 // DestructibleByMiningComponent inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<8, 24, ::SharedTypes::Legacy::ItemDescriptor> mItem;
29 ::ll::TypedStorage<4, 4, float> mBlockDestroySpeed;
30 // NOLINTEND
31 };
32
34 public:
35 // member variables
36 // NOLINTBEGIN
37 ::ll::TypedStorage<4, 4, float> mSecondsToDestroy;
38 ::ll::TypedStorage<
39 8,
40 24,
41 ::std::vector<::SharedTypes::v1_26_10::BlockDefinition::DestructibleByMiningComponent::ItemSpecificSpeed>>
42 mItemSpecificSpeeds;
43 // NOLINTEND
44
45 public:
46 // member functions
47 // NOLINTBEGIN
49 // NOLINTEND
50
51 public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCAPI void $dtor();
55 // NOLINTEND
56 };
57
58public:
59 // member variables
60 // NOLINTBEGIN
61 ::ll::TypedStorage<
62 8,
63 40,
64 ::std::
65 variant<bool, ::SharedTypes::v1_26_10::BlockDefinition::DestructibleByMiningComponent::DetailedMiningSpeed>>
66 mMiningSpeedValue;
67 // NOLINTEND
68
69public:
70 // member functions
71 // NOLINTBEGIN
73 // NOLINTEND
74
75public:
76 // static functions
77 // NOLINTBEGIN
78 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
79 // NOLINTEND
80
81public:
82 // static variables
83 // NOLINTBEGIN
84 MCAPI static ::std::string_view const& DestroySpeedId();
85
86 MCAPI static ::std::string_view const& ItemId();
87
88 MCAPI static ::std::string_view const& NameId();
89
90 MCAPI static ::std::string_view const& SecondsToDestroyId();
91
92 MCAPI static ::std::string_view const& SpecificSpeedsId();
93 // NOLINTEND
94
95public:
96 // destructor thunk
97 // NOLINTBEGIN
98 MCFOLD void $dtor();
99 // NOLINTEND
100};
101
102} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5