类 CurseProjectDep

java.lang.Object
net.minecraftforge.gradle.json.curse.CurseProjectDep

public class CurseProjectDep extends Object
  • 字段详细资料

    • slug

      public String slug
      The unique slug of the project
    • type

      public String type
      The type of dependency. embeddedLibrary, optionalLibrary, requiredLibrary, tool, or incompatible
  • 构造器详细资料

    • CurseProjectDep

      public CurseProjectDep(String slug, String type)
  • 方法详细资料