Interface ProfileApiResolver
-
public interface ProfileApiResolver
An interface to the profile API
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<MinecraftProfile>resolveByName(Iterable<String> names)Resolve all profiles matching the provided names.static ProfileApiResolverresolver(Executor executor)
-
-
-
Method Detail
-
resolver
static ProfileApiResolver resolver(Executor executor)
-
resolveByName
Stream<MinecraftProfile> resolveByName(Iterable<String> names)
Resolve all profiles matching the provided names.- Parameters:
names- Names to resolve- Returns:
- a future providing the total number of profiles resolved.
-
-