Interface SkinsRestorer


public interface SkinsRestorer
SkinsRestorer API
Check out our API example plugin
For more info please refer first to the SkinsRestorer API Docs
Advanced help or getting problems? join our discord before submitting issues!!
  • Method Details

    • getSkinStorage

      SkinStorage getSkinStorage()
      Returns:
      SkinStorage instance
      See Also:
    • getPlayerStorage

      PlayerStorage getPlayerStorage()
      Returns:
      PlayerStorage instance
      See Also:
    • getCacheStorage

      CacheStorage getCacheStorage()
      Returns:
      CacheStorage instance
      See Also:
    • getMojangAPI

      MojangAPI getMojangAPI()
      Returns:
      MojangAPI instance
      See Also:
    • getMineSkinAPI

      MineSkinAPI getMineSkinAPI()
      Returns:
      MineSkinAPI instance
      See Also:
    • getSkinApplier

      <P> SkinApplier<P> getSkinApplier(Class<P> playerClass)
      Type Parameters:
      P - player class
      Parameters:
      playerClass - class of the player class in your server implementation
      Returns:
      SkinApplier instance
      See Also:
    • getEventBus

      EventBus getEventBus()
      Returns:
      EventBus instance
      See Also:
    • getVersion

      @Internal String getVersion()
      Return the version of SkinsRestorer installed on the server.
      Returns:
      The version of SkinsRestorer installed on the server.
      See Also:
    • getCommit

      @Internal String getCommit()
      Return the commit of SkinsRestorer installed on the server.
      Returns:
      The commit of SkinsRestorer installed on the server.
      See Also:
    • getCommitShort

      @Internal String getCommitShort()
      Return the short commit of SkinsRestorer installed on the server.
      Returns:
      The short commit of SkinsRestorer installed on the server.
      See Also: