LeviLamina
Loading...
Searching...
No Matches
ActorEventBroadcaster.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorEvent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
Dimension
;
12
class
Vec3
;
13
// clang-format on
14
15
class
ActorEventBroadcaster
{
16
public
:
17
// member functions
18
// NOLINTBEGIN
19
MCNAPI
void
broadcastActorEvent
(
20
::Actor
& actor,
21
::ActorEvent eventId,
22
int
data,
23
::Dimension
& dimension,
24
::std::optional<::Vec3>
const
& fireAtPosition
25
)
const
;
26
// NOLINTEND
27
};
ActorEventBroadcaster
Definition
ActorEventBroadcaster.h:15
ActorEventBroadcaster::broadcastActorEvent
MCAPI void broadcastActorEvent(::Actor &actor, ::ActorEvent eventId, int data, ::Dimension &dimension, ::std::optional<::Vec3 > const &fireAtPosition) const
Actor
Definition
Actor.h:125
Dimension
Definition
Dimension.h:89
Vec3
Definition
Vec3.h:10
src
mc
world
level
ActorEventBroadcaster.h
Generated on
for LeviLamina by
1.16.1