Package net.minecraft.resource.fs
Class ResourceFileSystem
java.lang.Object
java.nio.file.FileSystem
net.minecraft.resource.fs.ResourceFileSystem
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Mappings:
Namespace Name named net/minecraft/resource/fs/ResourceFileSystem
intermediary net/minecraft/class_7670
official atl
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
private static final record
-
Field Summary
Modifier and TypeFieldDescriptionprivate final FileSystemProvider
private final ResourcePath
static final String
private static final Splitter
private final FileStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceFileSystem.Builder
builder()
void
close()
getPathMatcher
(String syntaxAndPattern) getRoot()
getStore()
boolean
isOpen()
boolean
provider()
private static ResourcePath
toResourcePath
(ResourceFileSystem.Directory root, ResourceFileSystem fileSystem, String name, @Nullable ResourcePath parent)
-
Field Details
-
SUPPORTED_FILE_ATTRIBUTE_VIEWS
- Mappings:
Namespace Name Mixin selector named SUPPORTED_FILE_ATTRIBUTE_VIEWS
Lnet/minecraft/resource/fs/ResourceFileSystem;SUPPORTED_FILE_ATTRIBUTE_VIEWS:Ljava/util/Set;
intermediary field_40029
Lnet/minecraft/class_7670;field_40029:Ljava/util/Set;
official b
Latl;b:Ljava/util/Set;
-
SEPARATOR
- See Also:
- Mappings:
Namespace Name Mixin selector named SEPARATOR
Lnet/minecraft/resource/fs/ResourceFileSystem;SEPARATOR:Ljava/lang/String;
intermediary field_40028
Lnet/minecraft/class_7670;field_40028:Ljava/lang/String;
official a
Latl;a:Ljava/lang/String;
-
SEPARATOR_SPLITTER
- Mappings:
Namespace Name Mixin selector named SEPARATOR_SPLITTER
Lnet/minecraft/resource/fs/ResourceFileSystem;SEPARATOR_SPLITTER:Lcom/google/common/base/Splitter;
intermediary field_40030
Lnet/minecraft/class_7670;field_40030:Lcom/google/common/base/Splitter;
official c
Latl;c:Lcom/google/common/base/Splitter;
-
store
- Mappings:
Namespace Name Mixin selector named store
Lnet/minecraft/resource/fs/ResourceFileSystem;store:Ljava/nio/file/FileStore;
intermediary field_40031
Lnet/minecraft/class_7670;field_40031:Ljava/nio/file/FileStore;
official d
Latl;d:Ljava/nio/file/FileStore;
-
fileSystemProvider
- Mappings:
Namespace Name Mixin selector named fileSystemProvider
Lnet/minecraft/resource/fs/ResourceFileSystem;fileSystemProvider:Ljava/nio/file/spi/FileSystemProvider;
intermediary field_40032
Lnet/minecraft/class_7670;field_40032:Ljava/nio/file/spi/FileSystemProvider;
official e
Latl;e:Ljava/nio/file/spi/FileSystemProvider;
-
root
- Mappings:
Namespace Name Mixin selector named root
Lnet/minecraft/resource/fs/ResourceFileSystem;root:Lnet/minecraft/resource/fs/ResourcePath;
intermediary field_40033
Lnet/minecraft/class_7670;field_40033:Lnet/minecraft/class_7668;
official f
Latl;f:Latj;
-
-
Constructor Details
-
ResourceFileSystem
ResourceFileSystem(String name, ResourceFileSystem.Directory root) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/resource/fs/ResourceFileSystem;<init>(Ljava/lang/String;Lnet/minecraft/resource/fs/ResourceFileSystem$Directory;)V
intermediary <init>
Lnet/minecraft/class_7670;<init>(Ljava/lang/String;Lnet/minecraft/class_7670$class_7672;)V
official <init>
Latl;<init>(Ljava/lang/String;Latl$b;)V
-
-
Method Details
-
toResourcePath
private static ResourcePath toResourcePath(ResourceFileSystem.Directory root, ResourceFileSystem fileSystem, String name, @Nullable @Nullable ResourcePath parent) - Mappings:
Namespace Name Mixin selector named toResourcePath
Lnet/minecraft/resource/fs/ResourceFileSystem;toResourcePath(Lnet/minecraft/resource/fs/ResourceFileSystem$Directory;Lnet/minecraft/resource/fs/ResourceFileSystem;Ljava/lang/String;Lnet/minecraft/resource/fs/ResourcePath;)Lnet/minecraft/resource/fs/ResourcePath;
intermediary method_45242
Lnet/minecraft/class_7670;method_45242(Lnet/minecraft/class_7670$class_7672;Lnet/minecraft/class_7670;Ljava/lang/String;Lnet/minecraft/class_7668;)Lnet/minecraft/class_7668;
official a
Latl;a(Latl$b;Latl;Ljava/lang/String;Latj;)Latj;
-
provider
- Specified by:
provider
in classFileSystem
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classFileSystem
-
isOpen
public boolean isOpen()- Specified by:
isOpen
in classFileSystem
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnly
in classFileSystem
-
getSeparator
- Specified by:
getSeparator
in classFileSystem
-
getRootDirectories
- Specified by:
getRootDirectories
in classFileSystem
-
getFileStores
- Specified by:
getFileStores
in classFileSystem
-
supportedFileAttributeViews
- Specified by:
supportedFileAttributeViews
in classFileSystem
-
getPath
- Specified by:
getPath
in classFileSystem
- Mappings:
Namespace Name Mixin selector named getPath
Lnet/minecraft/resource/fs/ResourceFileSystem;getPath(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
intermediary getPath
Lnet/minecraft/class_7670;getPath(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
official getPath
Latl;getPath(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
-
getPathMatcher
- Specified by:
getPathMatcher
in classFileSystem
- Mappings:
Namespace Name Mixin selector named getPathMatcher
Lnet/minecraft/resource/fs/ResourceFileSystem;getPathMatcher(Ljava/lang/String;)Ljava/nio/file/PathMatcher;
intermediary getPathMatcher
Lnet/minecraft/class_7670;getPathMatcher(Ljava/lang/String;)Ljava/nio/file/PathMatcher;
official getPathMatcher
Latl;getPathMatcher(Ljava/lang/String;)Ljava/nio/file/PathMatcher;
-
getUserPrincipalLookupService
- Specified by:
getUserPrincipalLookupService
in classFileSystem
-
newWatchService
- Specified by:
newWatchService
in classFileSystem
-
getStore
- Mappings:
Namespace Name Mixin selector named getStore
Lnet/minecraft/resource/fs/ResourceFileSystem;getStore()Ljava/nio/file/FileStore;
intermediary method_45241
Lnet/minecraft/class_7670;method_45241()Ljava/nio/file/FileStore;
official a
Latl;a()Ljava/nio/file/FileStore;
-
getRoot
- Mappings:
Namespace Name Mixin selector named getRoot
Lnet/minecraft/resource/fs/ResourceFileSystem;getRoot()Lnet/minecraft/resource/fs/ResourcePath;
intermediary method_45245
Lnet/minecraft/class_7670;method_45245()Lnet/minecraft/class_7668;
official b
Latl;b()Latj;
-
builder
- Mappings:
Namespace Name Mixin selector named builder
Lnet/minecraft/resource/fs/ResourceFileSystem;builder()Lnet/minecraft/resource/fs/ResourceFileSystem$Builder;
intermediary method_45246
Lnet/minecraft/class_7670;method_45246()Lnet/minecraft/class_7670$class_7671;
official c
Latl;c()Latl$a;
-