LeviLamina
Loading...
Searching...
No Matches
ClientCommandRegisterEvent.h
1
#pragma once
2
3
#include "ll/api/event/command/CommandRegisterEvent.h"
4
5
namespace
ll::event::inline command {
6
7
class
ClientCommandRegisterEvent final :
public
CommandRegisterEvent {
8
public
:
9
constexpr
explicit
ClientCommandRegisterEvent(
CommandRegistry
& commandRegistry) : CommandRegisterEvent(commandRegistry)
10
{}
11
12
LLAPI
void
serialize(
CompoundTag
&)
const override
;
13
};
14
15
}
// namespace ll::event::inline command
CommandRegistry
Definition
CommandRegistry.h:50
CompoundTag
Definition
CompoundTag.h:23
src-client
ll
api
event
command
ClientCommandRegisterEvent.h
Generated on
for LeviLamina by
1.16.1