Uses of Interface
net.minecraft.server.packs.repository.RepositorySource
Packages that use RepositorySource
Package
Description
-
Uses of RepositorySource in net.minecraft.client.resources
Classes in net.minecraft.client.resources that implement RepositorySource -
Uses of RepositorySource in net.minecraft.server.packs.repository
Classes in net.minecraft.server.packs.repository that implement RepositorySourceFields in net.minecraft.server.packs.repository with type parameters of type RepositorySourceMethods in net.minecraft.server.packs.repository with parameters of type RepositorySourceModifier and TypeMethodDescriptionvoidPackRepository.addPackFinder(RepositorySource packFinder)Constructors in net.minecraft.server.packs.repository with parameters of type RepositorySourceModifierConstructorDescriptionPackRepository(PackType p_143890_, RepositorySource... p_143891_)PackRepository(Pack.PackConstructor p_10502_, RepositorySource... p_10503_) -
Uses of RepositorySource in net.minecraftforge.event
Fields in net.minecraftforge.event with type parameters of type RepositorySourceMethods in net.minecraftforge.event with parameters of type RepositorySourceModifier and TypeMethodDescriptionvoidAddPackFindersEvent.addRepositorySource(RepositorySource source)Adds a new source to the list of pack finders.Constructor parameters in net.minecraftforge.event with type arguments of type RepositorySourceModifierConstructorDescriptionAddPackFindersEvent(PackType packType, Consumer<RepositorySource> sources) -
Uses of RepositorySource in net.minecraftforge.fmlclient
Methods in net.minecraftforge.fmlclient that return RepositorySourceModifier and TypeMethodDescriptionprivate static RepositorySourceClientModLoader.buildPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks) -
Uses of RepositorySource in net.minecraftforge.fmllegacy.packs
Subinterfaces of RepositorySource in net.minecraftforge.fmllegacy.packsModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.Method parameters in net.minecraftforge.fmllegacy.packs with type arguments of type RepositorySourceModifier and TypeMethodDescriptionstatic voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, BiFunction<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,BiConsumer<? super PathResourcePack,Pack>,? extends RepositorySource> packFinder)Deprecated.static voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, Function<Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack>,? extends RepositorySource> packFinder) -
Uses of RepositorySource in net.minecraftforge.fmllegacy.server
Methods in net.minecraftforge.fmllegacy.server that return RepositorySourceModifier and TypeMethodDescriptionstatic RepositorySourceServerLifecycleHooks.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 RepositorySourceServerLifecycleHooks.buildPackFinderNew(Map<net.minecraftforge.forgespi.locating.IModFile,? extends PathResourcePack> modResourcePacks)Deprecated.