Interface Pack
- All Superinterfaces:
- AutoCloseable
The physical representation of game assets that may or may not be loaded in an 
Engine.- See Also:
- 
Method Details- 
idString id()- Returns:
- The id
 
- 
contentsPackContents contents()- Returns:
- The contents
 
- 
titleComponent title()- Returns:
- The title
 
- 
descriptionComponent description()- Returns:
- The description
 
- 
statusPackStatus status()- Returns:
- The PackStatus
 
- 
isForcedboolean isForced()- Returns:
- True if this pack will always be enabled, false otherwise
 
- 
isLockedboolean isLocked()- Returns:
- True if this pack has a locked order, false otherwise
 
- 
closevoid close()- Specified by:
- closein interface- AutoCloseable
 
 
-