public abstract class SeasonsNotifiableEvent extends SeasonsEvent
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
org.bukkit.Material |
getNotificationMaterial() |
java.lang.String |
getNotificationMessage() |
boolean |
isMessageCancelled() |
boolean |
isNotificationCancelled() |
void |
setMessage(java.lang.String message)
Change the Message displayed.
|
void |
setMessageCancelled(boolean cancelled)
Cancel the displays of the message ?
|
void |
setNotificationCancelled(boolean cancelled)
Cancel the Notification ?
|
void |
setNotificationMaterial(org.bukkit.Material material)
Change the Notification material displayed.
|
void |
setNotificationMessage(java.lang.String message)
Change the Notification message displayed.
|
getManager, getWorldpublic java.lang.String getMessage()
setMessage(String),
isMessageCancelled(),
setMessageCancelled(boolean)public void setMessage(java.lang.String message)
message - Message displayed (example : "It's getMessage(),
isMessageCancelled(),
setMessageCancelled(boolean)public java.lang.String getNotificationMessage()
setNotificationMessage(String),
isNotificationCancelled(),
setNotificationCancelled(boolean),
getNotificationMaterial(),
setNotificationMaterial(Material)public void setNotificationMessage(java.lang.String message)
message - Message displayed in the Notification (example : "Special Day !").getNotificationMessage(),
isNotificationCancelled(),
setNotificationCancelled(boolean),
getNotificationMaterial(),
setNotificationMaterial(Material)public org.bukkit.Material getNotificationMaterial()
setNotificationMaterial(Material),
getNotificationMessage(),
setNotificationMessage(String),
isNotificationCancelled(),
setNotificationCancelled(boolean)public void setNotificationMaterial(org.bukkit.Material material)
material - Material you want to display on the Notification.getNotificationMaterial(),
getNotificationMessage(),
setNotificationMessage(String),
isNotificationCancelled(),
setNotificationCancelled(boolean)public boolean isMessageCancelled()
setMessageCancelled(boolean),
getMessage(),
setMessage(String)public void setMessageCancelled(boolean cancelled)
cancelled - true to cancel message display, false to unCancel it.isMessageCancelled(),
getMessage(),
setMessage(String)public boolean isNotificationCancelled()
setNotificationCancelled(boolean),
getNotificationMessage(),
setNotificationMessage(String),
getNotificationMaterial(),
setNotificationMaterial(Material)public void setNotificationCancelled(boolean cancelled)
cancelled - true to cancel notification, false to unCancel it.isNotificationCancelled(),
getNotificationMessage(),
setNotificationMessage(String),
getNotificationMaterial(),
setNotificationMaterial(Material)