Uses of Class
be.yildizgames.common.libloader.NativeResourceLoader
-
Uses of NativeResourceLoader in be.yildizgames.common.libloader
Methods in be.yildizgames.common.libloader that return NativeResourceLoader Modifier and Type Method Description static NativeResourceLoaderNativeResourceLoader. external(be.yildizgames.common.os.OperatingSystem... systemToSupport)Use libraries from a given path and register them.NativeResourceLoaderGlobalNativeResourceLoader. getLoader()Provider the global loader.static NativeResourceLoaderNativeResourceLoader. inJar()Retrieve the libraries in the class pass, decompress them and register them, support all systems.static NativeResourceLoaderNativeResourceLoader. inJar(be.yildizgames.common.os.OperatingSystem... systemToSupport)Retrieve the libraries in the class pass, decompress them and register them.static NativeResourceLoaderNativeResourceLoader. inJar(String path)static NativeResourceLoaderNativeResourceLoader. inJar(String path, be.yildizgames.common.os.OperatingSystem... systemToSupport)Retrieve the libraries in the class pass, decompress them in the provided path and register them.static NativeResourceLoaderNativeResourceLoader. inPath(String path, be.yildizgames.common.os.OperatingSystem... systemToSupport)static NativeResourceLoaderNativeResourceLoader. inTestPath(be.yildizgames.common.os.OperatingSystem... systemToSupport)Methods in be.yildizgames.common.libloader with parameters of type NativeResourceLoader Modifier and Type Method Description voidGlobalNativeResourceLoader. setNativeResourceLoader(NativeResourceLoader loader)Change the loader to use.