LeviLamina
Loading...
Searching...
No Matches
ScriptPacketSendBeforeEvent.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
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI ::ScriptModuleMinecraftNet::ScriptPacketSendBeforeEvent&
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCNAPI static ::std::vector<
44 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>>>
46
47 MCNAPI static ::Scripting::ClassBinding bind();
48 // NOLINTEND
49};
50
51} // namespace ScriptModuleMinecraftNet
Definition WeakLifetimeScope.h:12
Definition OutgoingPacketEvent.h:14
Definition ScriptPacketSendBeforeEvent.h:18
static MCAPI ::std::vector< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > _resolvePlayers(::Scripting::WeakLifetimeScope const &scope, ::OutgoingPacketEvent const &packetEvent)
MCAPI::ScriptModuleMinecraftNet::ScriptPacketSendBeforeEvent & operator=(::ScriptModuleMinecraftNet::ScriptPacketSendBeforeEvent &&)
static MCAPI ::Scripting::ClassBinding bind()
Definition Alias.h:14