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