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 the usercache.json file saves the player's UUID.
Describe the solution you'd like.
Adding an getOfflinePlayerIfCached(UUID) overload for the getOfflinePlayerIfCached(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
Is your feature request related to a problem?
#4687 allows us to easily search the
usercache.jsonfile, however there's no UUID overload for the method even though theusercache.jsonfile 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