net.minecraft.server.packs

public interface PackResources

extends AutoCloseable

aug
net.minecraft.server.packs.PackResources
net.minecraft.class_3262
net.minecraft.resource.ResourcePack
net.minecraft.server.packs.IResourcePack

Field summary

Modifier and TypeField
String
a
METADATA_EXTENSION
field_29780
METADATA_PATH_SUFFIX
String
b
PACK_META
field_29781
PACK_METADATA_NAME

Method summary

Modifier and TypeMethod
IoSupplier<InputStream>
a(String... arg0)
getRootResource(String... arg0)
method_14410(String... arg0)
openRoot(String... segments)
IoSupplier<InputStream>
a(aui arg0, alz arg1)
getResource(PackType arg0, ResourceLocation arg1)
method_14405(class_3264 arg0, class_2960 arg1)
open(ResourceType type, Identifier id)
void
a(aui arg0, String arg1, String arg2, aug$a arg3)
listResources(PackType arg0, String arg1, String arg2, PackResources$ResourceOutput arg3)
method_14408(class_3264 arg0, String arg1, String arg2, class_3262$class_7664 arg3)
findResources(ResourceType type, String namespace, String prefix, ResourcePack$ResultConsumer consumer)
Set<String>
a(aui arg0)
getNamespaces(PackType arg0)
method_14406(class_3264 arg0)
getNamespaces(ResourceType type)
<T> T
a(aut<T> arg0)
getMetadataSection(MetadataSectionSerializer<T> arg0)
method_14407(class_3270<T> arg0)
parseMetadata(ResourceMetadataReader<T> metaReader)
PackLocationInfo
a()
location()
method_56926()
getInfo()
default String
b()
packId()
method_14409()
getId()
default Optional<KnownPack>
c()
knownPackInfo()
method_56929()
getKnownPackInfo()
void
close()
close()