Package net.minecraft.server.packs
Class FilePackResources
java.lang.Object
net.minecraft.server.packs.AbstractPackResources
net.minecraft.server.packs.FilePackResources
- All Implemented Interfaces:
 AutoCloseable,PackResources,IForgePackResources
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(package private) static classNested classes/interfaces inherited from interface net.minecraft.server.packs.PackResources
PackResources.ResourceOutput - 
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final org.slf4j.Loggerprivate final Stringprivate final FilePackResources.SharedZipFileAccessFields inherited from interface net.minecraft.server.packs.PackResources
METADATA_EXTENSION, PACK_META - 
Constructor Summary
ConstructorsConstructorDescriptionFilePackResources(String p_256076_, FilePackResources.SharedZipFileAccess p_298373_, boolean p_256556_, String p_298638_)  - 
Method Summary
Modifier and TypeMethodDescriptionprivate Stringvoidclose()static StringextractNamespace(String p_298682_, String p_300360_) getNamespaces(PackType p_10238_) private static StringgetPathFromLocation(PackType p_250585_, ResourceLocation p_251470_) private IoSupplier<InputStream>getResource(String p_251795_) getResource(PackType p_249605_, ResourceLocation p_252147_) getRootResource(String... p_248514_) voidlistResources(PackType p_250500_, String p_249598_, String p_251613_, PackResources.ResourceOutput p_250655_) Methods inherited from class net.minecraft.server.packs.AbstractPackResources
getMetadataFromStream, getMetadataSection, isBuiltin, packId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgePackResources
getChildren, isHidden 
- 
Field Details
- 
LOGGER
static final org.slf4j.Logger LOGGER - 
zipFileAccess
 - 
prefix
 
 - 
 - 
Constructor Details
 - 
Method Details
- 
getPathFromLocation
 - 
getRootResource
 - 
getResource
 - 
addPrefix
 - 
getResource
 - 
getNamespaces
 - 
extractNamespace
 - 
close
public void close() - 
listResources
public void listResources(PackType p_250500_, String p_249598_, String p_251613_, PackResources.ResourceOutput p_250655_)  
 -