LeviLamina
Loading...
Searching...
No Matches
IPlayerTickProxy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Dimension
;
8
class
EntityContext
;
9
class
Player
;
10
class
ServerPlayer
;
11
struct
Tick
;
12
// clang-format on
13
14
class
IPlayerTickProxy
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~IPlayerTickProxy
() =
default
;
19
20
virtual
void
preReplicationTick(
::ServerPlayer
&,
::Tick
const
&,
::EntityContext
&) = 0;
21
22
virtual
void
playerTick(
::Player
&,
::Tick
const
&) = 0;
23
24
virtual
void
clearDimensionPlayerReplicationList(
::Dimension
&) = 0;
25
26
virtual
void
processDimensionPlayerReplication(
::Dimension
&) = 0;
27
28
virtual
void
postReplicationtick(
::ServerPlayer
&,
::Tick
const
&) = 0;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
};
Dimension
Definition
Dimension.h:85
EntityContext
Definition
EntityContext.h:16
IPlayerTickProxy
Definition
IPlayerTickProxy.h:14
Player
Definition
Player.h:125
ServerPlayer
Definition
ServerPlayer.h:67
Tick
Definition
Tick.h:5
src
mc
world
level
IPlayerTickProxy.h
Generated on
for LeviLamina by
1.16.1