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.
|
java.util.logging.Logger |
getLogger()
Deprecated.
|
SeasonsManager |
getManager(org.bukkit.World world) |
java.util.ArrayList<SeasonsManager> |
getManagers() |
boolean |
isUsingSpout() |
boolean |
isUsingWorldGuard() |
void |
log(java.lang.String message)
Log some informations with [Seasons] before
|
getConfig, getDatabase, getDataFolder, getDefaultWorldGenerator, getDescription, 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()java.util.ArrayList<SeasonsManager> getManagers()
getManager(World)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)@Deprecated java.util.logging.Logger getLogger()
getLogger in interface org.bukkit.plugin.Pluginlog(String),
debug(World, 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.