net.minecraft.server.packs.linkfs

public class LinkFileSystem

extends FileSystem

auq
net.minecraft.server.packs.linkfs.LinkFileSystem
net.minecraft.class_7670
net.minecraft.resource.fs.ResourceFileSystem
net.minecraft.server.packs.linkfs.LinkFileSystem

Field summary

Modifier and TypeField
private static final Set<String>
b
VIEWS
field_40029
SUPPORTED_FILE_ATTRIBUTE_VIEWS
public static final String
a
PATH_SEPARATOR
field_40028
SEPARATOR
private static final com.google.common.base.Splitter
c
PATH_SPLITTER
field_40030
SEPARATOR_SPLITTER
private final FileStore
d
store
field_40031
store
private final FileSystemProvider
e
provider
field_40032
fileSystemProvider
private final LinkFSPath
f
root
field_40033
root

Constructor summary

ModifierConstructor
(String name, LinkFileSystem$DirectoryEntry root)

Method summary

Modifier and TypeMethod
private static LinkFSPath
a(auq$b arg0, auq arg1, String arg2, auo arg3)
buildPath(LinkFileSystem$DirectoryEntry arg0, LinkFileSystem arg1, String arg2, LinkFSPath arg3)
method_45242(class_7670$class_7672 arg0, class_7670 arg1, String arg2, class_7668 arg3)
toResourcePath(ResourceFileSystem$Directory root, ResourceFileSystem fileSystem, String name, ResourcePath parent)
public FileSystemProvider
provider()
provider()
public void
close()
close()
public boolean
isOpen()
isOpen()
public boolean
isReadOnly()
isReadOnly()
public String
getSeparator()
getSeparator()
public Iterable<Path>
getRootDirectories()
getRootDirectories()
public Iterable<FileStore>
getFileStores()
getFileStores()
public Set<String>
supportedFileAttributeViews()
supportedFileAttributeViews()
public Path
getPath(String arg0, String... arg1)
getPath(String arg0, String... arg1)
getPath(String arg0, String... arg1)
getPath(String first, String... more)
public PathMatcher
getPathMatcher(String arg0)
getPathMatcher(String arg0)
getPathMatcher(String arg0)
getPathMatcher(String syntaxAndPattern)
public UserPrincipalLookupService
getUserPrincipalLookupService()
getUserPrincipalLookupService()
public WatchService
newWatchService()
newWatchService()
public FileStore
a()
store()
method_45241()
getStore()
public LinkFSPath
b()
rootPath()
method_45245()
getRoot()
public static LinkFileSystem$Builder
c()
builder()
method_45246()
builder()