Interface PlayerSkinProvider


public interface PlayerSkinProvider
Player skin provider
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PlayerSkinProvider
    Default provider
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull CompletableFuture<com.mojang.authlib.GameProfile>
    provide(@NotNull com.mojang.authlib.GameProfile profile)
    Gets skin profile from original profile
  • Field Details

  • Method Details

    • provide

      @NotNull @NotNull CompletableFuture<com.mojang.authlib.GameProfile> provide(@NotNull @NotNull com.mojang.authlib.GameProfile profile)
      Gets skin profile from original profile
      Parameters:
      profile - original profile
      Returns:
      provided profile