LeviLamina
Loading...
Searching...
No Matches
MobEvent.h
1
#pragma once
2
3
#include "ll/api/event/entity/ActorEvent.h"
4
5
#include "mc/world/actor/Mob.h"
6
7
namespace
ll::event::inline entity {
8
9
class
MobEvent :
public
ActorEvent {
10
protected
:
11
constexpr
explicit
MobEvent(
Mob
& mob) : ActorEvent(mob) {}
12
13
public
:
14
LLAPI
void
serialize(
CompoundTag
&)
const override
;
15
16
LLNDAPI
Mob
& self()
const
;
17
};
18
}
// namespace ll::event::inline entity
CompoundTag
Definition
CompoundTag.h:23
Mob
Definition
Mob.h:50
src
ll
api
event
entity
MobEvent.h
Generated on
for LeviLamina by
1.16.1