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:13
Level
Definition
Level.h:234
world::LevelEvent
Definition
LevelEvent.h:9
serialize
Definition
serialize.h:11
src
ll
api
event
world
LevelEvent.h
Generated on Sat Apr 26 2025 05:55:20 for LeviLamina by
1.12.0