LeviLamina
Loading...
Searching...
No Matches
BreakBlocksComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
BlockType
;
9
struct
BreakBlocksDescription
;
10
// clang-format on
11
12
class
BreakBlocksComponent
{
13
public
:
14
// member functions
15
// NOLINTBEGIN
16
MCAPI
void
breakNearbyBlocks(
::Actor
& actor);
17
// NOLINTEND
18
19
public
:
20
// static functions
21
// NOLINTBEGIN
22
MCAPI
static
bool
isBreakable(
::BreakBlocksDescription
const
* description,
::BlockType
const
& block);
23
// NOLINTEND
24
};
Actor
Definition
Actor.h:105
BlockType
Definition
BlockType.h:84
BreakBlocksComponent
Definition
BreakBlocksComponent.h:12
BreakBlocksDescription
Definition
BreakBlocksDescription.h:14
src
mc
entity
components_json_legacy
BreakBlocksComponent.h
Generated on
for LeviLamina by
1.16.1