LeviLamina
Loading...
Searching...
No Matches
DiggerBlockTypeInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/BlockDescriptor.h"
7#include "mc/world/actor/DefinitionTrigger.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14struct DiggerBlockTypeInfo {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 80, ::SharedTypes::Legacy::BlockDescriptor> filter;
19 ::ll::TypedStorage<4, 4, int> destroySpeed;
20 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> onDig;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 DiggerBlockTypeInfo& operator=(DiggerBlockTypeInfo const&);
26 DiggerBlockTypeInfo();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI DiggerBlockTypeInfo(::DiggerBlockTypeInfo const&);
32
33 MCAPI ::DiggerBlockTypeInfo& operator=(::DiggerBlockTypeInfo&&);
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::DiggerBlockTypeInfo const&);
46 // NOLINTEND
47};
Definition ReflectionCtx.h:11
Definition ctx.h:5