Interface ResourcePackLoader.IPackInfoFinder
- All Superinterfaces:
RepositorySource
- Enclosing class:
- ResourcePackLoader
@Deprecated(since="1.18",
forRemoval=true)
public static interface ResourcePackLoader.IPackInfoFinder
extends RepositorySource
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPackInfos(Consumer<Pack> consumer, Pack.PackConstructor factory)
Deprecated, for removal: This API element is subject to removal in a future version.default void
loadPacks(Consumer<Pack> consumer, Pack.PackConstructor factory)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
loadPacks
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
loadPacks
in interfaceRepositorySource
-
addPackInfos
Deprecated, for removal: This API element is subject to removal in a future version.
-