Uses of Class
com.starpoints.game.figure.RatingModifierMK2
-
Packages that use RatingModifierMK2 Package Description com.starpoints.game.figure Contains the figure subclasses, that implement the individual figure behaviours. -
-
Uses of RatingModifierMK2 in com.starpoints.game.figure
Subclasses of RatingModifierMK2 in com.starpoints.game.figure Modifier and Type Class Description classBombRatingModifierMK2Modifier for big bombs placed on the field.classEnemyRatingModifierMK2Point Rating Modifier for enemy danger calculation for CleverComputerFigure.classMineRatingModifierMK2Modifier for mines placed on the field.classRocketRatingModifierMK2Point Rating Modifier for rocket danger calculation for CleverComputerFigureMK2.classTemporaryRatingModifierMK2Point Rating Modifier for temporary modifications for CleverComputerFigureMK2.Fields in com.starpoints.game.figure with type parameters of type RatingModifierMK2 Modifier and Type Field Description protected java.util.List<RatingModifierMK2>CleverComputerFigureMK2. ratingModifierA list of modifiers for rockets and bigmines placed on the field.
-