LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage.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/ecs/WeakEntityRef.h"
8#include "mc/scripting/modules/minecraft/events/ScriptBlockCustomComponentAfterEventIntermediateStorage.h"
9
10namespace ScriptModuleMinecraft {
11
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::WeakEntityRef const> mPlayer;
18 ::ll::TypedStorage<1, 1, uchar const> mFace;
19 ::ll::TypedStorage<4, 16, ::std::optional<::Vec3> const> mHit;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCFOLD void $dtor();
32 // NOLINTEND
33};
34
35} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentAfterEventIntermediateStorage.h:16
Definition ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage.h:13