Uses of Interface
net.minecraft.server.packs.PackResources
Packages that use PackResources
Package
Description
-
Uses of PackResources in net.minecraft.client
Method parameters in net.minecraft.client with type arguments of type PackResourcesModifier and TypeMethodDescriptionvoidResourceLoadStateTracker.startReload(ResourceLoadStateTracker.ReloadReason p_168558_, List<PackResources> p_168559_) -
Uses of PackResources in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type PackResourcesModifier and TypeMethodDescriptionprotected PackClientPackSource.createVanillaPack(PackResources p_250048_) -
Uses of PackResources in net.minecraft.client.resources.language
Method parameters in net.minecraft.client.resources.language with type arguments of type PackResourcesModifier and TypeMethodDescriptionprivate static Map<String,LanguageInfo> LanguageManager.extractLanguages(Stream<PackResources> p_118982_) -
Uses of PackResources in net.minecraft.server.packs
Classes in net.minecraft.server.packs that implement PackResourcesModifier and TypeClassDescriptionclassclassclassclass -
Uses of PackResources in net.minecraft.server.packs.repository
Methods in net.minecraft.server.packs.repository that return PackResourcesMethods in net.minecraft.server.packs.repository that return types with arguments of type PackResourcesMethods in net.minecraft.server.packs.repository with parameters of type PackResourcesModifier and TypeMethodDescriptionprotected abstract PackBuiltInPackSource.createVanillaPack(PackResources p_251690_) protected PackServerPacksSource.createVanillaPack(PackResources p_250283_) -
Uses of PackResources in net.minecraft.server.packs.resources
Fields in net.minecraft.server.packs.resources declared as PackResourcesModifier and TypeFieldDescriptionprivate final PackResourcesFallbackResourceManager.PackEntry.resourcesThe field for theresourcesrecord component.private final PackResourcesFallbackResourceManager.ResourceWithSource.sourceThe field for thesourcerecord component.private final PackResourcesResource.sourceFields in net.minecraft.server.packs.resources with type parameters of type PackResourcesModifier and TypeFieldDescriptionprivate final Map<PackResources,IoSupplier<InputStream>> FallbackResourceManager.EntryStack.metaSourcesThe field for themetaSourcesrecord component.private final List<PackResources>MultiPackResourceManager.packsMethods in net.minecraft.server.packs.resources that return PackResourcesModifier and TypeMethodDescriptionFallbackResourceManager.PackEntry.resources()Returns the value of theresourcesrecord component.FallbackResourceManager.ResourceWithSource.source()Returns the value of thesourcerecord component.Resource.source()Methods in net.minecraft.server.packs.resources that return types with arguments of type PackResourcesModifier and TypeMethodDescriptionFallbackResourceManager.listPacks()MultiPackResourceManager.listPacks()ReloadableResourceManager.listPacks()ResourceManager.Empty.listPacks()ResourceManager.listPacks()FallbackResourceManager.EntryStack.metaSources()Returns the value of themetaSourcesrecord component.Methods in net.minecraft.server.packs.resources with parameters of type PackResourcesModifier and TypeMethodDescriptionprivate static ResourceFallbackResourceManager.createResource(PackResources p_249946_, ResourceLocation p_250632_, IoSupplier<InputStream> p_250514_, IoSupplier<ResourceMetadata> p_251676_) private ResourceFilterSectionMultiPackResourceManager.getPackFilterSection(PackResources p_215468_) voidFallbackResourceManager.push(PackResources p_215378_) voidFallbackResourceManager.push(PackResources p_215383_, Predicate<ResourceLocation> p_215384_) private voidFallbackResourceManager.pushInternal(String p_215396_, PackResources p_215397_, Predicate<ResourceLocation> p_215398_) private static IoSupplier<InputStream>FallbackResourceManager.wrapForDebug(ResourceLocation p_248639_, PackResources p_251740_, IoSupplier<InputStream> p_249116_) Method parameters in net.minecraft.server.packs.resources with type arguments of type PackResourcesModifier and TypeMethodDescriptionReloadableResourceManager.createReload(Executor p_143930_, Executor p_143931_, CompletableFuture<Unit> p_143932_, List<PackResources> p_143933_) Constructors in net.minecraft.server.packs.resources with parameters of type PackResourcesModifierConstructorDescription(package private)PackEntry(String name, PackResources resources, Predicate<ResourceLocation> filter) Creates an instance of aPackEntryrecord class.Resource(PackResources p_250372_, IoSupplier<InputStream> p_248749_) Resource(PackResources p_250802_, IoSupplier<InputStream> p_248585_, IoSupplier<ResourceMetadata> p_250094_) (package private)ResourceWithSource(PackResources source, IoSupplier<InputStream> resource) Creates an instance of aResourceWithSourcerecord class.Constructor parameters in net.minecraft.server.packs.resources with type arguments of type PackResourcesModifierConstructorDescription(package private)EntryStack(ResourceLocation fileLocation, ResourceLocation metadataLocation, List<FallbackResourceManager.ResourceWithSource> fileSources, Map<PackResources, IoSupplier<InputStream>> metaSources) Creates an instance of aEntryStackrecord class.MultiPackResourceManager(PackType p_203797_, List<PackResources> p_203798_) -
Uses of PackResources in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return types with arguments of type PackResourcesModifier and TypeMethodDescriptiondefault @Nullable Collection<PackResources>IForgePackResources.getChildren()Gets a collection ofPackResourceinstances nested inside this pack. -
Uses of PackResources in net.minecraftforge.resource
Classes in net.minecraftforge.resource that implement PackResourcesModifier and TypeClassDescriptionclassclassDefines a resource pack from an arbitrary Path.Fields in net.minecraftforge.resource with type parameters of type PackResourcesModifier and TypeFieldDescriptionprivate final List<PackResources>DelegatingPackResources.delegatesprivate final Map<String,List<PackResources>> DelegatingPackResources.namespacesAssetsprivate final Map<String,List<PackResources>> DelegatingPackResources.namespacesDataMethods in net.minecraftforge.resource that return types with arguments of type PackResourcesModifier and TypeMethodDescriptionprivate Map<String,List<PackResources>> DelegatingPackResources.buildNamespaceMap(PackType type, List<PackResources> packList) private List<PackResources>DelegatingPackResources.getCandidatePacks(PackType type, ResourceLocation location) @Nullable Collection<PackResources>DelegatingPackResources.getChildren()Method parameters in net.minecraftforge.resource with type arguments of type PackResourcesModifier and TypeMethodDescriptionprivate Map<String,List<PackResources>> DelegatingPackResources.buildNamespaceMap(PackType type, List<PackResources> packList) Constructor parameters in net.minecraftforge.resource with type arguments of type PackResourcesModifierConstructorDescriptionDelegatingPackResources(String packId, boolean isBuiltin, PackMetadataSection packMeta, List<? extends PackResources> packs)