Uses of Class
stawa.vitalstrike.PlayerStats.PlayerStatistics
Packages that use PlayerStats.PlayerStatistics
Package
Description
VitalStrike - A Dynamic Damage Indication Plugin for Minecraft
-
Uses of PlayerStats.PlayerStatistics in stawa.vitalstrike
Methods in stawa.vitalstrike that return PlayerStats.PlayerStatisticsModifier and TypeMethodDescriptionPlayerStats.getPlayerStats(UUID uuid) Gets the player statistics for the specified player.Methods in stawa.vitalstrike that return types with arguments of type PlayerStats.PlayerStatisticsModifier and TypeMethodDescriptionPlayerStats.getTopPlayers(int limit, ToDoubleFunction<PlayerStats.PlayerStatistics> valueExtractor) Gets the top players based on the provided value extractor.Method parameters in stawa.vitalstrike with type arguments of type PlayerStats.PlayerStatisticsModifier and TypeMethodDescriptionPlayerStats.getTopPlayers(int limit, ToDoubleFunction<PlayerStats.PlayerStatistics> valueExtractor) Gets the top players based on the provided value extractor.