LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentAfterEventIntermediateStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/BlockPos.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class BlockSource;
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::Block const&> mBlock;
21 ::ll::TypedStorage<4, 12, ::BlockPos const> mPos;
22 ::ll::TypedStorage<8, 8, ::BlockSource const&> mRegion;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
31 );
33};
34
35} // namespace ScriptModuleMinecraft
Definition BlockSource.h:66
Definition Block.h:37
Definition ScriptBlockCustomComponentAfterEventIntermediateStorage.h:16