LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerPlaceBlockAfterEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
ScriptModuleMinecraft {
class
ScriptPlayer
; }
12
namespace
ScriptModuleMinecraft {
struct
ScriptPlayerPlaceBlockAfterEventIntermediateData
; }
13
namespace
Scripting {
struct
ClassBinding
; }
14
// clang-format on
15
16
namespace
ScriptModuleMinecraft {
17
18
struct
ScriptPlayerPlaceBlockAfterEvent
:
public
::ScriptModuleMinecraft::ScriptBlockEvent
{
19
public
:
20
// ScriptPlayerPlaceBlockAfterEvent inner types define
21
using
QueueType =
::ScriptModuleMinecraft::ScriptPlayerPlaceBlockAfterEventIntermediateData
;
22
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>> mPlayer;
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCAPI static ::Scripting::ClassBinding bind();
33
// NOLINTEND
34
};
35
36
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptPlayer
Definition
ScriptPlayer.h:55
ScriptModuleMinecraft::ScriptBlockEvent
Definition
ScriptBlockEvent.h:17
ScriptModuleMinecraft::ScriptPlayerPlaceBlockAfterEventIntermediateData
Definition
ScriptPlayerPlaceBlockAfterEventIntermediateData.h:18
ScriptModuleMinecraft::ScriptPlayerPlaceBlockAfterEvent
Definition
ScriptPlayerPlaceBlockAfterEvent.h:18
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
events
ScriptPlayerPlaceBlockAfterEvent.h
Generated on
for LeviLamina by
1.16.1