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
struct
DiggerBlockTypeInfo
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<8, 80, ::SharedTypes::Legacy::BlockDescriptor> filter;
14
::ll::TypedStorage<4, 4, int> destroySpeed;
15
::ll::TypedStorage<8, 56, ::DefinitionTrigger> onDig;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
DiggerBlockTypeInfo
();
22
23
MCAPI
DiggerBlockTypeInfo
(
::DiggerBlockTypeInfo
const
&);
24
25
MCAPI ::DiggerBlockTypeInfo& operator=(
::DiggerBlockTypeInfo
&&);
26
27
MCAPI ::DiggerBlockTypeInfo& operator=(
::DiggerBlockTypeInfo
const
&);
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCAPI
void
* $ctor();
34
35
MCAPI
void
* $ctor(
::DiggerBlockTypeInfo
const
&);
36
// NOLINTEND
37
};
DiggerBlockTypeInfo
Definition
DiggerBlockTypeInfo.h:9
src-server
mc
world
item
components
DiggerBlockTypeInfo.h
Generated on Tue Nov 25 2025 04:01:43 for LeviLamina by
1.12.0