Package net.minecraft.client.resource
Class ResourceIndex
java.lang.Object
net.minecraft.client.resource.ResourceIndex
- Mappings:
- Namespace - Name - named - net/minecraft/client/resource/ResourceIndex- intermediary - net/minecraft/class_1064- official - hfp
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic PathbuildFileSystem(Path assetsDir, String indexName) Builds the resource file system from the index.
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/client/resource/ResourceIndex;LOGGER:Lorg/slf4j/Logger;- intermediary - field_5290- Lnet/minecraft/class_1064;field_5290:Lorg/slf4j/Logger;- official - b- Lhfp;b:Lorg/slf4j/Logger;
 
- 
SEPARATOR_SPLITTER- Mappings:
- Namespace - Name - Mixin selector - named - SEPARATOR_SPLITTER- Lnet/minecraft/client/resource/ResourceIndex;SEPARATOR_SPLITTER:Lcom/google/common/base/Splitter;- intermediary - field_40563- Lnet/minecraft/class_1064;field_40563:Lcom/google/common/base/Splitter;- official - a- Lhfp;a:Lcom/google/common/base/Splitter;
 
 
- 
- 
Constructor Details- 
ResourceIndexpublic ResourceIndex()
 
- 
- 
Method Details- 
buildFileSystemBuilds the resource file system from the index.- Returns:
- the root path of the resource file system
- Mappings:
- Namespace - Name - Mixin selector - named - buildFileSystem- Lnet/minecraft/client/resource/ResourceIndex;buildFileSystem(Ljava/nio/file/Path;Ljava/lang/String;)Ljava/nio/file/Path;- intermediary - method_45858- Lnet/minecraft/class_1064;method_45858(Ljava/nio/file/Path;Ljava/lang/String;)Ljava/nio/file/Path;- official - a- Lhfp;a(Ljava/nio/file/Path;Ljava/lang/String;)Ljava/nio/file/Path;
 
 
-