Uses of Interface
net.minecraft.resource.ResourcePackProfile.PackFactory
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackProfile.PackFactory in net.minecraft.client.resource
Modifier and TypeMethodDescriptionprotected @Nullable ResourcePackProfile
DefaultClientResourcePackProvider.create
(String fileName, ResourcePackProfile.PackFactory packFactory, Text displayName) -
Uses of ResourcePackProfile.PackFactory in net.minecraft.resource
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeFieldDescriptionprivate final ResourcePackProfile.PackFactory
ResourcePackProfile.packFactory
Modifier and TypeMethodDescriptionprotected static ResourcePackProfile.PackFactory
VanillaResourcePackProvider.createPackFactory
(ResourcePack pack) protected ResourcePackProfile.PackFactory
FileResourcePackProvider.PackOpenerImpl.openDirectory
(Path path) protected ResourcePackProfile.PackFactory
Modifier and TypeMethodDescriptionstatic @Nullable ResourcePackProfile
ResourcePackProfile.create
(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, ResourceType type, ResourcePackPosition position) protected @Nullable ResourcePackProfile
VanillaDataPackProvider.create
(String fileName, ResourcePackProfile.PackFactory packFactory, Text displayName) protected abstract @Nullable ResourcePackProfile
VanillaResourcePackProvider.create
(String fileName, ResourcePackProfile.PackFactory packFactory, Text displayName) ResourcePackProfile.loadMetadata
(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, int currentPackFormat) Modifier and TypeMethodDescriptionstatic void
FileResourcePackProvider.forEachProfile
(Path path, SymlinkFinder symlinkFinder, BiConsumer<Path, ResourcePackProfile.PackFactory> callback) ModifierConstructorDescriptionResourcePackProfile
(ResourcePackInfo info, ResourcePackProfile.PackFactory packFactory, ResourcePackProfile.Metadata metaData, ResourcePackPosition position)