Class SkinStorage

java.lang.Object
ru.dragonestia.msb3.api.skin.SkinStorage

public class SkinStorage extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.kyori.adventure.key.Key
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    existsSkin(net.kyori.adventure.key.Key key)
     
    net.minestom.server.entity.PlayerSkin
    getSkin(net.kyori.adventure.key.Key key)
     
    void
    loadSkin(net.kyori.adventure.key.Key key, team.unnamed.creative.base.Writable writable)
     
    void
    saveSkinToFile(net.minestom.server.entity.PlayerSkin skin, File file)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT

      public static final net.kyori.adventure.key.Key DEFAULT
  • Constructor Details

    • SkinStorage

      public SkinStorage()
  • Method Details

    • saveSkinToFile

      public void saveSkinToFile(net.minestom.server.entity.PlayerSkin skin, File file)
    • loadSkin

      public void loadSkin(net.kyori.adventure.key.Key key, team.unnamed.creative.base.Writable writable)
    • existsSkin

      public boolean existsSkin(net.kyori.adventure.key.Key key)
    • getSkin

      public net.minestom.server.entity.PlayerSkin getSkin(net.kyori.adventure.key.Key key)