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 Link icon

    • getSkinStorage Link icon

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

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

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

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

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

      <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 Link icon

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

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

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

      @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: