Interface ProfileResolver
- All Known Subinterfaces:
ProfileResolver.Cached
- All Known Implementing Classes:
DefaultCachedProfileResolver,MojangProfileResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileResolver.Cachedcaching(@NotNull ProfileResolver delegate) static @NotNull ProfileResolvermojang()@NotNull CompletableFuture<Profile.Resolved> resolveProfile(@NotNull Profile profile)
-
Method Details
-
mojang
-
caching
-
resolveProfile
@NotNull @NotNull CompletableFuture<Profile.Resolved> resolveProfile(@NotNull @NotNull Profile profile)
-