Class UtilityModule.GroovyDeobf

java.lang.Object
com.gtnewhorizons.gtnhgradle.modules.UtilityModule.GroovyDeobf
Enclosing class:
UtilityModule

public static class UtilityModule.GroovyDeobf extends Object
  • Constructor Details

    • GroovyDeobf

      public GroovyDeobf(Project project)
      Constructs a closue wrapper with the given bound project
      Parameters:
      project - The project to bind as the first argument
  • Method Details

    • call

      public Object call(String sourceURL)
      Deprecated URL-based deobfuscation wrapper
      Parameters:
      sourceURL - The obfuscated jar URL
      Returns:
      A dependency specification for the deobfed jar
    • call

      public Object call(String sourceURL, String rawFileName)
      Deprecated URL-based deobfuscation wrapper
      Parameters:
      sourceURL - The obfuscated jar URL
      rawFileName - Name for the file to cache
      Returns:
      A dependency specification for the deobfed jar
    • invoke

      public Object invoke(String sourceURL)
      Deprecated URL-based deobfuscation wrapper
      Parameters:
      sourceURL - The obfuscated jar URL
      Returns:
      A dependency specification for the deobfed jar
    • invoke

      public Object invoke(String sourceURL, String rawFileName)
      Deprecated URL-based deobfuscation wrapper
      Parameters:
      sourceURL - The obfuscated jar URL
      rawFileName - Name for the file to cache
      Returns:
      A dependency specification for the deobfed jar