| Package | Description |
|---|---|
| com.sk89q.squirrelid.resolver |
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitPlayerService
Checks the list of online players in Bukkit to find UUIDs.
|
class |
CacheForwardingService
Resolves UUIDs using another resolver and stores results to a cache.
|
class |
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. |
class |
HashMapService
A
ProfileService backed by a ConcurrentHashMap. |
class |
HttpRepositoryService
Resolves names in bulk to UUIDs using Mojang's profile HTTP API.
|
class |
ParallelProfileService
Resolves profiles with several parallel threads using another resolver.
|
| Modifier and Type | Method and Description |
|---|---|
static ProfileService |
HttpRepositoryService.forMinecraft()
Create a resolver for Minecraft.
|
| Constructor and Description |
|---|
CacheForwardingService(ProfileService resolver,
ProfileCache cache)
Create a new instance.
|
CombinedProfileService(ProfileService... services)
Create a new instance.
|
ParallelProfileService(ProfileService resolver,
ExecutorService executorService)
Create a new parallel resolver.
|
ParallelProfileService(ProfileService resolver,
int nThreads)
Create a new parallel resolver.
|
| Constructor and Description |
|---|
CombinedProfileService(List<ProfileService> services)
Create a new instance.
|
Copyright © 2014. All Rights Reserved.