Class BukkitProfileResolver.SpigotProfileResolver

java.lang.Object
com.github.juliarn.npclib.bukkit.BukkitProfileResolver.SpigotProfileResolver
All Implemented Interfaces:
com.github.juliarn.npclib.api.profile.ProfileResolver
Enclosing class:
BukkitProfileResolver

private static final class BukkitProfileResolver.SpigotProfileResolver extends Object implements com.github.juliarn.npclib.api.profile.ProfileResolver
  • Field Details

    • INSTANCE

      private static final com.github.juliarn.npclib.api.profile.ProfileResolver INSTANCE
    • NIL_NAME

      private static final String NIL_NAME
      See Also:
    • NIL_UUID

      private static final UUID NIL_UUID
    • convertNullToNilValues

      private final boolean convertNullToNilValues
  • Constructor Details

    • SpigotProfileResolver

      private SpigotProfileResolver()
  • Method Details

    • nullToNilConversationNecessary

      private static boolean nullToNilConversationNecessary()
    • 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