public final class PlayerPrivateMessageEvent extends PlayerEvent implements Cancellable
PlayerChatEvent
Constructor and Description |
---|
PlayerPrivateMessageEvent(Player player,
Player targetPlayer) |
Modifier and Type | Method and Description |
---|---|
Player |
getTargetPlayer()
Gets the recipient of the message.
|
boolean |
isCancelled()
Determines if the event is cancelled.
|
void |
setCancelled(boolean cancel)
Cancels this event.
|
getPlayer
public Player getTargetPlayer()
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- set to true if you want to cancel this event.