Class AssetManifest.Asset

java.lang.Object
com.gtnewhorizons.retrofuturagradle.minecraft.AssetManifest.Asset
Enclosing class:
AssetManifest

public static class AssetManifest.Asset extends Object
  • Field Details

    • realName

      public final String realName
    • size

      public final long size
    • hash

      public final String hash
    • path

      public final String path
  • Constructor Details

    • Asset

      public Asset(String realName, long size, String hash)
  • Method Details

    • getObjectPath

      public File getObjectPath(File objectsDir)