LeviLamina
Loading...
Searching...
No Matches
PlayerTickProxy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/IPlayerTickProxy.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Dimension
;
11
class
EntityContext
;
12
class
Player
;
13
class
ServerPlayer
;
14
struct
Tick
;
15
// clang-format on
16
17
class
PlayerTickProxy
:
public
::IPlayerTickProxy
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 1
22
virtual
void
preReplicationTick(
23
::ServerPlayer
& serverPlayer,
24
::Tick
const
& currentTick,
25
::EntityContext
& userEntity
26
)
/*override*/
;
27
28
// vIndex: 2
29
virtual
void
playerTick(
::Player
& player,
::Tick
const
& currentTick)
/*override*/
;
30
31
// vIndex: 3
32
virtual
void
clearDimensionPlayerReplicationList(
::Dimension
& dimension)
/*override*/
;
33
34
// vIndex: 4
35
virtual
void
processDimensionPlayerReplication(
::Dimension
& dimension)
/*override*/
;
36
37
// vIndex: 5
38
virtual
void
postReplicationtick(
::ServerPlayer
& serverPlayer,
::Tick
const
& currentTick)
/*override*/
;
39
40
// vIndex: 0
41
virtual
~PlayerTickProxy
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
MCNAPI
void
48
$preReplicationTick
(
::ServerPlayer
& serverPlayer,
::Tick
const
& currentTick,
::EntityContext
& userEntity);
49
50
MCNAPI
void
$playerTick
(
::Player
& player,
::Tick
const
& currentTick);
51
52
MCNAPI
void
$clearDimensionPlayerReplicationList
(
::Dimension
& dimension);
53
54
MCNAPI
void
$processDimensionPlayerReplication
(
::Dimension
& dimension);
55
56
MCNAPI
void
$postReplicationtick
(
::ServerPlayer
& serverPlayer,
::Tick
const
& currentTick);
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCNAPI
static
void
**
$vftable
();
63
// NOLINTEND
64
};
Dimension
Definition
Dimension.h:83
EntityContext
Definition
EntityContext.h:16
IPlayerTickProxy
Definition
IPlayerTickProxy.h:14
PlayerTickProxy
Definition
PlayerTickProxy.h:17
PlayerTickProxy::$processDimensionPlayerReplication
MCAPI void $processDimensionPlayerReplication(::Dimension &dimension)
PlayerTickProxy::$vftable
static MCAPI void ** $vftable()
PlayerTickProxy::$postReplicationtick
MCAPI void $postReplicationtick(::ServerPlayer &serverPlayer, ::Tick const ¤tTick)
PlayerTickProxy::$preReplicationTick
MCAPI void $preReplicationTick(::ServerPlayer &serverPlayer, ::Tick const ¤tTick, ::EntityContext &userEntity)
PlayerTickProxy::$clearDimensionPlayerReplicationList
MCAPI void $clearDimensionPlayerReplicationList(::Dimension &dimension)
PlayerTickProxy::$playerTick
MCAPI void $playerTick(::Player &player, ::Tick const ¤tTick)
Player
Definition
Player.h:119
ServerPlayer
Definition
ServerPlayer.h:64
Tick
Definition
Tick.h:5
src
mc
world
level
PlayerTickProxy.h
Generated on Fri Jun 13 2025 05:05:23 for LeviLamina by
1.12.0