Uses of Class
com.starpoints.game.Fog
-
Packages that use Fog Package Description com.starpoints.game Contains the classes for the StarpointArena game.com.starpoints.game.fog Contains the fog subclasses, that implement the individual fog behaviours. -
-
Uses of Fog in com.starpoints.game
Fields in com.starpoints.game declared as Fog Modifier and Type Field Description protected FogPoint. fogThe fog on the point.Methods in com.starpoints.game that return Fog Modifier and Type Method Description FogLevel. createRandomFog()Gets a random fog.static FogFog. getFog(java.lang.Class c)Gets a fog of the given class.static FogFog. getFog(java.lang.String classname)Gets a fog of the given class.FogPoint. getFog()Gets the fog on the point.FogLevel. getFogForClass(java.lang.String clas)Returns a new instance of a Figure of the given class.Methods in com.starpoints.game with parameters of type Fog Modifier and Type Method Description voidPoint. setFog(Fog fog)Sets the fog on this point. -
Uses of Fog in com.starpoints.game.fog
Subclasses of Fog in com.starpoints.game.fog Modifier and Type Class Description classFogCoolFog class that cools a figure down by 10 heat units per round.classFogHealFog class that lets anything inside regenerate.classFogHeatFog class that makes a figure inside invisible, but heats it up by 10 heat units per round.classFogHideFog class that makes figures inside invisible.classFogHurtFog class that removes energy from anything inside.classFogInvulnerableFog class that makes figures inside invulnerable.classFogSinkFog class that makes a figure sink.classFogSlowFog class that stuns all other figures (which is very effective against enemies' ECM, but also destroys own ECM systems).
-