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.server.packs.repository
Modifier and TypeMethodDescriptionvoid
PackRepository.addPackFinder(RepositorySource packFinder)
ModifierConstructorDescriptionPackRepository(PackType p_143890_, RepositorySource... p_143891_)
PackRepository(Pack.PackConstructor p_10502_, RepositorySource... p_10503_)
-
Uses of RepositorySource in net.minecraftforge.event
Modifier and TypeMethodDescriptionvoid
AddPackFindersEvent.addRepositorySource(RepositorySource source)
Adds a new source to the list of pack finders.ModifierConstructorDescriptionAddPackFindersEvent(PackType packType, Consumer<RepositorySource> sources)
-
Uses of RepositorySource in net.minecraftforge.fmlclient
Modifier and TypeMethodDescriptionprivate static RepositorySource
ClientModLoader.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks)
-
Uses of RepositorySource in net.minecraftforge.fmllegacy.packs
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic void
ResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, BiFunction<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,BiConsumer<? super PathResourcePack,Pack>,? extends RepositorySource> packFinder)
Deprecated.static void
ResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, Function<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,? extends RepositorySource> packFinder)
-
Uses of RepositorySource in net.minecraftforge.fmllegacy.server
Modifier and TypeMethodDescriptionstatic RepositorySource
ServerLifecycleHooks.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks, BiConsumer<? super PathResourcePack,Pack> packSetter)
Deprecated, for removal: This API element is subject to removal in a future version.static RepositorySource
ServerLifecycleHooks.buildPackFinderNew(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks)
Deprecated.