net.minecraft.resource.fs

public class ResourceFileSystem

extends FileSystem

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

Field summary

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

Constructor summary

ModifierConstructor
private (String name, ResourceFileSystem$Directory root)

Method summary

Modifier and TypeMethod
private static ResourcePath
buildPath(LinkFileSystem$DirectoryEntry entry, LinkFileSystem fileSystem, String selfName, LinkFSPath parent)
buildPath(LinkFileSystem$DirectoryEntry entry, LinkFileSystem fileSystem, String selfName, LinkFSPath parent)
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 first, String... more)
getPath(String first, String... more)
getPath(String arg0, String... arg1)
getPath(String first, String... more)
public PathMatcher
getPathMatcher(String syntaxAndPattern)
getPathMatcher(String syntaxAndPattern)
getPathMatcher(String arg0)
getPathMatcher(String syntaxAndPattern)
public UserPrincipalLookupService
getUserPrincipalLookupService()
getUserPrincipalLookupService()
public WatchService
newWatchService()
newWatchService()
public FileStore
store()
store()
method_45241()
getStore()
public ResourcePath
rootPath()
rootPath()
method_45245()
getRoot()
public static ResourceFileSystem$Builder
builder()
builder()
method_45246()
builder()