Uses of Class
net.minecraft.server.packs.linkfs.LinkFSPath
Packages that use LinkFSPath
-
Uses of LinkFSPath in net.minecraft.server.packs.linkfs
Fields in net.minecraft.server.packs.linkfs declared as LinkFSPathModifier and TypeFieldDescriptionprivate final LinkFSPathLinkFSPath.parentprivate final LinkFSPathLinkFileSystem.rootFields in net.minecraft.server.packs.linkfs with type parameters of type LinkFSPathModifier and TypeFieldDescriptionprivate final Map<String, LinkFSPath> PathContents.DirectoryContents.childrenThe field for thechildrenrecord component.private static final Comparator<LinkFSPath> LinkFSPath.PATH_COMPARATORMethods in net.minecraft.server.packs.linkfs that return LinkFSPathModifier and TypeMethodDescriptionprivate static LinkFSPathLinkFileSystem.buildPath(LinkFileSystem.DirectoryEntry p_250914_, LinkFileSystem p_248904_, String p_248935_, LinkFSPath p_250296_) private LinkFSPathLinkFSPath.createRelativePath(LinkFSPath p_249276_, String p_249966_) LinkFSPath.getFileName()LinkFSPath.getName(int p_248550_) LinkFSPath.getParent()LinkFSPath.getRoot()LinkFSPath.normalize()LinkFSPath.relativize(Path p_250294_) private LinkFSPath(package private) LinkFSPathLinkFSPath.resolveName(String p_249718_) LinkFileSystem.rootPath()LinkFSPath.subpath(int p_251923_, int p_248807_) LinkFSPath.toAbsolutePath()private LinkFSPathLinkFSPath.toLinkPath(Path p_250907_) private static LinkFSPathLinkFSProvider.toLinkPath(Path p_252065_) LinkFSPath.toRealPath(LinkOption... p_251187_) Methods in net.minecraft.server.packs.linkfs that return types with arguments of type LinkFSPathModifier and TypeMethodDescriptionPathContents.DirectoryContents.children()Returns the value of thechildrenrecord component.Methods in net.minecraft.server.packs.linkfs with parameters of type LinkFSPathModifier and TypeMethodDescriptionprivate static LinkFSPathLinkFileSystem.buildPath(LinkFileSystem.DirectoryEntry p_250914_, LinkFileSystem p_248904_, String p_248935_, LinkFSPath p_250296_) private LinkFSPathLinkFSPath.createRelativePath(LinkFSPath p_249276_, String p_249966_) Constructors in net.minecraft.server.packs.linkfs with parameters of type LinkFSPathModifierConstructorDescriptionLinkFSPath(LinkFileSystem p_251111_, String p_250681_, LinkFSPath p_251363_, PathContents p_251268_) Constructor parameters in net.minecraft.server.packs.linkfs with type arguments of type LinkFSPathModifierConstructorDescriptionDirectoryContents(Map<String, LinkFSPath> children) Creates an instance of aDirectoryContentsrecord class.