LeviLamina
Loading...
Searching...
No Matches
ActorBlockDelegate.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
8class Block;
9class BlockPos;
10class BlockSource;
11// clang-format on
12
13namespace ActorBlockDelegate {
14// functions
15// NOLINTBEGIN
16MCAPI void executeEvent(
17 ::BlockSource& region,
18 ::BlockPos const& pos,
19 ::Block const& block,
20 ::std::string const& eventName,
21 ::Actor& sourceEntity
22);
23// NOLINTEND
24
25} // namespace ActorBlockDelegate
Definition Actor.h:102
Definition BlockPos.h:17
Definition BlockSource.h:66
Definition Block.h:37