Package net.minecraft.resource.fs
Class ResourceFileSystemProvider
java.lang.Object
java.nio.file.spi.FileSystemProvider
net.minecraft.resource.fs.ResourceFileSystemProvider
- Mappings:
- Namespace - Name - named - net/minecraft/resource/fs/ResourceFileSystemProvider- intermediary - net/minecraft/class_7669- official - atl
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckAccess(Path path, AccessMode[] modes) voidcopy(Path source, Path target, CopyOption[] options) voidcreateDirectory(Path dir, FileAttribute<?>[] attrs) void<V extends FileAttributeView>
 VgetFileAttributeView(Path path, Class<V> type, LinkOption[] options) getFileStore(Path path) getFileSystem(URI uri) booleanbooleanisSameFile(Path path, Path path2) voidmove(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) voidsetAttribute(Path path, String attribute, Object value, LinkOption[] options) private static ResourcePathtoResourcePath(@Nullable Path path) Methods inherited from class java.nio.file.spi.FileSystemProvidercreateLink, createSymbolicLink, deleteIfExists, exists, installedProviders, newAsynchronousFileChannel, newFileChannel, newFileSystem, newInputStream, newOutputStream, readAttributesIfExists, readSymbolicLink
- 
Field Details- 
SCHEME- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - SCHEME- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;SCHEME:Ljava/lang/String;- intermediary - field_40023- Lnet/minecraft/class_7669;field_40023:Ljava/lang/String;- official - a- Latl;a:Ljava/lang/String;
 
 
- 
- 
Constructor Details- 
ResourceFileSystemProviderResourceFileSystemProvider()
 
- 
- 
Method Details- 
getScheme- Specified by:
- getSchemein class- FileSystemProvider
 
- 
newFileSystem- Specified by:
- newFileSystemin class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - newFileSystem- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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;- official - newFileSystem- Latl;newFileSystem(Ljava/net/URI;Ljava/util/Map;)Ljava/nio/file/FileSystem;
 
- 
getFileSystem- Specified by:
- getFileSystemin class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - getFileSystem- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;getFileSystem(Ljava/net/URI;)Ljava/nio/file/FileSystem;- intermediary - getFileSystem- Lnet/minecraft/class_7669;getFileSystem(Ljava/net/URI;)Ljava/nio/file/FileSystem;- official - getFileSystem- Latl;getFileSystem(Ljava/net/URI;)Ljava/nio/file/FileSystem;
 
- 
getPath- Specified by:
- getPathin class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - getPath- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;getPath(Ljava/net/URI;)Ljava/nio/file/Path;- intermediary - getPath- Lnet/minecraft/class_7669;getPath(Ljava/net/URI;)Ljava/nio/file/Path;- official - getPath- Latl;getPath(Ljava/net/URI;)Ljava/nio/file/Path;
 
- 
newByteChannelpublic SeekableByteChannel newByteChannel(Path path, Set<? extends OpenOption> options, FileAttribute<?>[] attrs) throws IOException - Specified by:
- newByteChannelin class- FileSystemProvider
- Throws:
- IOException
- Mappings:
- Namespace - Name - Mixin selector - named - newByteChannel- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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;- official - newByteChannel- Latl;newByteChannel(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;
 
- 
newDirectoryStreampublic DirectoryStream<Path> newDirectoryStream(Path dir, DirectoryStream.Filter<? super Path> filter) throws IOException - Specified by:
- newDirectoryStreamin class- FileSystemProvider
- Throws:
- IOException
- Mappings:
- Namespace - Name - Mixin selector - named - newDirectoryStream- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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;- official - newDirectoryStream- Latl;newDirectoryStream(Ljava/nio/file/Path;Ljava/nio/file/DirectoryStream$Filter;)Ljava/nio/file/DirectoryStream;
 
- 
createDirectory- Specified by:
- createDirectoryin class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - createDirectory- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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- official - createDirectory- Latl;createDirectory(Ljava/nio/file/Path;[Ljava/nio/file/attribute/FileAttribute;)V
 
- 
delete- Specified by:
- deletein class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - delete- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;delete(Ljava/nio/file/Path;)V- intermediary - delete- Lnet/minecraft/class_7669;delete(Ljava/nio/file/Path;)V- official - delete- Latl;delete(Ljava/nio/file/Path;)V
 
- 
copy- Specified by:
- copyin class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - copy- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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- official - copy- Latl;copy(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
 
- 
move- Specified by:
- movein class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - move- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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- official - move- Latl;move(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)V
 
- 
isSameFile- Specified by:
- isSameFilein class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - isSameFile- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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- official - isSameFile- Latl;isSameFile(Ljava/nio/file/Path;Ljava/nio/file/Path;)Z
 
- 
isHidden- Specified by:
- isHiddenin class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - isHidden- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;isHidden(Ljava/nio/file/Path;)Z- intermediary - isHidden- Lnet/minecraft/class_7669;isHidden(Ljava/nio/file/Path;)Z- official - isHidden- Latl;isHidden(Ljava/nio/file/Path;)Z
 
- 
getFileStore- Specified by:
- getFileStorein class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - getFileStore- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;getFileStore(Ljava/nio/file/Path;)Ljava/nio/file/FileStore;- intermediary - getFileStore- Lnet/minecraft/class_7669;getFileStore(Ljava/nio/file/Path;)Ljava/nio/file/FileStore;- official - getFileStore- Latl;getFileStore(Ljava/nio/file/Path;)Ljava/nio/file/FileStore;
 
- 
checkAccess- Specified by:
- checkAccessin class- FileSystemProvider
- Throws:
- IOException
- Mappings:
- Namespace - Name - Mixin selector - named - checkAccess- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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- official - checkAccess- Latl;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:
- getFileAttributeViewin class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - getFileAttributeView- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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;- official - getFileAttributeView- Latl;getFileAttributeView(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/FileAttributeView;
 
- 
readAttributespublic <A extends BasicFileAttributes> A readAttributes(Path path, Class<A> type, LinkOption[] options) throws IOException - Specified by:
- readAttributesin class- FileSystemProvider
- Throws:
- IOException
- Mappings:
- Namespace - Name - Mixin selector - named - readAttributes- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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;- official - readAttributes- Latl;readAttributes(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/BasicFileAttributes;
 
- 
readAttributes- Specified by:
- readAttributesin class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - readAttributes- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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;- official - readAttributes- Latl;readAttributes(Ljava/nio/file/Path;Ljava/lang/String;[Ljava/nio/file/LinkOption;)Ljava/util/Map;
 
- 
setAttribute- Specified by:
- setAttributein class- FileSystemProvider
- Mappings:
- Namespace - Name - Mixin selector - named - setAttribute- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;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- official - setAttribute- Latl;setAttribute(Ljava/nio/file/Path;Ljava/lang/String;Ljava/lang/Object;[Ljava/nio/file/LinkOption;)V
 
- 
toResourcePath- Mappings:
- Namespace - Name - Mixin selector - named - toResourcePath- Lnet/minecraft/resource/fs/ResourceFileSystemProvider;toResourcePath(Ljava/nio/file/Path;)Lnet/minecraft/resource/fs/ResourcePath;- intermediary - method_45238- Lnet/minecraft/class_7669;method_45238(Ljava/nio/file/Path;)Lnet/minecraft/class_7668;- official - a- Latl;a(Ljava/nio/file/Path;)Latk;
 
 
-