ModuCoreNicknameRemoveEvent

class ModuCoreNicknameRemoveEvent(    val oldName: Component,     val player: Player,     val executor: CommandSender?) : ModuCoreEvent

Called when a player removes their nickname.

Parameters

oldName

the oldname of the player

player

the player

executor

the command sender or null if the player did this to themselves

Constructors

Link copied to clipboard
fun ModuCoreNicknameRemoveEvent(    oldName: Component,     player: Player,     executor: CommandSender?)

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
@NotNull
open fun getEventName(): @NotNull String
Link copied to clipboard
open override fun getHandlers(): HandlerList
Link copied to clipboard
fun isAsynchronous(): Boolean

Properties

Link copied to clipboard
val executor: CommandSender?
Link copied to clipboard
val oldName: Component
Link copied to clipboard
val player: Player