LeviLamina
Loading...
Searching...
No Matches
ScriptActorHitBlockAfterEvent.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/ScriptFacing.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptActor; }
12namespace ScriptModuleMinecraft { class ScriptBlock; }
13namespace ScriptModuleMinecraft { class ScriptBlockPermutation; }
14namespace ScriptModuleMinecraft { struct ScriptActorHitBlockAfterEventIntermediateData; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
20struct ScriptActorHitBlockAfterEvent {
21public:
22 // ScriptActorHitBlockAfterEvent inner types define
24
25public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mActor;
29 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock>> mHitBlock;
30 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation>>
31 mHitBlockPermutation;
32 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptFacing> mFace;
33 // NOLINTEND
34
35public:
36 // prevent constructor by default
37 ScriptActorHitBlockAfterEvent& operator=(ScriptActorHitBlockAfterEvent const&);
38 ScriptActorHitBlockAfterEvent();
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI ScriptActorHitBlockAfterEvent(::ScriptModuleMinecraft::ScriptActorHitBlockAfterEvent const&);
44
45 MCAPI ~ScriptActorHitBlockAfterEvent();
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static ::Scripting::ClassBinding bind();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCFOLD void $dtor();
64 // NOLINTEND
65};
66
67} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:65
Definition ScriptBlockPermutation.h:23
Definition ScriptBlock.h:36
Definition ScriptActorHitBlockAfterEventIntermediateData.h:18
Definition ScriptActorHitBlockAfterEvent.h:20
Definition ClassBinding.h:19