LeviLamina
Loading...
Searching...
No Matches
ActorKilledEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/game_refs/WeakRef.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ActorDamageSource
;
11
class
EntityContext
;
12
// clang-format on
13
14
struct
ActorKilledEvent
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mActorContext;
19
::ll::TypedStorage<8, 16, ::std::shared_ptr<::ActorDamageSource>> mSource;
20
// NOLINTEND
21
};
ActorDamageSource
Definition
ActorDamageSource.h:18
EntityContext
Definition
EntityContext.h:15
ActorKilledEvent
Definition
ActorKilledEvent.h:14
src
mc
world
events
ActorKilledEvent.h
Generated on
for LeviLamina by
1.16.1