LeviLamina
Loading...
Searching...
No Matches
ScriptPressurePlatePushAfterEvent.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
11namespace ScriptModuleMinecraft { class ScriptActor; }
12namespace ScriptModuleMinecraft { struct ScriptPressurePlatePushAfterEventIntermediateData; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
19struct ScriptPressurePlatePushAfterEvent : public ::ScriptModuleMinecraft::ScriptBlockEvent {
20public:
21 // ScriptPressurePlatePushAfterEvent inner types define
23
24public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<4, 4, int> mPreviousRedstonePower;
28 ::ll::TypedStorage<4, 4, int> mRedstonePower;
29 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mSource;
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
34 ScriptPressurePlatePushAfterEvent();
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI ScriptPressurePlatePushAfterEvent(
40 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptPressurePlatePushAfterEventIntermediateData> const& eventData,
42 );
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static ::Scripting::ClassBinding bind();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor(
55 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptPressurePlatePushAfterEventIntermediateData> const& eventData,
57 );
58 // NOLINTEND
59};
60
61} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:65
Definition WeakLifetimeScope.h:7
Definition ScriptBlockEvent.h:17
Definition ScriptPressurePlatePushAfterEventIntermediateData.h:18
Definition ClassBinding.h:19