Uses of Class
org.deken.game.input.Actions

Packages that use Actions
org.deken.game.input The Input package holds all the classes and interface for handling input events. 
org.deken.game.map The Map package contains various maps for storing the locations of game pieces. 
 

Uses of Actions in org.deken.game.input
 

Methods in org.deken.game.input with parameters of type Actions
 void InputMonitor.setActions(Actions actions)
           
 

Uses of Actions in org.deken.game.map
 

Methods in org.deken.game.map that return Actions
 Actions GameMap.getActions()