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.resourcesMethods in net.minecraft.client.resources with parameters of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionprotected PackClientPackSource.createBuiltinPack(String p_250992_, Pack.ResourcesSupplier p_250814_, Component p_249835_) 
- 
Uses of Pack.ResourcesSupplier in net.minecraft.server.packsClasses in net.minecraft.server.packs that implement Pack.ResourcesSupplierModifier and TypeClassDescriptionstatic classstatic class
- 
Uses of 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 p_295493_) protected Pack.ResourcesSupplierFolderRepositorySource.FolderPackDetector.createZipPack(Path p_294522_) static Pack.ResourcesSupplierBuiltInPackSource.fixedResources(PackResources p_295971_) static Pack.ResourcesSupplierBuiltInPackSource.fromName(Function<String, PackResources> onName) Methods in net.minecraft.server.packs.repository with parameters of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionstatic PackPack.create(String p_252257_, Component p_248717_, boolean p_248811_, Pack.ResourcesSupplier p_248969_, Pack.Info p_251314_, Pack.Position p_252110_, boolean p_250237_, PackSource p_248524_) protected abstract PackBuiltInPackSource.createBuiltinPack(String p_249992_, Pack.ResourcesSupplier p_248670_, Component p_252197_) protected PackServerPacksSource.createBuiltinPack(String p_250596_, Pack.ResourcesSupplier p_249625_, Component p_249043_) static PackPack.readMetaAndCreate(String p_249649_, Component p_248632_, boolean p_251594_, Pack.ResourcesSupplier p_252210_, PackType p_250595_, Pack.Position p_248706_, PackSource p_251233_) static Pack.InfoPack.readPackInfo(String p_250591_, Pack.ResourcesSupplier p_250739_, int p_294759_) Method parameters in net.minecraft.server.packs.repository with type arguments of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionstatic voidFolderRepositorySource.discoverPacks(Path p_248794_, DirectoryValidator p_294483_, boolean p_255987_, BiConsumer<Path, Pack.ResourcesSupplier> p_248580_) Constructors in net.minecraft.server.packs.repository with parameters of type Pack.ResourcesSupplierModifierConstructorDescriptionprivatePack(String p_252218_, boolean p_248829_, Pack.ResourcesSupplier p_249377_, Component p_251718_, Pack.Info p_250162_, Pack.Position p_251298_, boolean p_249753_, PackSource p_251608_) privatePack(String p_252218_, boolean p_248829_, Pack.ResourcesSupplier p_249377_, Component p_251718_, Pack.Info p_250162_, Pack.Position p_251298_, boolean p_249753_, PackSource p_251608_, List<Pack> children) 
- 
Uses of Pack.ResourcesSupplier in net.neoforged.neoforge.resourceClasses in net.neoforged.neoforge.resource that implement Pack.ResourcesSupplierFields in net.neoforged.neoforge.resource with type parameters of type Pack.ResourcesSupplierModifier and TypeFieldDescriptionprivate static Map<net.neoforged.neoforgespi.locating.IModFile,Pack.ResourcesSupplier> ResourcePackLoader.modResourcePacksMethods in net.neoforged.neoforge.resource that return Pack.ResourcesSupplierModifier and TypeMethodDescriptionstatic Pack.ResourcesSupplierResourcePackLoader.createPackForMod(net.neoforged.neoforgespi.language.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.InfoResourcePackLoader.readInfo(PackType type, Pack.ResourcesSupplier resources, String id, Component title) static PackResourcePackLoader.readWithOptionalMeta(String id, Component title, boolean required, Pack.ResourcesSupplier resources, PackType type, Pack.Position position, PackSource source) Method parameters in net.neoforged.neoforge.resource with type arguments of type Pack.ResourcesSupplierModifier and TypeMethodDescriptionstatic RepositorySourceResourcePackLoader.buildPackFinder(Map<net.neoforged.neoforgespi.locating.IModFile, Pack.ResourcesSupplier> modResourcePacks, PackType packType) static voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, Function<Map<net.neoforged.neoforgespi.locating.IModFile, Pack.ResourcesSupplier>, RepositorySource> packFinder) private static voidResourcePackLoader.packFinder(Map<net.neoforged.neoforgespi.locating.IModFile, Pack.ResourcesSupplier> modResourcePacks, Consumer<Pack> packAcceptor, PackType packType)