Class PlayerUnloadEvent
java.lang.Object
net.okocraft.box.api.event.BoxEvent
net.okocraft.box.api.event.player.PlayerEvent
net.okocraft.box.api.event.player.PlayerUnloadEvent
A
PlayerEvent
called when the BoxPlayer
is unloaded.-
Constructor Summary
ConstructorDescriptionPlayerUnloadEvent
(@NotNull BoxPlayer boxPlayer) The constructor of aPlayerUnloadEvent
. -
Method Summary
Methods inherited from class net.okocraft.box.api.event.player.PlayerEvent
getBoxPlayer, toDebugLog, toString
-
Constructor Details
-
PlayerUnloadEvent
The constructor of aPlayerUnloadEvent
.- Parameters:
boxPlayer
- the player of this event
-