PlayerDisplayNameChangeEvent
extends PlayerEvent
in package
Table of Contents
- MAX_EVENT_CALL_DEPTH = 50
- $eventName : string|null
- $player : Player
- $eventCallDepth : int
- $newName : string
- $oldName : string
- __construct() : mixed
- call() : void
- Calls event handlers registered for this event.
- getEventName() : string
- getNewName() : string
- getOldName() : string
- getPlayer() : Player
Constants
MAX_EVENT_CALL_DEPTH
private
mixed
MAX_EVENT_CALL_DEPTH
= 50
Properties
$eventName
protected
string|null
$eventName
= null
$player
protected
Player
$player
$eventCallDepth
private
static int
$eventCallDepth
= 1
$newName
private
string
$newName
$oldName
private
string
$oldName
Methods
__construct()
public
__construct(Player $player, string $oldName, string $newName) : mixed
Parameters
- $player : Player
- $oldName : string
- $newName : string
Return values
mixed —call()
Calls event handlers registered for this event.
public
call() : void
Tags
Return values
void —getEventName()
public
final getEventName() : string
Return values
string —getNewName()
public
getNewName() : string
Return values
string —getOldName()
public
getOldName() : string
Return values
string —getPlayer()
public
getPlayer() : Player