Interface SkinManager

All Superinterfaces:
GlobalManager

public interface SkinManager extends GlobalManager
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)
     
    boolean
    removeCache(@NotNull com.mojang.authlib.GameProfile profile)
     
    void
     
    boolean
     

    Methods inherited from interface kr.toxicity.model.api.manager.GlobalManager

    reload
  • 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

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

      void setSkinProvider(@NotNull @NotNull PlayerSkinProvider provider)