Package net.minecraft.resource.fs
Class ResourceFileSystemProvider
java.lang.Object
java.nio.file.spi.FileSystemProvider
net.minecraft.resource.fs.ResourceFileSystemProvider
- Mappings:
Namespace Name official aja
intermediary net/minecraft/class_7669
named net/minecraft/resource/fs/ResourceFileSystemProvider
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkAccess
(Path path, AccessMode[] modes) void
copy
(Path source, Path target, CopyOption[] options) void
createDirectory
(Path dir, FileAttribute<?>[] attrs) void
<V extends FileAttributeView>
VgetFileAttributeView
(Path path, Class<V> type, LinkOption[] options) getFileStore
(Path path) getFileSystem
(URI uri) boolean
boolean
isSameFile
(Path path, Path path2) void
move
(Path source, Path target, CopyOption[] options) newByteChannel
(Path path, Set<? extends OpenOption> options, FileAttribute<?>[] attrs) newDirectoryStream
(Path dir, DirectoryStream.Filter<? super Path> filter) newFileSystem
(URI uri, Map<String, ?> env) <A extends BasicFileAttributes>
AreadAttributes
(Path path, Class<A> type, LinkOption[] options) readAttributes
(Path path, String attributes, LinkOption[] options) void
setAttribute
(Path path, String attribute, Object value, LinkOption[] options) private static ResourcePath
toResourcePath
(@Nullable Path path) Methods inherited from class java.nio.file.spi.FileSystemProvider
createLink, createSymbolicLink, deleteIfExists, installedProviders, newAsynchronousFileChannel, newFileChannel, newFileSystem, newInputStream, newOutputStream, readSymbolicLink
-
Field Details
-
SCHEME
- See Also:
- Mappings:
Namespace Name Mixin selector official a
Laja;a:Ljava/lang/String;
intermediary field_40023
Lnet/minecraft/class_7669;field_40023:Ljava/lang/String;
named SCHEME
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;SCHEME:Ljava/lang/String;
-
-
Constructor Details
-
ResourceFileSystemProvider
ResourceFileSystemProvider()
-
-
Method Details
-
getScheme
- Specified by:
getScheme
in classFileSystemProvider
-
newFileSystem
- Specified by:
newFileSystem
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official newFileSystem
Laja;newFileSystem(Ljava/net/URI;Ljava/util/Map;)Ljava/nio/file/FileSystem;
intermediary newFileSystem
Lnet/minecraft/class_7669;newFileSystem(Ljava/net/URI;Ljava/util/Map;)Ljava/nio/file/FileSystem;
named newFileSystem
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;newFileSystem(Ljava/net/URI;Ljava/util/Map;)Ljava/nio/file/FileSystem;
-
getFileSystem
- Specified by:
getFileSystem
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official getFileSystem
Laja;getFileSystem(Ljava/net/URI;)Ljava/nio/file/FileSystem;
intermediary getFileSystem
Lnet/minecraft/class_7669;getFileSystem(Ljava/net/URI;)Ljava/nio/file/FileSystem;
named getFileSystem
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;getFileSystem(Ljava/net/URI;)Ljava/nio/file/FileSystem;
-
getPath
- Specified by:
getPath
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official getPath
Laja;getPath(Ljava/net/URI;)Ljava/nio/file/Path;
intermediary getPath
Lnet/minecraft/class_7669;getPath(Ljava/net/URI;)Ljava/nio/file/Path;
named getPath
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;getPath(Ljava/net/URI;)Ljava/nio/file/Path;
-
newByteChannel
public SeekableByteChannel newByteChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>[] attrs) throws IOException - Specified by:
newByteChannel
in classFileSystemProvider
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official newByteChannel
Laja;newByteChannel(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;
intermediary newByteChannel
Lnet/minecraft/class_7669;newByteChannel(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;
named newByteChannel
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;newByteChannel(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;
-
newDirectoryStream
public DirectoryStream<Path> newDirectoryStream(Path dir, DirectoryStream.Filter<? super Path> filter) throws IOException - Specified by:
newDirectoryStream
in classFileSystemProvider
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official newDirectoryStream
Laja;newDirectoryStream(Ljava/nio/file/Path;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream;
intermediary newDirectoryStream
Lnet/minecraft/class_7669;newDirectoryStream(Ljava/nio/file/Path;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream;
named newDirectoryStream
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;newDirectoryStream(Ljava/nio/file/Path;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream;
-
createDirectory
- Specified by:
createDirectory
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official createDirectory
Laja;createDirectory(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V
intermediary createDirectory
Lnet/minecraft/class_7669;createDirectory(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V
named createDirectory
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;createDirectory(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V
-
delete
- Specified by:
delete
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official delete
Laja;delete(Ljava/nio/file/Path;)V
intermediary delete
Lnet/minecraft/class_7669;delete(Ljava/nio/file/Path;)V
named delete
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;delete(Ljava/nio/file/Path;)V
-
copy
- Specified by:
copy
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official copy
Laja;copy(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
intermediary copy
Lnet/minecraft/class_7669;copy(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
named copy
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;copy(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
-
move
- Specified by:
move
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official move
Laja;move(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
intermediary move
Lnet/minecraft/class_7669;move(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
named move
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;move(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
-
isSameFile
- Specified by:
isSameFile
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official isSameFile
Laja;isSameFile(Ljava/nio/file/Path;Ljava/nio/file/Path;)Z
intermediary isSameFile
Lnet/minecraft/class_7669;isSameFile(Ljava/nio/file/Path;Ljava/nio/file/Path;)Z
named isSameFile
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;isSameFile(Ljava/nio/file/Path;Ljava/nio/file/Path;)Z
-
isHidden
- Specified by:
isHidden
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official isHidden
Laja;isHidden(Ljava/nio/file/Path;)Z
intermediary isHidden
Lnet/minecraft/class_7669;isHidden(Ljava/nio/file/Path;)Z
named isHidden
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;isHidden(Ljava/nio/file/Path;)Z
-
getFileStore
- Specified by:
getFileStore
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official getFileStore
Laja;getFileStore(Ljava/nio/file/Path;)Ljava/nio/file/FileStore;
intermediary getFileStore
Lnet/minecraft/class_7669;getFileStore(Ljava/nio/file/Path;)Ljava/nio/file/FileStore;
named getFileStore
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;getFileStore(Ljava/nio/file/Path;)Ljava/nio/file/FileStore;
-
checkAccess
- Specified by:
checkAccess
in classFileSystemProvider
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official checkAccess
Laja;checkAccess(Ljava/nio/file/Path;[Ljava/nio/file/AccessMode;)V
intermediary checkAccess
Lnet/minecraft/class_7669;checkAccess(Ljava/nio/file/Path;[Ljava/nio/file/AccessMode;)V
named checkAccess
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;checkAccess(Ljava/nio/file/Path;[Ljava/nio/file/AccessMode;)V
-
getFileAttributeView
@Nullable public <V extends FileAttributeView> V getFileAttributeView(Path path, Class<V> type, LinkOption[] options) - Specified by:
getFileAttributeView
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official getFileAttributeView
Laja;getFileAttributeView(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/FileAttributeView;
intermediary getFileAttributeView
Lnet/minecraft/class_7669;getFileAttributeView(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/FileAttributeView;
named getFileAttributeView
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;getFileAttributeView(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/FileAttributeView;
-
readAttributes
public <A extends BasicFileAttributes> A readAttributes(Path path, Class<A> type, LinkOption[] options) throws IOException - Specified by:
readAttributes
in classFileSystemProvider
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official readAttributes
Laja;readAttributes(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/BasicFileAttributes;
intermediary readAttributes
Lnet/minecraft/class_7669;readAttributes(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/BasicFileAttributes;
named readAttributes
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;readAttributes(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/BasicFileAttributes;
-
readAttributes
- Specified by:
readAttributes
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official readAttributes
Laja;readAttributes(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;
intermediary readAttributes
Lnet/minecraft/class_7669;readAttributes(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;
named readAttributes
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;readAttributes(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;
-
setAttribute
- Specified by:
setAttribute
in classFileSystemProvider
- Mappings:
Namespace Name Mixin selector official setAttribute
Laja;setAttribute(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)V
intermediary setAttribute
Lnet/minecraft/class_7669;setAttribute(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)V
named setAttribute
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;setAttribute(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)V
-
toResourcePath
- Mappings:
Namespace Name Mixin selector official a
Laja;a(Ljava/nio/file/Path;)Laiz;
intermediary method_45238
Lnet/minecraft/class_7669;method_45238(Ljava/nio/file/Path;)Lnet/minecraft/class_7668;
named toResourcePath
Lnet/minecraft/resource/fs/ResourceFileSystemProvider;toResourcePath(Ljava/nio/file/Path;)Lnet/minecraft/resource/fs/ResourcePath;
-