LeviLamina
Loading...
Searching...
No Matches
ScriptTripWireTripAfterEvent.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#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace ScriptModuleMinecraft { class ScriptActor; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<1, 1, bool> mIsPowered;
24 ::ll::TypedStorage<8, 24, ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
25 mSources;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 ::TripWireTripEvent const& tripWireTripEvent,
38 );
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static ::Scripting::ClassBinding bind();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor(::TripWireTripEvent const& tripWireTripEvent, ::Scripting::WeakLifetimeScope const& scope);
51 // NOLINTEND
52};
53
54} // namespace ScriptModuleMinecraft
Definition WeakLifetimeScope.h:7
Definition ScriptBlockEvent.h:17
Definition ScriptTripWireTripAfterEvent.h:19
Definition TripWireTripEvent.h:14