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/binding_type/ClassBindingBuilder.h"
7#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace ScriptModuleMinecraft { class ScriptPlayer; }
13namespace Scripting { class WeakLifetimeScope; }
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 MCAPI static ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>>
38 _resolvePlayer(::Scripting::WeakLifetimeScope const& scope, ::IncomingPacketEvent const& packetEvent);
39
40 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraftNet::ScriptPacketReceiveBeforeEvent> bind();
41 // NOLINTEND
42};
43
44} // namespace ScriptModuleMinecraftNet
Definition WeakLifetimeScope.h:12
Definition IncomingPacketEvent.h:14
Definition ScriptPacketReceiveBeforeEvent.h:18
Definition Alias.h:14