Uses of Annotation Interface
valorless.annotations.Internal

Packages that use Internal
Package
Description
 
  • Uses of Internal in valorless.valorlessutils.cache

    Methods in valorless.valorlessutils.cache with annotations of type Internal
    Modifier and Type
    Method
    Description
    static void
    PlayerCache.init()
    Initializes the PlayerCache by registering the listener and asynchronously populating the cache with all known offline players.
    static void
    SkinCache.init()
    Initializes the SkinCache by registering the event listener, loading the cache from disk, and adding all currently online players to the cache.
    static void
    SkinCache.shutdown()
    Saves the skin cache to the skins.yml file and logs the result.