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:13
Mob
Definition
Mob.h:47
entity::ActorEvent
Definition
ActorEvent.h:10
entity::MobEvent
Definition
MobEvent.h:9
serialize
Definition
serialize.h:11
src
ll
api
event
entity
MobEvent.h
Generated on Sat Apr 26 2025 05:55:20 for LeviLamina by
1.12.0