Class AssetPack

java.lang.Object
com.hypixel.hytale.assetstore.AssetPack

public class AssetPack extends Object
  • Field Details

    • name

      @Nonnull private final String name
    • root

      @Nonnull private final Path root
    • fileSystem

      @Nullable private final FileSystem fileSystem
    • isImmutable

      private final boolean isImmutable
    • manifest

      private final PluginManifest manifest
    • packLocation

      private final Path packLocation
  • Constructor Details

  • Method Details

    • getName

      @Nonnull public String getName()
    • getRoot

      @Nonnull public Path getRoot()
    • getFileSystem

      @Nullable public FileSystem getFileSystem()
    • getManifest

      public PluginManifest getManifest()
    • isImmutable

      public boolean isImmutable()
    • getPackLocation

      public Path getPackLocation()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object