LeviLamina
Loading...
Searching...
No Matches
DiggerItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/NetworkedItemComponent.h"
7#include "mc/world/level/block/BlockDescriptor.h"
8#include "mc/world/level/storage/AllExperiments.h"
9
10// auto generated forward declare list
11// clang-format off
12class SemVersion;
13namespace SharedTypes::v1_20_50 { struct DiggerItemComponent; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17class DiggerItemComponent : public ::NetworkedItemComponent<::DiggerItemComponent> {
18public:
19 // DiggerItemComponent inner types declare
20 // clang-format off
21 struct BlockInfo;
22 // clang-format on
23
24 // DiggerItemComponent inner types define
25 struct BlockInfo {
26 public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<8, 176, ::BlockDescriptor> filter;
30 ::ll::TypedStorage<4, 4, int> destroySpeed;
31 // NOLINTEND
32 };
33
34public:
35 // member variables
36 // NOLINTBEGIN
37 ::ll::TypedStorage<1, 1, bool> mUseEfficiency;
38 ::ll::TypedStorage<8, 24, ::std::vector<::DiggerItemComponent::BlockInfo>> mDestroySpeeds;
39 // NOLINTEND
40
41public:
42 // prevent constructor by default
43 DiggerItemComponent();
44
45public:
46 // member functions
47 // NOLINTBEGIN
48 MCAPI explicit DiggerItemComponent(::SharedTypes::v1_20_50::DiggerItemComponent component);
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCAPI static void bindType(
56 ::std::vector<::AllExperiments> const& requiredToggles,
57 ::std::optional<::SemVersion> releasedMinFormatVersion
58 );
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
64 MCAPI void* $ctor(::SharedTypes::v1_20_50::DiggerItemComponent component);
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
static MCAPI void ** $vftable()
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition DiggerItemComponent.h:25
Definition DiggerItemComponent.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5