LeviLamina
Loading...
Searching...
No Matches
ScriptPacketReceiveBeforeEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace ScriptModuleMinecraft { class ScriptPlayer; }
12namespace Scripting { class WeakLifetimeScope; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraftNet {
17
19public:
20 // member variables
21 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCNAPI static ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>>
39
40 MCNAPI static ::Scripting::ClassBinding bind();
41 // NOLINTEND
42};
43
44} // namespace ScriptModuleMinecraftNet
Definition WeakLifetimeScope.h:12
Definition IncomingPacketEvent.h:14
Definition ScriptPacketReceiveBeforeEvent.h:18
static MCAPI ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > _resolvePlayer(::Scripting::WeakLifetimeScope const &scope, ::IncomingPacketEvent const &packetEvent)
static MCAPI ::Scripting::ClassBinding bind()
Definition Alias.h:14