public final class Notification
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Notify |
sendNotification(net.risingworld.api.objects.Player player,
java.lang.String message)
Send a notification to the specific player.
|
static Notify |
sendNotification(net.risingworld.api.objects.Player player,
java.lang.String message,
int duration) |
public static Notify sendNotification(net.risingworld.api.objects.Player player, java.lang.String message)
player
- playermessage
- messgaepublic static Notify sendNotification(net.risingworld.api.objects.Player player, java.lang.String message, int duration)