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