Uses of Class
com.starpoints.game.EnemyInfo
-
Packages that use EnemyInfo Package Description com.starpoints.editor Contains classes for the level editor.com.starpoints.game Contains the classes for the StarpointArena game. -
-
Uses of EnemyInfo in com.starpoints.editor
Methods in com.starpoints.editor that return EnemyInfo Modifier and Type Method Description EnemyInfoStarpointEditor. findEnemyInfo(Point p)Finds the enemy info for an enemy on the given point. -
Uses of EnemyInfo in com.starpoints.game
Fields in com.starpoints.game with type parameters of type EnemyInfo Modifier and Type Field Description java.util.ArrayList<EnemyInfo>LevelInfo. enemyInfosList of enemy info.Methods in com.starpoints.game with parameters of type EnemyInfo Modifier and Type Method Description protected voidGame. findAndPlaceEnemy(LevelInfo li, java.util.List<Figure> figures, Field field, java.util.List<java.lang.Integer> ids, EnemyInfo ei, int invulnerableRounds)Finds and places an enemy and adds it to the list of figures.protected booleanGame. placeEnemyFigure(Figure f, Field field, EnemyInfo enemyInfo)Places the enemy figures on the field.
-