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
7
class
Actor
;
8
class
Block
;
9
class
BlockPos
;
10
class
BlockSource
;
11
// clang-format on
12
13
namespace
ActorBlockDelegate {
14
// functions
15
// NOLINTBEGIN
16
MCAPI
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
Actor
Definition
Actor.h:105
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:68
Block
Definition
Block.h:43
src
mc
world
level
block
ActorBlockDelegate.h
Generated on
for LeviLamina by
1.16.1