Package net.minecraft.server.packs
Class CompositePackResources
java.lang.Object
net.minecraft.server.packs.CompositePackResources
- All Implemented Interfaces:
 AutoCloseable,PackResources,IPackResourcesExtension
- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.server.packs.PackResources
PackResources.ResourceOutput - 
Field Summary
FieldsFields inherited from interface net.minecraft.server.packs.PackResources
METADATA_EXTENSION, PACK_META - 
Constructor Summary
ConstructorsConstructorDescriptionCompositePackResources(PackResources p_296246_, List<PackResources> p_294643_)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()<T> TgetMetadataSection(MetadataSectionSerializer<T> p_295061_) getNamespaces(PackType p_294708_) getResource(PackType p_295406_, ResourceLocation p_296382_) getRootResource(String... p_295316_) booleanvoidlistResources(PackType p_295490_, String p_296164_, String p_294691_, PackResources.ResourceOutput p_295313_) packId()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.neoforge.common.extensions.IPackResourcesExtension
isHidden 
- 
Field Details
- 
 - 
packResourcesStack
 
 - 
 - 
Constructor Details
- 
CompositePackResources
 
 - 
 - 
Method Details
- 
getRootResource
- Specified by:
 getRootResourcein interfacePackResources
 - 
getResource
@Nullable public IoSupplier<InputStream> getResource(PackType p_295406_, ResourceLocation p_296382_) - Specified by:
 getResourcein interfacePackResources
 - 
listResources
public void listResources(PackType p_295490_, String p_296164_, String p_294691_, PackResources.ResourceOutput p_295313_) - Specified by:
 listResourcesin interfacePackResources
 - 
getNamespaces
- Specified by:
 getNamespacesin interfacePackResources
 - 
getMetadataSection
@Nullable public <T> T getMetadataSection(MetadataSectionSerializer<T> p_295061_) throws IOException - Specified by:
 getMetadataSectionin interfacePackResources- Throws:
 IOException
 - 
packId
- Specified by:
 packIdin interfacePackResources
 - 
isBuiltin
public boolean isBuiltin()- Specified by:
 isBuiltinin interfacePackResources
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfacePackResources
 
 -