| Interface | Description |
|---|---|
| ProfileService |
Resolves names into UUIDs.
|
| Class | Description |
|---|---|
| BukkitPlayerService |
Checks the list of online players in Bukkit to find UUIDs.
|
| CacheForwardingService |
Resolves UUIDs using another resolver and stores results to a cache.
|
| CombinedProfileService |
Combines several
ProfileServices together and checks them from
first to last, stopping when there are no more services left to query or
all profiles were found. |
| HashMapService |
A
ProfileService backed by a ConcurrentHashMap. |
| HttpRepositoryService |
Resolves names in bulk to UUIDs using Mojang's profile HTTP API.
|
| ParallelProfileService |
Resolves profiles with several parallel threads using another resolver.
|
Copyright © 2014. All Rights Reserved.