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 LinkFSPath
LinkFSPath.parent
private final LinkFSPath
LinkFileSystem.root
Fields in net.minecraft.server.packs.linkfs with type parameters of type LinkFSPathModifier and TypeFieldDescriptionprivate final Map
<String, LinkFSPath> PathContents.DirectoryContents.children
The field for thechildren
record component.private static final Comparator
<LinkFSPath> LinkFSPath.PATH_COMPARATOR
Methods in net.minecraft.server.packs.linkfs that return LinkFSPathModifier and TypeMethodDescriptionprivate static LinkFSPath
LinkFileSystem.buildPath
(LinkFileSystem.DirectoryEntry pDirectory, LinkFileSystem pFileSystem, String pName, LinkFSPath pParent) private LinkFSPath
LinkFSPath.createRelativePath
(LinkFSPath pParent, String pName) LinkFSPath.getFileName()
LinkFSPath.getName
(int pIndex) LinkFSPath.getParent()
LinkFSPath.getRoot()
LinkFSPath.normalize()
LinkFSPath.relativize
(Path pPath) private LinkFSPath
(package private) LinkFSPath
LinkFSPath.resolveName
(String pName) LinkFileSystem.rootPath()
LinkFSPath.subpath
(int pStart, int pEnd) LinkFSPath.toAbsolutePath()
private LinkFSPath
LinkFSPath.toLinkPath
(Path pPath) private static LinkFSPath
LinkFSProvider.toLinkPath
(Path pPath) LinkFSPath.toRealPath
(LinkOption... pOptions) Methods in net.minecraft.server.packs.linkfs that return types with arguments of type LinkFSPathModifier and TypeMethodDescriptionPathContents.DirectoryContents.children()
Returns the value of thechildren
record component.Methods in net.minecraft.server.packs.linkfs with parameters of type LinkFSPathModifier and TypeMethodDescriptionprivate static LinkFSPath
LinkFileSystem.buildPath
(LinkFileSystem.DirectoryEntry pDirectory, LinkFileSystem pFileSystem, String pName, LinkFSPath pParent) private LinkFSPath
LinkFSPath.createRelativePath
(LinkFSPath pParent, String pName) Constructors in net.minecraft.server.packs.linkfs with parameters of type LinkFSPathModifierConstructorDescriptionLinkFSPath
(LinkFileSystem pFileSystem, String pName, LinkFSPath pParent, PathContents pPathContents) Constructor parameters in net.minecraft.server.packs.linkfs with type arguments of type LinkFSPathModifierConstructorDescriptionDirectoryContents
(Map<String, LinkFSPath> children) Creates an instance of aDirectoryContents
record class.