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
10
class
Block
;
11
class
BlockSource
;
12
// clang-format on
13
14
namespace
ScriptModuleMinecraft {
15
16
struct
ScriptBlockCustomComponentAfterEventIntermediateStorage
{
17
public
:
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
25
public
:
26
// prevent constructor by default
27
ScriptBlockCustomComponentAfterEventIntermediateStorage
&
28
operator=(
ScriptBlockCustomComponentAfterEventIntermediateStorage
const
&);
29
ScriptBlockCustomComponentAfterEventIntermediateStorage
(
30
ScriptBlockCustomComponentAfterEventIntermediateStorage
const
&
31
);
32
ScriptBlockCustomComponentAfterEventIntermediateStorage
();
33
};
34
35
}
// namespace ScriptModuleMinecraft
BlockSource
Definition
BlockSource.h:66
Block
Definition
Block.h:37
ScriptModuleMinecraft::ScriptBlockCustomComponentAfterEventIntermediateStorage
Definition
ScriptBlockCustomComponentAfterEventIntermediateStorage.h:16
src-server
mc
scripting
modules
minecraft
events
ScriptBlockCustomComponentAfterEventIntermediateStorage.h
Generated on Tue Oct 28 2025 05:32:12 for LeviLamina by
1.12.0