Uses of Class
net.runelite.client.util.Filepath
-
Packages that use Filepath Package Description net.runelite.client.audio net.runelite.client.plugins net.runelite.client.util -
-
Uses of Filepath in net.runelite.client.audio
Methods in net.runelite.client.audio with parameters of type Filepath Modifier and Type Method Description voidAudioPlayer. play(Filepath file, float gain)Plays an audio stream loaded from a filepath. -
Uses of Filepath in net.runelite.client.plugins
Methods in net.runelite.client.plugins that return Filepath Modifier and Type Method Description protected FilepathPlugin. getPluginDirectory()Gets this plugin's data directory, located in .runelite/plugin-data/[internal-name]. -
Uses of Filepath in net.runelite.client.util
Methods in net.runelite.client.util that return Filepath Modifier and Type Method Description FilepathFilepath. createTempDir(String prefix)FilepathFilepath. createTempFile(String prefix, String suffix)static FilepathFilepath.Unchecked. getLegacyPluginDirectory(Path dotRuneLite, String dirName)FilepathFilepath. getParent()Gets the parent directory of this filepath.FilepathFilepath. getRoot()Gets the highest levelFilepaththis can access.static FilepathFilepath.Unchecked. getRooted(Path path)FilepathFilepath. join(String append, String... more)Append the given path segments to this pathFilepathFilepath. joinSegment(String append)Append a single segment to this path, throwing ifappendis not a single segmentFilepathFilepath. rooted()Create a new filepath with its root set to this filepathMethods in net.runelite.client.util that return types with arguments of type Filepath Modifier and Type Method Description List<Filepath>Filepath.Chooser. showDialog(Component parent)Shows this dialog on the screen, blocking until the user closes it.List<Filepath>Filepath.Chooser. showDialog(net.runelite.api.Client parent)Stream<Filepath>Filepath. walk(int maxDepth, FileVisitOption... options)Stream<Filepath>Filepath. walk(FileVisitOption... options)Methods in net.runelite.client.util with parameters of type Filepath Modifier and Type Method Description intFilepath. compareTo(Filepath o)voidFilepath. copyTo(Filepath target, CopyOption... options)Copies this file totargetstatic FileFilepath.Unchecked. getFile(Filepath fp)static PathFilepath.Unchecked. getPath(Filepath fp)voidFilepath. moveTo(Filepath target, CopyOption... options)Moves this file totargetFilepath.ChooserFilepath.Chooser. setCurrentDirectory(Filepath filepath)booleanFilepath. startsWith(Filepath other)
-