Uses of Interface
net.minecraft.server.packs.repository.RepositorySource
Package
Description
-
Uses of RepositorySource in net.minecraft.client.resources
-
Uses of RepositorySource in net.minecraft.client.resources.server
Modifier and TypeFieldDescriptionprivate static final RepositorySource
DownloadedPackSource.EMPTY_SOURCE
private RepositorySource
DownloadedPackSource.packSource
Modifier and TypeMethodDescriptionprivate static RepositorySource
DownloadedPackSource.configureSource
(List<Pack> p_314416_) DownloadedPackSource.createRepositorySource()
-
Uses of RepositorySource in net.minecraft.server.packs.repository
Modifier and TypeClassDescriptionclass
class
class
-
Uses of RepositorySource in net.neoforged.neoforge.event
Modifier and TypeFieldDescriptionprivate final Consumer
<RepositorySource> AddPackFindersEvent.sources
Modifier and TypeMethodDescriptionvoid
AddPackFindersEvent.addRepositorySource
(RepositorySource source) Adds a new source to the list of pack finders.ModifierConstructorDescriptionAddPackFindersEvent
(PackType packType, Consumer<RepositorySource> sources, boolean trusted) -
Uses of RepositorySource in net.neoforged.neoforge.resource
Modifier and TypeMethodDescriptionstatic RepositorySource
ResourcePackLoader.buildPackFinder
(Map<net.neoforged.neoforgespi.locating.IModFile, Pack.ResourcesSupplier> modResourcePacks, PackType packType)