LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentBlockBreakAfterEventIntermediateStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/actor/ScriptActorData.h"
7#include "mc/scripting/modules/minecraft/events/ScriptBlockCustomComponentAfterEventIntermediateStorage.h"
8#include "mc/world/level/BlockPos.h"
9
10namespace ScriptModuleMinecraft {
11
14public:
15 // ScriptBlockCustomComponentBlockBreakAfterEventIntermediateStorage inner types declare
16 // clang-format off
17 struct BlockCause;
18 // clang-format on
19
20 // ScriptBlockCustomComponentBlockBreakAfterEventIntermediateStorage inner types define
21 struct BlockCause {
22 public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<4, 12, ::BlockPos const> mPos;
26 // NOLINTEND
27 };
28
29public:
30 // member variables
31 // NOLINTBEGIN
32 ::ll::TypedStorage<8, 104, ::std::optional<::ScriptModuleMinecraft::ScriptActorData> const> mEntity;
33 ::ll::TypedStorage<
34 4,
35 16,
36 ::std::optional<::ScriptModuleMinecraft::ScriptBlockCustomComponentBlockBreakAfterEventIntermediateStorage::
37 BlockCause> const>
38 mDestructionCauseBlock;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
53
54} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentAfterEventIntermediateStorage.h:16
Definition ScriptBlockCustomComponentBlockBreakAfterEventIntermediateStorage.h:21
Definition ScriptBlockCustomComponentBlockBreakAfterEventIntermediateStorage.h:13