LeviLamina
Loading...
Searching...
No Matches
PlayerEvent.h
1
#pragma once
2
3
#include "ll/api/event/entity/MobEvent.h"
4
5
#include "mc/world/actor/player/Player.h"
6
7
namespace
ll::event::inline player {
8
9
class
PlayerEvent
:
public
MobEvent
{
10
protected
:
11
constexpr
explicit
PlayerEvent
(
Player
& player) :
MobEvent
(player) {}
12
13
public
:
14
LLAPI
void
serialize
(
CompoundTag
&)
const override
;
15
16
LLNDAPI
Player
& self()
const
;
17
};
18
}
// namespace ll::event::inline player
CompoundTag
Definition
CompoundTag.h:13
MobEvent
Definition
MobEvent.h:5
Player
Definition
Player.h:119
player::PlayerEvent
Definition
PlayerEvent.h:9
serialize
Definition
serialize.h:11
src
ll
api
event
player
PlayerEvent.h
Generated on Sat Apr 26 2025 05:55:20 for LeviLamina by
1.12.0