fr.xephi.authme.settings
Class PlayersLogs

java.lang.Object
  extended by org.bukkit.configuration.MemorySection
      extended by org.bukkit.configuration.MemoryConfiguration
          extended by org.bukkit.configuration.file.FileConfiguration
              extended by org.bukkit.configuration.file.YamlConfiguration
                  extended by fr.xephi.authme.settings.CustomConfiguration
                      extended by fr.xephi.authme.settings.PlayersLogs
All Implemented Interfaces:
org.bukkit.configuration.Configuration, org.bukkit.configuration.ConfigurationSection

public class PlayersLogs
extends CustomConfiguration

Author:
Xephi59

Field Summary
 java.util.List<java.lang.String> players
           
 
Fields inherited from class org.bukkit.configuration.file.FileConfiguration
SYSTEM_UTF, UTF_BIG, UTF8_OVERRIDE
 
Constructor Summary
PlayersLogs()
           
 
Method Summary
 void addPlayer(java.lang.String user)
           
 void clear()
           
static PlayersLogs getInstance()
           
 void removePlayer(java.lang.String user)
           
 
Methods inherited from class fr.xephi.authme.settings.CustomConfiguration
load, loadRessource, reLoad, save
 
Methods inherited from class org.bukkit.configuration.file.YamlConfiguration
loadConfiguration, loadConfiguration, loadConfiguration, loadFromString, options, saveToString
 
Methods inherited from class org.bukkit.configuration.file.FileConfiguration
load, load, load, load, save, save
 
Methods inherited from class org.bukkit.configuration.MemoryConfiguration
addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
 
Methods inherited from class org.bukkit.configuration.MemorySection
contains, createPath, createPath, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLong, getLong, getLongList, getMapList, getName, getOfflinePlayer, getOfflinePlayer, getRoot, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLong, isOfflinePlayer, isSet, isString, isVector, set, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.bukkit.configuration.ConfigurationSection
contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLong, getLong, getLongList, getMapList, getName, getOfflinePlayer, getOfflinePlayer, getRoot, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLong, isOfflinePlayer, isSet, isString, isVector, set
 

Field Detail

players

public java.util.List<java.lang.String> players
Constructor Detail

PlayersLogs

public PlayersLogs()
Method Detail

clear

public void clear()

getInstance

public static PlayersLogs getInstance()

addPlayer

public void addPlayer(java.lang.String user)

removePlayer

public void removePlayer(java.lang.String user)