Package com.github.juliarn.npclib.bukkit
Class BukkitProfileResolver.PaperProfileResolver
java.lang.Object
com.github.juliarn.npclib.bukkit.BukkitProfileResolver.PaperProfileResolver
- All Implemented Interfaces:
com.github.juliarn.npclib.api.profile.ProfileResolver
- Enclosing class:
BukkitProfileResolver
private static final class BukkitProfileResolver.PaperProfileResolver
extends Object
implements com.github.juliarn.npclib.api.profile.ProfileResolver
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.juliarn.npclib.api.profile.ProfileResolver
com.github.juliarn.npclib.api.profile.ProfileResolver.Cached -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.github.juliarn.npclib.api.profile.ProfileResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<com.github.juliarn.npclib.api.profile.Profile.Resolved> resolveProfile(@NotNull com.github.juliarn.npclib.api.profile.Profile profile)
-
Field Details
-
INSTANCE
private static final com.github.juliarn.npclib.api.profile.ProfileResolver INSTANCE
-
-
Constructor Details
-
PaperProfileResolver
private PaperProfileResolver()
-
-
Method Details
-
resolveProfile
@NotNull public @NotNull CompletableFuture<com.github.juliarn.npclib.api.profile.Profile.Resolved> resolveProfile(@NotNull @NotNull com.github.juliarn.npclib.api.profile.Profile profile) - Specified by:
resolveProfilein interfacecom.github.juliarn.npclib.api.profile.ProfileResolver
-