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 MCNAPI void breakNearbyBlocks(::Actor& actor);
17 // NOLINTEND
18
19public:
20 // static functions
21 // NOLINTBEGIN
22 MCNAPI static bool isBreakable(::BreakBlocksDescription const* description, ::BlockLegacy const& block);
23 // NOLINTEND
24};
Definition Actor.h:103
Definition BlockLegacy.h:88
Definition BreakBlocksComponent.h:12
static MCAPI bool isBreakable(::BreakBlocksDescription const *description, ::BlockLegacy const &block)
MCAPI void breakNearbyBlocks(::Actor &actor)
Definition BreakBlocksDescription.h:13