Uses of Class
de.extio.spacecraft.shared.model.managers.ModBoDef
-
Packages that use ModBoDef Package Description de.extio.spacecraft.shared.model.managers Data objects for various managers implementing game subsystems -
-
Uses of ModBoDef in de.extio.spacecraft.shared.model.managers
Methods in de.extio.spacecraft.shared.model.managers that return types with arguments of type ModBoDef Modifier and Type Method Description List<ModBoDef>
ModDefinition. getClientBusinessObjects()
Business objects implement various game mechanicsList<ModBoDef>
ModDefinition. getServerBusinessObjects()
Business objects implement various game mechanicsMethod parameters in de.extio.spacecraft.shared.model.managers with type arguments of type ModBoDef Modifier and Type Method Description void
ModDefinition. setClientBusinessObjects(List<ModBoDef> clientBusinessObjects)
void
ModDefinition. setServerBusinessObjects(List<ModBoDef> serverBusinessObjects)
Constructors in de.extio.spacecraft.shared.model.managers with parameters of type ModBoDef Constructor Description ModBoDef(ModBoDef other)
-