LeviLamina
Loading...
Searching...
No Matches
SharedController.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/config/player_capabilities/ISharedController.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
PlayerCapabilities {
struct
IPlayerData; }
11
namespace
PlayerCapabilities {
struct
ISharedData; }
12
// clang-format on
13
14
namespace
PlayerCapabilities {
15
16
class
SharedController
:
public
::PlayerCapabilities::ISharedController
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 8, ::std::unique_ptr<::PlayerCapabilities::ISharedData>> mShared;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 1
27
virtual
bool
canChat(
::PlayerCapabilities::IPlayerData
const
& player)
const
/*override*/
;
28
29
// vIndex: 2
30
virtual
bool
canTell(
::PlayerCapabilities::IPlayerData
const
& player)
const
/*override*/
;
31
32
// vIndex: 3
33
virtual
bool
canOpenChat(
::PlayerCapabilities::IPlayerData
const
& player)
const
/*override*/
;
34
35
// vIndex: 0
36
virtual
~SharedController
()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCAPI
bool
$canChat(
::PlayerCapabilities::IPlayerData
const
& player)
const
;
49
50
MCAPI
bool
$canTell(
::PlayerCapabilities::IPlayerData
const
& player)
const
;
51
52
MCAPI
bool
$canOpenChat(
::PlayerCapabilities::IPlayerData
const
& player)
const
;
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCAPI
static
void
** $vftable();
59
// NOLINTEND
60
};
61
62
}
// namespace PlayerCapabilities
PlayerCapabilities::SharedController
Definition
SharedController.h:16
PlayerCapabilities::IPlayerData
Definition
IPlayerData.h:10
PlayerCapabilities::ISharedController
Definition
ISharedController.h:12
src
mc
config
player_capabilities
SharedController.h
Generated on Sat Apr 26 2025 05:55:23 for LeviLamina by
1.12.0