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

    Fields
    Modifier and Type
    Field
    Description
    private static final com.github.juliarn.npclib.api.profile.ProfileResolver
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull CompletableFuture<com.github.juliarn.npclib.api.profile.Profile.Resolved>
    resolveProfile(@NotNull com.github.juliarn.npclib.api.profile.Profile profile)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      resolveProfile in interface com.github.juliarn.npclib.api.profile.ProfileResolver