Package net.minecraft
Class class_7669
java.lang.Object
java.nio.file.spi.FileSystemProvider
net.minecraft.class_7669
- Mappings:
Namespace Name official aipintermediary net/minecraft/class_7669named net/minecraft/class_7669
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckAccess(Path path, AccessMode[] accessMode) voidcopy(Path path, Path path2, CopyOption[] copyOption) voidcreateDirectory(Path path, FileAttribute<?>[] fileAttribute) void<V extends FileAttributeView>
VgetFileAttributeView(Path path, Class<V> class2, LinkOption[] linkOption) getFileStore(Path path) getFileSystem(URI uRI) booleanbooleanisSameFile(Path path, Path path2) private static class_7668method_45238(@Nullable Path path) voidmove(Path path, Path path2, CopyOption[] copyOption) newByteChannel(Path path, Set<? extends OpenOption> set, FileAttribute<?>[] fileAttribute) newDirectoryStream(Path path, DirectoryStream.Filter<? super Path> filter) newFileSystem(URI uRI, Map<String, ?> map) <A extends BasicFileAttributes>
AreadAttributes(Path path, Class<A> class2, LinkOption[] linkOption) readAttributes(Path path, String string, LinkOption[] linkOption) voidsetAttribute(Path path, String string, Object object, LinkOption[] linkOption) Methods inherited from class java.nio.file.spi.FileSystemProvider
createLink, createSymbolicLink, deleteIfExists, installedProviders, newAsynchronousFileChannel, newFileChannel, newFileSystem, newInputStream, newOutputStream, readSymbolicLink
-
Field Details
-
field_40023
- See Also:
- Mappings:
Namespace Name Mixin selector official aLaip;a:Ljava/lang/String;intermediary field_40023Lnet/minecraft/class_7669;field_40023:Ljava/lang/String;named field_40023Lnet/minecraft/class_7669;field_40023:Ljava/lang/String;
-
-
Constructor Details
-
class_7669
class_7669()
-
-
Method Details
-
getScheme
- Specified by:
getSchemein classFileSystemProvider
-
newFileSystem
- Specified by:
newFileSystemin classFileSystemProvider
-
getFileSystem
- Specified by:
getFileSystemin classFileSystemProvider
-
getPath
- Specified by:
getPathin classFileSystemProvider
-
newByteChannel
public SeekableByteChannel newByteChannel(Path path, Set<? extends OpenOption> set, FileAttribute<?>[] fileAttribute) throws IOException - Specified by:
newByteChannelin classFileSystemProvider- Throws:
IOException
-
newDirectoryStream
public DirectoryStream<Path> newDirectoryStream(Path path, DirectoryStream.Filter<? super Path> filter) throws IOException - Specified by:
newDirectoryStreamin classFileSystemProvider- Throws:
IOException
-
createDirectory
- Specified by:
createDirectoryin classFileSystemProvider
-
delete
- Specified by:
deletein classFileSystemProvider
-
copy
- Specified by:
copyin classFileSystemProvider
-
move
- Specified by:
movein classFileSystemProvider
-
isSameFile
- Specified by:
isSameFilein classFileSystemProvider
-
isHidden
- Specified by:
isHiddenin classFileSystemProvider
-
getFileStore
- Specified by:
getFileStorein classFileSystemProvider
-
checkAccess
- Specified by:
checkAccessin classFileSystemProvider- Throws:
IOException
-
getFileAttributeView
@Nullable public <V extends FileAttributeView> V getFileAttributeView(Path path, Class<V> class2, LinkOption[] linkOption) - Specified by:
getFileAttributeViewin classFileSystemProvider
-
readAttributes
public <A extends BasicFileAttributes> A readAttributes(Path path, Class<A> class2, LinkOption[] linkOption) throws IOException - Specified by:
readAttributesin classFileSystemProvider- Throws:
IOException
-
readAttributes
- Specified by:
readAttributesin classFileSystemProvider
-
setAttribute
- Specified by:
setAttributein classFileSystemProvider
-
method_45238
- Mappings:
Namespace Name Mixin selector official aLaip;a(Ljava/nio/file/Path;)Laio;intermediary method_45238Lnet/minecraft/class_7669;method_45238(Ljava/nio/file/Path;)Lnet/minecraft/class_7668;named method_45238Lnet/minecraft/class_7669;method_45238(Ljava/nio/file/Path;)Lnet/minecraft/class_7668;
-