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 Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 12, ::Vec3> mHitVector;
23 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mSource;
24 ::ll::TypedStorage<4, 4, int> mPreviousRedstonePower;
25 ::ll::TypedStorage<4, 4, int> mRedstonePower;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCAPI static ::Scripting::ClassBinding bind();
32 // NOLINTEND
33};
34
35} // namespace ScriptModuleMinecraft
Definition ScriptBlockEvent.h:17
Definition ScriptTargetBlockHitAfterEvent.h:18