public interface Seasons
extends org.bukkit.plugin.Plugin
| Modifier and Type | Method and Description |
|---|---|
boolean |
askPermissions(org.bukkit.entity.Player player,
java.lang.String node,
boolean message) |
void |
debug(org.bukkit.World world,
java.lang.String message)
If it's a DEBUG ON World, Log some informations with [Seasons][DEBUG]['worldName'] before, else do nothing.
|
SeasonsManager |
getManager(org.bukkit.World world) |
SeasonsManager[] |
getManagers() |
boolean |
isUsingSpout()
Deprecated.
No more Spout Use
|
boolean |
isUsingWorldGuard() |
void |
log(java.lang.String message)
Log some informations with [Seasons] before
|
getConfig, getDatabase, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getName, getPluginLoader, getResource, getServer, isEnabled, isNaggable, onDisable, onEnable, onLoad, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggableSeasonsManager getManager(org.bukkit.World world)
world - World of the Manager you want.getManagers()SeasonsManager[] getManagers()
getManager(World)@Deprecated boolean isUsingSpout()
boolean isUsingWorldGuard()
void log(java.lang.String message)
message - Message you want to display in consoledebug(World, String)void debug(org.bukkit.World world,
java.lang.String message)
world - World in which you log the debug informationsmessage - Message you want to display in consolelog(String)boolean askPermissions(org.bukkit.entity.Player player,
java.lang.String node,
boolean message)
player - Player asking Permissions.node - Permissions Node asked (example : seasons.change).message - Do you want a message sended to the Player if he does not have the Permissions.