Uses of Interface
net.sacredlabyrinth.phaed.simpleclans.managers.StorageManager.DataCallback
Packages that use StorageManager.DataCallback
-
Uses of StorageManager.DataCallback in net.sacredlabyrinth.phaed.simpleclans.managers
Methods in net.sacredlabyrinth.phaed.simpleclans.managers with parameters of type StorageManager.DataCallbackModifier and TypeMethodDescriptionvoidStorageManager.getKillsPerPlayer(String playerName, StorageManager.DataCallback<Map<String, Integer>> callback) Gets, asynchronously, a map of victim->count of all kills that specific player did and notifies via callback when it's readyvoidStorageManager.getMostKilled(StorageManager.DataCallback<Map<String, Integer>> callback) Gets, asynchronously, a map of tag->count of all kills and notifies via callback when it's ready