net.minecraft.server.packs.linkfs

class LinkFSProvider

extends FileSystemProvider

aup
net.minecraft.server.packs.linkfs.LinkFSProvider
net.minecraft.class_7669
net.minecraft.resource.fs.ResourceFileSystemProvider
net.minecraft.server.packs.linkfs.LinkFSProvider

Field summary

Modifier and TypeField
public static final String
a
SCHEME
field_40023
SCHEME

Constructor summary

ModifierConstructor
()

Method summary

Modifier and TypeMethod
public String
getScheme()
getScheme()
public FileSystem
newFileSystem(URI arg0, Map<String, ?> arg1)
newFileSystem(URI arg0, Map<String, ?> arg1)
newFileSystem(URI arg0, Map<String, ?> arg1)
newFileSystem(URI uri, Map<String, ?> env)
public FileSystem
getFileSystem(URI arg0)
getFileSystem(URI arg0)
getFileSystem(URI arg0)
getFileSystem(URI uri)
public Path
getPath(URI arg0)
getPath(URI arg0)
getPath(URI arg0)
getPath(URI uri)
public SeekableByteChannel
newByteChannel(Path arg0, Set<? extends OpenOption> arg1, FileAttribute<?>... arg2)
newByteChannel(Path arg0, Set<? extends OpenOption> arg1, FileAttribute<?>... arg2)
newByteChannel(Path arg0, Set<? extends OpenOption> arg1, FileAttribute<?>... arg2)
newByteChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)
public DirectoryStream<Path>
newDirectoryStream(Path arg0, DirectoryStream$Filter<? super Path> arg1)
newDirectoryStream(Path arg0, DirectoryStream$Filter<? super Path> arg1)
newDirectoryStream(Path arg0, DirectoryStream$Filter<? super Path> arg1)
newDirectoryStream(Path dir, DirectoryStream$Filter<? super Path> filter)
public void
createDirectory(Path arg0, FileAttribute<?>... arg1)
createDirectory(Path arg0, FileAttribute<?>... arg1)
createDirectory(Path arg0, FileAttribute<?>... arg1)
createDirectory(Path dir, FileAttribute<?>... attrs)
public void
delete(Path arg0)
delete(Path arg0)
delete(Path arg0)
delete(Path path)
public void
copy(Path arg0, Path arg1, CopyOption... arg2)
copy(Path arg0, Path arg1, CopyOption... arg2)
copy(Path arg0, Path arg1, CopyOption... arg2)
copy(Path source, Path target, CopyOption... options)
public void
move(Path arg0, Path arg1, CopyOption... arg2)
move(Path arg0, Path arg1, CopyOption... arg2)
move(Path arg0, Path arg1, CopyOption... arg2)
move(Path source, Path target, CopyOption... options)
public boolean
isSameFile(Path arg0, Path arg1)
isSameFile(Path arg0, Path arg1)
isSameFile(Path arg0, Path arg1)
isSameFile(Path path, Path path2)
public boolean
isHidden(Path arg0)
isHidden(Path arg0)
isHidden(Path arg0)
isHidden(Path path)
public FileStore
getFileStore(Path arg0)
getFileStore(Path arg0)
getFileStore(Path arg0)
getFileStore(Path path)
public void
checkAccess(Path arg0, AccessMode... arg1)
checkAccess(Path arg0, AccessMode... arg1)
checkAccess(Path arg0, AccessMode... arg1)
checkAccess(Path path, AccessMode... modes)
public <V extends FileAttributeView> V
getFileAttributeView(Path arg0, Class<V> arg1, LinkOption... arg2)
getFileAttributeView(Path arg0, Class<V> arg1, LinkOption... arg2)
getFileAttributeView(Path arg0, Class<V> arg1, LinkOption... arg2)
getFileAttributeView(Path path, Class<V> type, LinkOption... options)
public <A extends BasicFileAttributes> A
readAttributes(Path arg0, Class<A> arg1, LinkOption... arg2)
readAttributes(Path arg0, Class<A> arg1, LinkOption... arg2)
readAttributes(Path arg0, Class<A> arg1, LinkOption... arg2)
readAttributes(Path path, Class<A> type, LinkOption... options)
public Map<String, Object>
readAttributes(Path arg0, String arg1, LinkOption... arg2)
readAttributes(Path arg0, String arg1, LinkOption... arg2)
readAttributes(Path arg0, String arg1, LinkOption... arg2)
readAttributes(Path path, String attributes, LinkOption... options)
public void
setAttribute(Path arg0, String arg1, Object arg2, LinkOption... arg3)
setAttribute(Path arg0, String arg1, Object arg2, LinkOption... arg3)
setAttribute(Path arg0, String arg1, Object arg2, LinkOption... arg3)
setAttribute(Path path, String attribute, Object value, LinkOption... options)
private static LinkFSPath
a(Path arg0)
toLinkPath(Path arg0)
method_45238(Path arg0)
toResourcePath(Path path)