Add getOfflinePlayerIfCached(UUID)
#11644
Labels
resolution: awaiting response
Additional information is required from the issue reporter
Is your feature request related to a problem?
#4687 allows us to easily search the
usercache.json
file, however there's no UUID overload for the method even though theusercache.json
file saves the player's UUID.Describe the solution you'd like.
Adding an
getOfflinePlayerIfCached(UUID)
overload for thegetOfflinePlayerIfCached(String)
method.Describe alternatives you've considered.
Calling
getOfflinePlayer(UUID)
, however that has the possibility of making an HTTP request. As this method will be called upon extensively - though results could be cached - this isn't ideal.Other
No response
The text was updated successfully, but these errors were encountered: