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
7class Actor;
8class BlockLegacy;
10// clang-format on
11
13public:
14 // member functions
15 // NOLINTBEGIN
16 MCAPI void breakNearbyBlocks(::Actor& actor);
17 // NOLINTEND
18
19public:
20 // static functions
21 // NOLINTBEGIN
22 MCAPI static bool isBreakable(::BreakBlocksDescription const* description, ::BlockLegacy const& block);
23 // NOLINTEND
24};
Definition Actor.h:104
Definition BlockLegacy.h:88
Definition BreakBlocksComponent.h:12
Definition BreakBlocksDescription.h:13