LeviLamina
Loading...
Searching...
No Matches
DiggerItemComponentLegacyFactoryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/DefinitionTrigger.h"
7#include "mc/world/item/components/DiggerBlockTypeInfo.h"
8#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
9#include "mc/world/level/storage/AllExperiments.h"
10
11// auto generated forward declare list
12// clang-format off
13class SemVersion;
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<1, 1, bool> mUseEfficiency;
23 ::ll::TypedStorage<8, 24, ::std::vector<::DiggerBlockTypeInfo>> mDestroySpeeds;
24 ::ll::TypedStorage<8, 88, ::SharedTypes::Legacy::DefinitionTrigger> mOnDigDefault;
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static void bindType(
32 ::std::vector<::AllExperiments> const& requiredToggles,
33 ::std::optional<::SemVersion> releasedMinFormatVersion
34 );
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition SemVersion.h:15
Definition DiggerBlockTypeInfo.h:14
Definition DiggerItemComponentLegacyFactoryData.h:18
static MCAPI void ** $vftable()
Definition IItemComponentLegacyFactoryData.h:5
Definition ReflectionCtx.h:11
Definition ctx.h:5