Package de.oliver.fancynpcs.api.utils
Interface SkinCache
Deprecated.
The skin system is deprecated and will be replaced with a slightly different system in the near future.
-
Method Summary
Modifier and TypeMethodDescriptionload()Deprecated.default voidupsert(SkinFetcher.SkinCacheData skinCacheData) Deprecated.voidupsert(SkinFetcher.SkinCacheData skinCacheData, boolean onlyIfExists) Deprecated.
-
Method Details
-
load
Deprecated.Load all cached skins from the cache and removes all expired skins- Returns:
- List of cached skins
-
upsert
Deprecated.Save a skin to the cache- Parameters:
skinCacheData- Skin data to saveonlyIfExists- If true, the skin will only be replaced/updated if it already exists in the cache
-
upsert
Deprecated.
-