Package com.starpoints.game
Class AbstractLevelInfo
- java.lang.Object
-
- com.starpoints.game.AbstractLevelInfo
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
- Direct Known Subclasses:
FlashAnimationInfo,LevelInfo,ShopInfo
public abstract class AbstractLevelInfo extends java.lang.Object implements java.io.Serializable, java.lang.CloneableAbstract info class for levels shops and flash animations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractLevelInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()java.lang.StringgetName()Returns the level name.java.lang.StringtoString()
-
-
-
Field Detail
-
type
public LevelType type
Level type. Default is Level.
-
-