Uses of Class
de.extio.spacecraft.shared.model.client.actionsdef.ActionDef
-
Packages that use ActionDef Package Description de.extio.spacecraft.shared.client Managers and business objects related to the game client.de.extio.spacecraft.shared.model.client.actionsdef Data objects for actions def subsystem. -
-
Uses of ActionDef in de.extio.spacecraft.shared.client
Methods in de.extio.spacecraft.shared.client that return ActionDef Modifier and Type Method Description ActionDef
ActionsDefManager. getActionByName(String name)
-
Uses of ActionDef in de.extio.spacecraft.shared.model.client.actionsdef
Methods in de.extio.spacecraft.shared.model.client.actionsdef that return types with arguments of type ActionDef Modifier and Type Method Description List<ActionDef>
ActionsDefContainer. getActionDefs()
Method parameters in de.extio.spacecraft.shared.model.client.actionsdef with type arguments of type ActionDef Modifier and Type Method Description void
ActionsDefContainer. setActionDefs(List<ActionDef> actionDefs)
-