Uses of Interface
com.iwolverton.smartbeetle.actions.Action
-
Packages that use Action Package Description com.iwolverton.smartbeetle com.iwolverton.smartbeetle.actions com.iwolverton.smartbeetle.internal -
-
Uses of Action in com.iwolverton.smartbeetle
Methods in com.iwolverton.smartbeetle that return Action Modifier and Type Method Description ActionBeetleAi. turn(GameState state)You must implement this method. -
Uses of Action in com.iwolverton.smartbeetle.actions
Classes in com.iwolverton.smartbeetle.actions that implement Action Modifier and Type Class Description classMoveActionclassShootActionMethods in com.iwolverton.smartbeetle.actions that return Action Modifier and Type Method Description static ActionAction. stay() -
Uses of Action in com.iwolverton.smartbeetle.internal
Methods in com.iwolverton.smartbeetle.internal with parameters of type Action Modifier and Type Method Description GameStateGameRules. applyAction(GameState state, Action action)GameStateGameRules. doTurn(GameState state, Action action)
-