Uses of Class
com.iwolverton.smartbeetle.elements.ActingElement
-
Packages that use ActingElement Package Description com.iwolverton.smartbeetle com.iwolverton.smartbeetle.elements com.iwolverton.smartbeetle.internal -
-
Uses of ActingElement in com.iwolverton.smartbeetle
Methods in com.iwolverton.smartbeetle that return ActingElement Modifier and Type Method Description ActingElementGameState. getPlayerAt(int x, int y)Returns the beetle, spider, or ant at the given coordinate.ActingElementGameState. getPlayerAt(Coord coordinate)Returns the beetle, spider, or ant at the given coordinate. -
Uses of ActingElement in com.iwolverton.smartbeetle.elements
Subclasses of ActingElement in com.iwolverton.smartbeetle.elements Modifier and Type Class Description classAntAnts always move toward the beetle.classAntHillThe ant hill.classBeetleOur protagonist, a robotic beetle that must keeps its battery charged while fighting off ants and avoiding the spider.classSpiderThe spider is unstoppable, but slow. -
Uses of ActingElement in com.iwolverton.smartbeetle.internal
Subclasses of ActingElement in com.iwolverton.smartbeetle.internal Modifier and Type Class Description classBeetleBuilder
-