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 official ajb
intermediary net/minecraft/class_7670
named net/minecraft/resource/fs/ResourceFileSystem
-
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 official b
Lajb;b:Ljava/util/Set;
intermediary field_40029
Lnet/minecraft/class_7670;field_40029:Ljava/util/Set;
named SUPPORTED_FILE_ATTRIBUTE_VIEWS
Lnet/minecraft/resource/fs/ResourceFileSystem;SUPPORTED_FILE_ATTRIBUTE_VIEWS:Ljava/util/Set;
-
SEPARATOR
- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lajb;a:Ljava/lang/String;
intermediary field_40028
Lnet/minecraft/class_7670;field_40028:Ljava/lang/String;
named SEPARATOR
Lnet/minecraft/resource/fs/ResourceFileSystem;SEPARATOR:Ljava/lang/String;
-
SEPARATOR_SPLITTER
- Mappings:
Namespace Name Mixin selector official c
Lajb;c:Lcom/google/common/base/Splitter;
intermediary field_40030
Lnet/minecraft/class_7670;field_40030:Lcom/google/common/base/Splitter;
named SEPARATOR_SPLITTER
Lnet/minecraft/resource/fs/ResourceFileSystem;SEPARATOR_SPLITTER:Lcom/google/common/base/Splitter;
-
store
- Mappings:
Namespace Name Mixin selector official d
Lajb;d:Ljava/nio/file/FileStore;
intermediary field_40031
Lnet/minecraft/class_7670;field_40031:Ljava/nio/file/FileStore;
named store
Lnet/minecraft/resource/fs/ResourceFileSystem;store:Ljava/nio/file/FileStore;
-
fileSystemProvider
- Mappings:
Namespace Name Mixin selector official e
Lajb;e:Ljava/nio/file/spi/FileSystemProvider;
intermediary field_40032
Lnet/minecraft/class_7670;field_40032:Ljava/nio/file/spi/FileSystemProvider;
named fileSystemProvider
Lnet/minecraft/resource/fs/ResourceFileSystem;fileSystemProvider:Ljava/nio/file/spi/FileSystemProvider;
-
root
- Mappings:
Namespace Name Mixin selector official f
Lajb;f:Laiz;
intermediary field_40033
Lnet/minecraft/class_7670;field_40033:Lnet/minecraft/class_7668;
named root
Lnet/minecraft/resource/fs/ResourceFileSystem;root:Lnet/minecraft/resource/fs/ResourcePath;
-
-
Constructor Details
-
ResourceFileSystem
ResourceFileSystem(String name, ResourceFileSystem.Directory root) - Mappings:
Namespace Name Mixin selector official <init>
Lajb;<init>(Ljava/lang/String;Lajb$b;)V
intermediary <init>
Lnet/minecraft/class_7670;<init>(Ljava/lang/String;Lnet/minecraft/class_7670$class_7672;)V
named <init>
Lnet/minecraft/resource/fs/ResourceFileSystem;<init>(Ljava/lang/String;Lnet/minecraft/resource/fs/ResourceFileSystem$Directory;)V
-
-
Method Details
-
toResourcePath
private static ResourcePath toResourcePath(ResourceFileSystem.Directory root, ResourceFileSystem fileSystem, String name, @Nullable @Nullable ResourcePath parent) - Mappings:
Namespace Name Mixin selector official a
Lajb;a(Lajb$b;Lajb;Ljava/lang/String;Laiz;)Laiz;
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;
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;
-
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 official getPath
Lajb;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;
named getPath
Lnet/minecraft/resource/fs/ResourceFileSystem;getPath(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
-
getPathMatcher
- Specified by:
getPathMatcher
in classFileSystem
- Mappings:
Namespace Name Mixin selector official getPathMatcher
Lajb;getPathMatcher(Ljava/lang/String;)Ljava/nio/file/PathMatcher;
intermediary getPathMatcher
Lnet/minecraft/class_7670;getPathMatcher(Ljava/lang/String;)Ljava/nio/file/PathMatcher;
named getPathMatcher
Lnet/minecraft/resource/fs/ResourceFileSystem;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 official a
Lajb;a()Ljava/nio/file/FileStore;
intermediary method_45241
Lnet/minecraft/class_7670;method_45241()Ljava/nio/file/FileStore;
named getStore
Lnet/minecraft/resource/fs/ResourceFileSystem;getStore()Ljava/nio/file/FileStore;
-
getRoot
- Mappings:
Namespace Name Mixin selector official b
Lajb;b()Laiz;
intermediary method_45245
Lnet/minecraft/class_7670;method_45245()Lnet/minecraft/class_7668;
named getRoot
Lnet/minecraft/resource/fs/ResourceFileSystem;getRoot()Lnet/minecraft/resource/fs/ResourcePath;
-
builder
- Mappings:
Namespace Name Mixin selector official c
Lajb;c()Lajb$a;
intermediary method_45246
Lnet/minecraft/class_7670;method_45246()Lnet/minecraft/class_7670$class_7671;
named builder
Lnet/minecraft/resource/fs/ResourceFileSystem;builder()Lnet/minecraft/resource/fs/ResourceFileSystem$Builder;
-