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

    • id

      String id()
      Returns:
      The id
    • contents

      PackContents contents()
      Returns:
      The contents
    • title

      Component title()
      Returns:
      The title
    • description

      Component description()
      Returns:
      The description
    • status

      PackStatus status()
      Returns:
      The PackStatus
    • isForced

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

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

      void close()
      Specified by:
      close in interface AutoCloseable