Class ResourceBundle
java.lang.Object
de.gurkenlabs.litiengine.resources.ResourceBundle
- All Implemented Interfaces:
java.io.Serializable
public class ResourceBundle
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary
Fields Modifier and Type Field Description static float
CURRENT_VERSION
static java.lang.String
FILE_EXTENSION
Constructor Summary
Constructors Constructor Description ResourceBundle()
Method Summary
Modifier and Type Method Description java.util.List<Blueprint>
getBluePrints()
java.util.List<EmitterData>
getEmitters()
java.util.List<TmxMap>
getMaps()
java.util.List<SoundResource>
getSounds()
java.util.List<SpritesheetResource>
getSpriteSheets()
java.util.List<Tileset>
getTilesets()
static ResourceBundle
load(java.lang.String file)
static ResourceBundle
load(java.net.URL file)
java.lang.String
save(java.lang.String fileName, boolean compress)
Field Details
FILE_EXTENSION
public static final java.lang.String FILE_EXTENSION- See Also:
- Constant Field Values
CURRENT_VERSION
public static final float CURRENT_VERSION- See Also:
- Constant Field Values
Constructor Details
ResourceBundle
public ResourceBundle()
Method Details
load
load
getMaps
getSpriteSheets
getTilesets
getEmitters
getBluePrints
getSounds
save
public java.lang.String save(java.lang.String fileName, boolean compress)