public class PlayerStatisticManager extends Object
| Constructor and Description |
|---|
PlayerStatisticManager() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
createStatisticLines(PlayerStatistic playerStatistic,
boolean withPrefix,
org.bukkit.ChatColor nameColor,
org.bukkit.ChatColor valueColor) |
List<String> |
createStatisticLines(PlayerStatistic playerStatistic,
boolean withPrefix,
String nameColor,
String valueColor) |
PlayerStatistic |
getStatistic(org.bukkit.OfflinePlayer player) |
void |
initialize() |
void |
initializeDatabase() |
PlayerStatistic |
loadStatistic(UUID uuid) |
void |
storeStatistic(PlayerStatistic statistic) |
void |
unloadStatistic(org.bukkit.OfflinePlayer player) |
public List<String> createStatisticLines(PlayerStatistic playerStatistic, boolean withPrefix, org.bukkit.ChatColor nameColor, org.bukkit.ChatColor valueColor)
public List<String> createStatisticLines(PlayerStatistic playerStatistic, boolean withPrefix, String nameColor, String valueColor)
public PlayerStatistic getStatistic(org.bukkit.OfflinePlayer player)
public void initialize()
public void initializeDatabase()
public PlayerStatistic loadStatistic(UUID uuid)
public void storeStatistic(PlayerStatistic statistic)
public void unloadStatistic(org.bukkit.OfflinePlayer player)
Copyright © 2017. All rights reserved.