3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
16namespace ScriptModuleMinecraftNet {
18struct ScriptPacketSendBeforeEvent {
29 ScriptPacketSendBeforeEvent& operator=(ScriptPacketSendBeforeEvent
const&);
30 ScriptPacketSendBeforeEvent(ScriptPacketSendBeforeEvent
const&);
31 ScriptPacketSendBeforeEvent();
36 MCNAPI static ::std::vector<
37 ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>>>
40 MCNAPI static ::Scripting::ClassBinding
bind();
Definition ScriptPlayer.h:54
Definition WeakLifetimeScope.h:7
Definition OutgoingPacketEvent.h:14
static MCAPI ::std::vector< ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > _resolvePlayers(::Scripting::WeakLifetimeScope const &scope, ::OutgoingPacketEvent const &packetEvent)
static MCAPI ::Scripting::ClassBinding bind()
Definition ClassBinding.h:19