Class ResolveMinecraftLibNames

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.util.Set<java.lang.String>>

    public class ResolveMinecraftLibNames
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.util.Set<java.lang.String>>
    Resolves the names of the Minecraft libraries, for use with the Shadow plugin.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolveMinecraftLibNames​(org.gradle.api.NamedDomainObjectProvider<org.gradle.api.artifacts.Configuration> minecraftConfig)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResolveMinecraftLibNames

        public ResolveMinecraftLibNames​(org.gradle.api.NamedDomainObjectProvider<org.gradle.api.artifacts.Configuration> minecraftConfig)
    • Method Detail

      • call

        public java.util.Set<java.lang.String> call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.util.Set<java.lang.String>>