discord-mcbe
Preparing search index...
@discord-mcbe/server
PlayerLeaveEvent
Class PlayerLeaveEvent
Cancellable.
Hierarchy (
View Summary
)
MinecraftEvent
PlayerLeaveEvent
Index
Constructors
constructor
Properties
app
identifier
player
world
identifier
Methods
emit
Constructors
constructor
new
PlayerLeaveEvent
(
app
:
Application
,
world
:
ScriptWorld
,
player
:
ScriptPlayer
,
)
:
PlayerLeaveEvent
Parameters
app
:
Application
world
:
ScriptWorld
player
:
ScriptPlayer
Returns
PlayerLeaveEvent
Properties
Readonly
app
app
:
Application
Readonly
identifier
identifier
:
keyof
ApplicationEvents
= ...
Readonly
player
player
:
ScriptPlayer
Readonly
world
world
:
ScriptWorld
Static
Readonly
identifier
identifier
:
"playerLeave"
= 'playerLeave'
Methods
emit
emit
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
app
identifier
player
world
identifier
Methods
emit
discord-mcbe
Loading...
Cancellable.