Interface Pack

All Superinterfaces:
AutoCloseable

public interface Pack extends AutoCloseable
The physical representation of game assets that may or may not be loaded in an Engine.
See Also:
  • Method Details Link icon

    • id Link icon

      String id()
      Returns:
      The id
    • contents Link icon

      PackContents contents()
      Returns:
      The contents
    • title Link icon

      Component title()
      Returns:
      The title
    • description Link icon

      Component description()
      Returns:
      The description
    • status Link icon

      PackStatus status()
      Returns:
      The PackStatus
    • isForced Link icon

      boolean isForced()
      Returns:
      True if this pack will always be enabled, false otherwise
    • isLocked Link icon

      boolean isLocked()
      Returns:
      True if this pack has a locked order, false otherwise
    • close Link icon

      void close()
      Specified by:
      close in interface AutoCloseable