Uses of Enum
me.ulrich.koth.data.KothEnum.TopType
Packages that use KothEnum.TopType
-
Uses of KothEnum.TopType in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.TopTypeModifier and TypeMethodDescriptionStatsData.getType()static KothEnum.TopTypeReturns the enum constant of this type with the specified name.static KothEnum.TopType[]KothEnum.TopType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.koth.data with parameters of type KothEnum.TopTypeConstructors in me.ulrich.koth.data with parameters of type KothEnum.TopTypeModifierConstructorDescriptionStatsData(UUID id, String data, long winDate, KothEnum.TopType type, UUID kothUUID) -
Uses of KothEnum.TopType in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type KothEnum.TopTypeModifier and TypeMethodDescriptionbooleanStatsManager.clearAll(KothEnum.TopType type) HologramManager.createHologram(String id, org.bukkit.Location loc, KothEnum.TopType type, KothEnum.TopTime time, boolean save) HologramManager.createHologram(String id, org.bukkit.Location loc, KothEnum.TopType type, KothEnum.TopTime time, boolean save, int maxlines) booleanStatsManager.deleteAllStats(List<Map.Entry<UUID, StatsData>> val, KothEnum.TopType type) booleanStatsManager.deleteStats(UUID statsID, KothEnum.TopType type) StatsManager.getAllStatsData(String data, KothEnum.TopType type) StatsManager.getPlayerStats(UUID playerUUID, KothEnum.TopType type) StatsManager.getStats(UUID statsID, KothEnum.TopType type) StatsManager.getStats(KothEnum.TopType type, KothEnum.TopTime time) intStatsManager.getWinAmount(UUID playerUUID, KothEnum.TopType type) booleanStatsManager.hasStats(UUID statsID, KothEnum.TopType type) booleanStatsManager.hasStatsData(String data, KothEnum.TopType type) -
Uses of KothEnum.TopType in me.ulrich.koth.manager.gui
Methods in me.ulrich.koth.manager.gui with parameters of type KothEnum.TopTypeModifier and TypeMethodDescriptionvoidAdminHologramGuiManager.openKothHologram_creator_time(org.bukkit.entity.Player player, KothEnum.TopType type, String title) voidAdminStatsGuiManager.openKothStats(org.bukkit.entity.Player player, KothEnum.TopType topplayer, String title)