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
class
BlockPos
;
12
class
Player
;
13
namespace
ScriptModuleMinecraft {
class
ScriptPlayer; }
14
namespace
Scripting {
class
WeakLifetimeScope; }
15
namespace
Scripting {
struct
ClassBinding; }
16
// clang-format on
17
18
namespace
ScriptModuleMinecraft {
19
20
struct
ScriptPlayerPlaceBlockAfterEvent
:
public
::ScriptModuleMinecraft::ScriptBlockEvent
{
21
public
:
22
// member variables
23
// NOLINTBEGIN
24
::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>> mPlayer;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
ScriptPlayerPlaceBlockAfterEvent
();
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI
ScriptPlayerPlaceBlockAfterEvent
(
35
::Player
& player,
36
::BlockPos
const
& pos,
37
::Scripting::WeakLifetimeScope
const
& scope
38
);
39
// NOLINTEND
40
41
public
:
42
// static functions
43
// NOLINTBEGIN
44
MCAPI static ::Scripting::ClassBinding bind();
45
// NOLINTEND
46
47
public
:
48
// constructor thunks
49
// NOLINTBEGIN
50
MCAPI
void
* $ctor(
::Player
& player,
::BlockPos
const
& pos,
::Scripting::WeakLifetimeScope
const
& scope);
51
// NOLINTEND
52
};
53
54
}
// namespace ScriptModuleMinecraft
BlockPos
Definition
BlockPos.h:17
Player
Definition
Player.h:123
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:7
ScriptModuleMinecraft::ScriptBlockEvent
Definition
ScriptBlockEvent.h:17
ScriptModuleMinecraft::ScriptPlayerPlaceBlockAfterEvent
Definition
ScriptPlayerPlaceBlockAfterEvent.h:20
src-server
mc
scripting
modules
minecraft
events
ScriptPlayerPlaceBlockAfterEvent.h
Generated on Tue Oct 28 2025 05:32:13 for LeviLamina by
1.12.0