Uses of Class
com.iwolverton.smartbeetle.elements.GameElement
-
Packages that use GameElement Package Description com.iwolverton.smartbeetle com.iwolverton.smartbeetle.elements com.iwolverton.smartbeetle.internal -
-
Uses of GameElement in com.iwolverton.smartbeetle
Methods in com.iwolverton.smartbeetle that return GameElement Modifier and Type Method Description GameElementGameState. getTerrainAt(int x, int y)Returns the charging pad, ant hill, or bead at the given coordinate.GameElementGameState. getTerrainAt(Coord coordinate)Returns the charging pad, ant hill, or bead at the given coordinate. -
Uses of GameElement in com.iwolverton.smartbeetle.elements
Subclasses of GameElement in com.iwolverton.smartbeetle.elements Modifier and Type Class Description classActingElementSuperclass for game elements that act.classAntAnts always move toward the beetle.classAntHillThe ant hill.classBeadThe beetle can collect beads to be used as ammunition against ants.classBeetleOur protagonist, a robotic beetle that must keeps its battery charged while fighting off ants and avoiding the spider.classChargingPadThere are 2 charging pads.classSpiderThe spider is unstoppable, but slow. -
Uses of GameElement in com.iwolverton.smartbeetle.internal
Subclasses of GameElement in com.iwolverton.smartbeetle.internal Modifier and Type Class Description classBeetleBuilder
-