|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectminny.zephyrus.utils.PlayerConfigHandler
public class PlayerConfigHandler
Zephyrus
| Constructor Summary | |
|---|---|
PlayerConfigHandler()
|
|
| Method Summary | |
|---|---|
static org.bukkit.configuration.file.FileConfiguration |
getConfig(Zephyrus plugin,
org.bukkit.entity.Player player)
Gets the config for the specified player |
static void |
reloadConfig(Zephyrus plugin,
org.bukkit.entity.Player player)
Reloads the config from the file |
static void |
saveConfig(Zephyrus plugin,
org.bukkit.entity.Player player)
Saves the config file for the specified player |
static void |
saveDefaultConfig(Zephyrus plugin,
org.bukkit.entity.Player player)
Saves a new file for the player |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlayerConfigHandler()
| Method Detail |
|---|
public static void reloadConfig(Zephyrus plugin,
org.bukkit.entity.Player player)
plugin - Zephyrus main classplayer - The player to get the config for
public static org.bukkit.configuration.file.FileConfiguration getConfig(Zephyrus plugin,
org.bukkit.entity.Player player)
plugin - Zephyrus main classplayer - The player to get the config for
public static void saveConfig(Zephyrus plugin,
org.bukkit.entity.Player player)
plugin - Zephyrus main classplayer - The player to save the config for
public static void saveDefaultConfig(Zephyrus plugin,
org.bukkit.entity.Player player)
plugin - Zephyrus main classplayer - The player to save the default config for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||