LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerGameModeChangeAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/ClassBindingBuilder.h"
7#include "mc/world/level/GameType.h"
8
9// auto generated forward declare list
10// clang-format off
11class Player;
12namespace Scripting { class WeakLifetimeScope; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 ::Player const& player,
37 ::GameType fromGameMode,
38 ::GameType toGameMode,
40 );
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptPlayerGameModeChangeAfterEvent> bind();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(
53 ::Player const& player,
54 ::GameType fromGameMode,
55 ::GameType toGameMode,
57 );
58 // NOLINTEND
59};
60
61} // namespace ScriptModuleMinecraft
Definition Player.h:119
Definition WeakLifetimeScope.h:12
Definition ScriptPlayerGameModeChangeAfterEvent.h:17
Definition Alias.h:14