Uses of Interface
net.minecraft.resource.ResourcePackProfile.PackFactory
Packages that use ResourcePackProfile.PackFactory
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackProfile.PackFactory in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type ResourcePackProfile.PackFactoryModifier and TypeMethodDescriptionprotected @Nullable ResourcePackProfile
DefaultClientResourcePackProvider.create
(String name, ResourcePackProfile.PackFactory packFactory, Text displayName) -
Uses of ResourcePackProfile.PackFactory in net.minecraft.resource
Classes in net.minecraft.resource that implement ResourcePackProfile.PackFactoryModifier and TypeClassDescriptionstatic class
static class
Fields in net.minecraft.resource declared as ResourcePackProfile.PackFactoryModifier and TypeFieldDescriptionprivate final ResourcePackProfile.PackFactory
ResourcePackProfile.packFactory
Methods in net.minecraft.resource that return ResourcePackProfile.PackFactoryModifier and TypeMethodDescriptionprotected static ResourcePackProfile.PackFactory
VanillaResourcePackProvider.method_52435
(ResourcePack resourcePack) protected ResourcePackProfile.PackFactory
FileResourcePackProvider.class_8620.method_52438
(Path path) protected ResourcePackProfile.PackFactory
FileResourcePackProvider.class_8620.method_52439
(Path path) Methods in net.minecraft.resource with parameters of type ResourcePackProfile.PackFactoryModifier and TypeMethodDescriptionstatic @Nullable ResourcePackProfile
ResourcePackProfile.create
(String name, Text displayName, boolean alwaysEnabled, ResourcePackProfile.PackFactory packFactory, ResourceType type, ResourcePackProfile.InsertionPosition position, ResourcePackSource source) protected @Nullable ResourcePackProfile
VanillaDataPackProvider.create
(String name, ResourcePackProfile.PackFactory packFactory, Text displayName) protected abstract @Nullable ResourcePackProfile
VanillaResourcePackProvider.create
(String name, ResourcePackProfile.PackFactory packFactory, Text displayName) ResourcePackProfile.loadMetadata
(String name, ResourcePackProfile.PackFactory packFactory, int int2) static ResourcePackProfile
ResourcePackProfile.of
(String name, Text displayName, boolean alwaysEnabled, ResourcePackProfile.PackFactory packFactory, ResourcePackProfile.Metadata metadata, ResourcePackProfile.InsertionPosition insertionPosition, boolean bool, ResourcePackSource resourcePackSource) Creates a resource pack profile from the given parameters.Method parameters in net.minecraft.resource with type arguments of type ResourcePackProfile.PackFactoryModifier and TypeMethodDescriptionstatic void
FileResourcePackProvider.forEachProfile
(Path path, SymlinkFinder symlinkFinder, boolean bool, BiConsumer<Path, ResourcePackProfile.PackFactory> biConsumer) Constructors in net.minecraft.resource with parameters of type ResourcePackProfile.PackFactoryModifierConstructorDescriptionprivate
ResourcePackProfile
(String name, boolean alwaysEnabled, ResourcePackProfile.PackFactory packFactory, Text displayName, ResourcePackProfile.Metadata metadata, ResourcePackProfile.InsertionPosition insertionPosition, boolean bool, ResourcePackSource resourcePackSource)