Uses of Interface
net.minecraft.server.packs.repository.Pack.ResourcesSupplier
Packages that use Pack.ResourcesSupplier
Package
Description
-
Uses of Pack.ResourcesSupplier in net.minecraft.client.resources
Methods in net.minecraft.client.resources with parameters of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionprotected @Nullable PackClientPackSource.createBuiltinPack(String id, Pack.ResourcesSupplier resources, Component name) -
Uses of Pack.ResourcesSupplier in net.minecraft.server.packs
Classes in net.minecraft.server.packs that implement Pack.ResourcesSupplierModifier and TypeClassDescriptionstatic classstatic class -
Uses of Pack.ResourcesSupplier in net.minecraft.server.packs.repository
Subclasses with type arguments of type Pack.ResourcesSupplier in net.minecraft.server.packs.repositoryFields in net.minecraft.server.packs.repository declared as Pack.ResourcesSupplierMethods in net.minecraft.server.packs.repository that return Pack.ResourcesSupplierModifier and TypeMethodDescriptionprotected Pack.ResourcesSupplierFolderRepositorySource.FolderPackDetector.createDirectoryPack(Path content) protected @Nullable Pack.ResourcesSupplierFolderRepositorySource.FolderPackDetector.createZipPack(Path content) static Pack.ResourcesSupplierBuiltInPackSource.fixedResources(PackResources instance) static Pack.ResourcesSupplierBuiltInPackSource.fromName(Function<PackLocationInfo, PackResources> onName) Methods in net.minecraft.server.packs.repository with parameters of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionprotected abstract @Nullable PackBuiltInPackSource.createBuiltinPack(String id, Pack.ResourcesSupplier resources, Component name) protected @Nullable PackServerPacksSource.createBuiltinPack(String id, Pack.ResourcesSupplier resources, Component name) static @Nullable PackPack.readMetaAndCreate(PackLocationInfo location, Pack.ResourcesSupplier resources, PackType packType, PackSelectionConfig selectionConfig) static @Nullable Pack.MetadataPack.readPackMetadata(PackLocationInfo location, Pack.ResourcesSupplier resources, PackFormat currentPackVersion, PackType type) Method parameters in net.minecraft.server.packs.repository with type arguments of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionstatic voidFolderRepositorySource.discoverPacks(Path folder, DirectoryValidator validator, BiConsumer<Path, Pack.ResourcesSupplier> result) Constructors in net.minecraft.server.packs.repository with parameters of type Pack.ResourcesSupplierModifierConstructorDescriptionPack(PackLocationInfo location, Pack.ResourcesSupplier resources, Pack.Metadata metadata, PackSelectionConfig selectionConfig) privatePack(PackLocationInfo location, Pack.ResourcesSupplier resources, Pack.Metadata metadata, PackSelectionConfig selectionConfig, List<Pack> children) -
Uses of Pack.ResourcesSupplier in net.neoforged.neoforge.resource
Classes in net.neoforged.neoforge.resource that implement Pack.ResourcesSupplierModifier and TypeClassDescriptionstatic classstatic classFields in net.neoforged.neoforge.resource with type parameters of type Pack.ResourcesSupplierModifier and TypeFieldDescriptionprivate static Map<IModFile, Pack.ResourcesSupplier> ResourcePackLoader.modResourcePacksMethods in net.neoforged.neoforge.resource that return Pack.ResourcesSupplierModifier and TypeMethodDescriptionstatic Pack.ResourcesSupplierResourcePackLoader.createPackForJarContents(JarContents contents) static Pack.ResourcesSupplierResourcePackLoader.createPackForMod(IModFileInfo mf) Methods in net.neoforged.neoforge.resource that return types with arguments of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionstatic Optional<Pack.ResourcesSupplier> ResourcePackLoader.getPackFor(String modId) Methods in net.neoforged.neoforge.resource with parameters of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionprivate static Pack.MetadataResourcePackLoader.readMeta(PackType type, PackLocationInfo location, Pack.ResourcesSupplier resources) static PackResourcePackLoader.readWithOptionalMeta(PackLocationInfo location, Pack.ResourcesSupplier resources, PackType type, PackSelectionConfig selectionConfig) Method parameters in net.neoforged.neoforge.resource with type arguments of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionstatic RepositorySourceResourcePackLoader.buildPackFinder(Map<IModFile, Pack.ResourcesSupplier> modResourcePacks, PackType packType) private static voidResourcePackLoader.packFinder(Map<IModFile, Pack.ResourcesSupplier> modResourcePacks, Consumer<Pack> packAcceptor, PackType packType)