Package com.starpoints.game
Class EnemyInfo
- java.lang.Object
-
- com.starpoints.game.EnemyInfo
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class EnemyInfo extends java.lang.Object implements java.io.Serializable, java.lang.CloneableRepresents the info about an enemy in the LevelInfo.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnemyInfo(java.lang.String name, int energy, int x, int y)Creates a new EnemyInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()Returns a clone.
-