LeviLamina
Loading...
Searching...
No Matches
ScriptRealmsEventListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/events/EventListenerDispatcher.h"
7
#include "mc/world/events/EventResult.h"
8
#include "mc/world/events/LevelEventListener.h"
9
10
namespace
ScriptModuleMinecraftRealms {
11
12
class
ScriptRealmsEventListener :
public
::EventListenerDispatcher
<::LevelEventListener> {
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 16>
mUnk7bdc6e;
17
::ll::UntypedStorage<8, 16>
mUnkd57ff7;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
ScriptRealmsEventListener& operator=(ScriptRealmsEventListener
const
&);
23
ScriptRealmsEventListener(ScriptRealmsEventListener
const
&);
24
ScriptRealmsEventListener();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
virtual ::EventResult onRealmsStory(::std::string
const
&)
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
38
39
}
// namespace ScriptModuleMinecraftRealms
EventListenerDispatcher
Definition
EventListenerDispatcher.h:6
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
modules
minecraft_realms
ScriptRealmsEventListener.h
Generated on
for LeviLamina by
1.16.1