Package net.minecraft.client.resource
Class ResourceIndex
java.lang.Object
net.minecraft.client.resource.ResourceIndex
- Mappings:
 Namespace Name named net/minecraft/client/resource/ResourceIndexintermediary net/minecraft/class_1064official hfp
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic PathbuildFileSystem(Path assetsDir, String indexName) Builds the resource file system from the index. 
- 
Field Details
- 
LOGGER
- Mappings:
 Namespace Name Mixin selector named LOGGERLnet/minecraft/client/resource/ResourceIndex;LOGGER:Lorg/slf4j/Logger;intermediary field_5290Lnet/minecraft/class_1064;field_5290:Lorg/slf4j/Logger;official bLhfp;b:Lorg/slf4j/Logger;
 - 
SEPARATOR_SPLITTER
- Mappings:
 Namespace Name Mixin selector named SEPARATOR_SPLITTERLnet/minecraft/client/resource/ResourceIndex;SEPARATOR_SPLITTER:Lcom/google/common/base/Splitter;intermediary field_40563Lnet/minecraft/class_1064;field_40563:Lcom/google/common/base/Splitter;official aLhfp;a:Lcom/google/common/base/Splitter;
 
 - 
 - 
Constructor Details
- 
ResourceIndex
public ResourceIndex() 
 - 
 - 
Method Details
- 
buildFileSystem
Builds the resource file system from the index.- Returns:
 - the root path of the resource file system
 - Mappings:
 Namespace Name Mixin selector named buildFileSystemLnet/minecraft/client/resource/ResourceIndex;buildFileSystem(Ljava/nio/file/Path;Ljava/lang/String;)Ljava/nio/file/Path;intermediary method_45858Lnet/minecraft/class_1064;method_45858(Ljava/nio/file/Path;Ljava/lang/String;)Ljava/nio/file/Path;official aLhfp;a(Ljava/nio/file/Path;Ljava/lang/String;)Ljava/nio/file/Path;
 
 -