Interface SkinManager


public interface SkinManager
Skin manager
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull SkinData
    getOrRequest(@NotNull com.mojang.authlib.GameProfile profile)
     
    boolean
    isSlim(@NotNull com.mojang.authlib.GameProfile profile)
     
    void
    removeCache(@NotNull com.mojang.authlib.GameProfile profile)
     
    void
     
    boolean
     
  • Method Details

    • supported

      boolean supported()
    • getOrRequest

      @NotNull @NotNull SkinData getOrRequest(@NotNull @NotNull com.mojang.authlib.GameProfile profile)
    • isSlim

      boolean isSlim(@NotNull @NotNull com.mojang.authlib.GameProfile profile)
    • removeCache

      void removeCache(@NotNull @NotNull com.mojang.authlib.GameProfile profile)
    • setSkinProvider

      void setSkinProvider(@NotNull @NotNull PlayerSkinProvider provider)