Uses of Class
net.minecraft.server.packs.linkfs.LinkFSPath
-
Uses of LinkFSPath in net.minecraft.server.packs.linkfs
Modifier and TypeFieldDescriptionprivate final LinkFSPath
LinkFSPath.parent
private final LinkFSPath
LinkFileSystem.root
Modifier and TypeFieldDescriptionprivate final Map<String,
LinkFSPath> PathContents.DirectoryContents.children
The field for thechildren
record component.private static final Comparator<LinkFSPath>
LinkFSPath.PATH_COMPARATOR
Modifier and TypeMethodDescriptionprivate static LinkFSPath
LinkFileSystem.buildPath
(LinkFileSystem.DirectoryEntry p_250914_, LinkFileSystem p_248904_, String p_248935_, LinkFSPath p_250296_) private LinkFSPath
LinkFSPath.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) LinkFSPath
LinkFSPath.resolveName
(String p_249718_) LinkFileSystem.rootPath()
LinkFSPath.subpath
(int p_251923_, int p_248807_) LinkFSPath.toAbsolutePath()
private LinkFSPath
LinkFSPath.toLinkPath
(Path p_250907_) private static LinkFSPath
LinkFSProvider.toLinkPath
(Path p_252065_) LinkFSPath.toRealPath
(LinkOption... p_251187_) Modifier and TypeMethodDescriptionPathContents.DirectoryContents.children()
Returns the value of thechildren
record component.Modifier and TypeMethodDescriptionprivate static LinkFSPath
LinkFileSystem.buildPath
(LinkFileSystem.DirectoryEntry p_250914_, LinkFileSystem p_248904_, String p_248935_, LinkFSPath p_250296_) private LinkFSPath
LinkFSPath.createRelativePath
(LinkFSPath p_249276_, String p_249966_) ModifierConstructorDescriptionLinkFSPath
(LinkFileSystem p_251111_, String p_250681_, LinkFSPath p_251363_, PathContents p_251268_) ModifierConstructorDescriptionDirectoryContents
(Map<String, LinkFSPath> children) Creates an instance of aDirectoryContents
record class.