Class SeparatedYamlTeamStorage
java.lang.Object
com.booksaw.betterTeams.team.storage.team.TeamStorage
com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
com.booksaw.betterTeams.team.storage.team.SeparatedYamlTeamStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.bukkit.configuration.file.FileConfigurationprotected final ConfigManagerstatic final StringThe path to the folder which contains all team informationFields inherited from class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
teamStorageFields inherited from class com.booksaw.betterTeams.team.storage.team.TeamStorage
team -
Constructor Summary
ConstructorsConstructorDescriptionSeparatedYamlTeamStorage(Team team, SeparatedYamlStorageManager teamStorage) -
Method Summary
Methods inherited from class com.booksaw.betterTeams.team.storage.team.YamlTeamStorage
addAlly, addAllyRequest, addBan, addWarp, demotePlayer, getAllyList, getAllyRequestList, getAnchoredPlayerList, getBanList, getBoolean, getClaimedChests, getDouble, getEchestContents, getInt, getPlayerList, getRawMeta, getString, getWarps, promotePlayer, removeAlly, removeAllyRequest, removeBan, removeWarp, saveMeta, setAllyList, setAllyRequestList, setAnchor, setAnchoredPlayerList, setBanList, setClaimedChests, setEchestContents, setPlayerList, setTitle, setValue, setWarpsMethods inherited from class com.booksaw.betterTeams.team.storage.team.TeamStorage
getBoolean, getDouble, getInt, getString, set, set, set
-
Field Details
-
TEAMSAVEPATH
The path to the folder which contains all team information -
config
protected final org.bukkit.configuration.file.FileConfiguration config -
configManager
-
-
Constructor Details
-
SeparatedYamlTeamStorage
-
-
Method Details
-
getTeamSaveFile
-
getConfig
public org.bukkit.configuration.ConfigurationSection getConfig()- Specified by:
getConfigin classYamlTeamStorage
-
saveFile
protected void saveFile()Description copied from class:YamlTeamStorageUsed to save whaver needs saving when a change is made- Specified by:
saveFilein classYamlTeamStorage
-