Interface SkinManager


public interface SkinManager
Skin manager
  • Method Details

    • authlib

      @NotNull @NotNull AuthLibAdapter authlib()
    • supported

      boolean supported()
    • setSkinProvider

      void setSkinProvider(@NotNull @NotNull PlayerSkinProvider provider)
    • getOrRequest

      @NotNull @NotNull SkinData getOrRequest(@NotNull @NotNull SkinProfile profile)
    • isSlim

      boolean isSlim(@NotNull @NotNull SkinProfile profile)
    • removeCache

      void removeCache(@NotNull @NotNull SkinProfile profile)
    • refresh

      default void refresh(@NotNull @NotNull SkinProfile profile)
    • getOrRequest

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

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

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

      default void refresh(@NotNull @NotNull com.mojang.authlib.GameProfile profile)