LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentActorAfterEventIntermediateStorage.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
9namespace ScriptModuleMinecraft {
10
11struct ScriptBlockCustomComponentActorAfterEventIntermediateStorage
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 96, ::ScriptModuleMinecraft::ScriptActorData const> mEntity;
17 ::ll::TypedStorage<8, 32, ::std::string const> mName;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 ScriptBlockCustomComponentActorAfterEventIntermediateStorage&
23 operator=(ScriptBlockCustomComponentActorAfterEventIntermediateStorage const&);
24 ScriptBlockCustomComponentActorAfterEventIntermediateStorage();
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ScriptBlockCustomComponentActorAfterEventIntermediateStorage(
31 );
32
33 MCAPI ScriptBlockCustomComponentActorAfterEventIntermediateStorage(
35 );
36
37 MCAPI ~ScriptBlockCustomComponentActorAfterEventIntermediateStorage();
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
44
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentActorAfterEventIntermediateStorage.h:12
Definition ScriptBlockCustomComponentAfterEventIntermediateStorage.h:18