Uses of Class
com.iwolverton.smartbeetle.elements.ChargingPad
-
Packages that use ChargingPad Package Description com.iwolverton.smartbeetle com.iwolverton.smartbeetle.internal -
-
Uses of ChargingPad in com.iwolverton.smartbeetle
Fields in com.iwolverton.smartbeetle with type parameters of type ChargingPad Modifier and Type Field Description protected List<ChargingPad>GameState. chargingPadsMethods in com.iwolverton.smartbeetle that return types with arguments of type ChargingPad Modifier and Type Method Description List<ChargingPad>GameState. getChargingPads()A list of exactly 2 charging pads.Constructor parameters in com.iwolverton.smartbeetle with type arguments of type ChargingPad Constructor Description GameState(int turn, List<ChargingPad> chargingPads, AntHill antHill, List<Bead> beads, Beetle beetle, Spider spider, List<Ant> ants) -
Uses of ChargingPad in com.iwolverton.smartbeetle.internal
Method parameters in com.iwolverton.smartbeetle.internal with type arguments of type ChargingPad Modifier and Type Method Description GameStateBuilderGameStateBuilder. setChargingPads(List<ChargingPad> chargingPads)Constructor parameters in com.iwolverton.smartbeetle.internal with type arguments of type ChargingPad Constructor Description GameStateBuilder(int turn, List<ChargingPad> chargingPads, AntHill antHill, List<Bead> beads, Beetle beetle, Spider spider, List<Ant> ants)
-