LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/ScriptBlockCustomComponentAfterEventIntermediateStorage.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
15struct ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::Block const&> mPreviousBlock;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage&
26 operator=(ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage const&);
27 ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage(
28 ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage const&
29 );
30 ScriptBlockCustomComponentBlockStateChangeAfterEventIntermediateStorage();
31};
32
33} // namespace ScriptModuleMinecraft
Definition Block.h:69
Definition ScriptBlockCustomComponentAfterEventIntermediateStorage.h:18