LeviLamina
Loading...
Searching...
No Matches
ScriptPistonActionAfterEvent.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
13namespace ScriptModuleMinecraft { class ScriptBlockPistonComponent; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPistonComponent>>
25 mPiston;
26 ::ll::TypedStorage<1, 1, bool> mIsExpanding;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
37 ::PistonActionEvent const& pistonActionEvent,
38 ::BlockSourceHandle& blockSourceHandle,
41 );
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static ::Scripting::ClassBinding bind();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(
54 ::PistonActionEvent const& pistonActionEvent,
55 ::BlockSourceHandle& blockSourceHandle,
58 );
59 // NOLINTEND
60};
61
62} // namespace ScriptModuleMinecraft
Definition BlockSourceHandle.h:13
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:7
Definition PistonActionEvent.h:14
Definition ScriptBlockEvent.h:17
Definition ScriptPistonActionAfterEvent.h:20