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