Class LibraryInfoSource

java.lang.Object
net.minecraftforge.forgedev.legacy.values.LibraryInfoSource
All Implemented Interfaces:
org.gradle.api.provider.ValueSource<Map<String, LibraryInfo>, net.minecraftforge.forgedev.legacy.values.LibraryInfoSource.Parameters>

public abstract class LibraryInfoSource extends Object implements org.gradle.api.provider.ValueSource<Map<String, LibraryInfo>, net.minecraftforge.forgedev.legacy.values.LibraryInfoSource.Parameters>
  • Constructor Details

    • LibraryInfoSource

      public LibraryInfoSource()
  • Method Details

    • obtain

      public Map<String, LibraryInfo> obtain()
      Specified by:
      obtain in interface org.gradle.api.provider.ValueSource<Map<String, LibraryInfo>, net.minecraftforge.forgedev.legacy.values.LibraryInfoSource.Parameters>