Package net.skinsrestorer.api
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!!
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 Summary
Modifier and TypeMethodDescriptionReturn the commit of SkinsRestorer installed on the server.Return the short commit of SkinsRestorer installed on the server.<P> SkinApplier<P>
getSkinApplier
(Class<P> playerClass) Return the version of SkinsRestorer installed on the server.
-
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
- 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
Return the version of SkinsRestorer installed on the server.- Returns:
- The version of SkinsRestorer installed on the server.
- See Also:
-
getCommit
Return the commit of SkinsRestorer installed on the server.- Returns:
- The commit of SkinsRestorer installed on the server.
- See Also:
-
getCommitShort
Return the short commit of SkinsRestorer installed on the server.- Returns:
- The short commit of SkinsRestorer installed on the server.
- See Also:
-