LeviLamina
Loading...
Searching...
No Matches
ScriptTargetBlockHitAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace ScriptModuleMinecraft { class ScriptActor; }
13namespace ScriptModuleMinecraft { struct ScriptTargetBlockHitAfterEventIntermediateData; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
20struct ScriptTargetBlockHitAfterEvent : public ::ScriptModuleMinecraft::ScriptBlockEvent {
21public:
22 // ScriptTargetBlockHitAfterEvent inner types define
24
25public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<4, 12, ::Vec3> mHitVector;
29 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mSource;
30 ::ll::TypedStorage<4, 4, int> mPreviousRedstonePower;
31 ::ll::TypedStorage<4, 4, int> mRedstonePower;
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 ScriptTargetBlockHitAfterEvent();
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI ScriptTargetBlockHitAfterEvent(
42 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptTargetBlockHitAfterEventIntermediateData> const& eventData,
44 );
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static ::Scripting::ClassBinding bind();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCAPI void* $ctor(
57 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptTargetBlockHitAfterEventIntermediateData> const& eventData,
59 );
60 // NOLINTEND
61};
62
63} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:65
Definition WeakLifetimeScope.h:7
Definition ScriptBlockEvent.h:17
Definition ScriptTargetBlockHitAfterEventIntermediateData.h:19
Definition ClassBinding.h:19