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};
22
23} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentAfterEventIntermediateStorage.h:18
Definition ScriptBlockCustomComponentPlayerInteractAfterEventIntermediateStorage.h:13