Uses of Class
de.extio.spacecraft.shared.model.managers.ModAndResourceName
-
Packages that use ModAndResourceName Package Description de.extio.spacecraft.shared.client Managers and business objects related to the game client.de.extio.spacecraft.shared.model.client.event Builtin events of the event subsystem.de.extio.spacecraft.shared.model.entity Business and data objects for the entity subsystem.de.extio.spacecraft.shared.model.entity.builtin.composite.factory Builtin composite entity factories.de.extio.spacecraft.shared.model.entity.builtin.def Builtin entity definitionsde.extio.spacecraft.shared.model.managers Data objects for various managers implementing game subsystems -
-
Uses of ModAndResourceName in de.extio.spacecraft.shared.client
Methods in de.extio.spacecraft.shared.client with parameters of type ModAndResourceName Modifier and Type Method Description void
AudioControl. play(ModAndResourceName audioFileName)
Plays a sound effect oncevoid
AudioControl. playMusic(ModAndResourceName opener, List<ModAndResourceName> audioFileNames, boolean standard)
Plays a collection of music tracks, music playback will be shuffled and repeatMethod parameters in de.extio.spacecraft.shared.client with type arguments of type ModAndResourceName Modifier and Type Method Description void
AudioControl. playMusic(ModAndResourceName opener, List<ModAndResourceName> audioFileNames, boolean standard)
Plays a collection of music tracks, music playback will be shuffled and repeat -
Uses of ModAndResourceName in de.extio.spacecraft.shared.model.client.event
Methods in de.extio.spacecraft.shared.model.client.event that return ModAndResourceName Modifier and Type Method Description ModAndResourceName
AudioEvent. getModAndResourceName()
Methods in de.extio.spacecraft.shared.model.client.event with parameters of type ModAndResourceName Modifier and Type Method Description void
AudioEvent. setModAndResourceName(ModAndResourceName modAndResourceName)
Constructors in de.extio.spacecraft.shared.model.client.event with parameters of type ModAndResourceName Constructor Description AudioEvent(ModAndResourceName modAndResourceName)
AudioEvent(ModAndResourceName modAndResourceName, AudioEvent.AudioEventGroup group, int groupElementPriority)
AudioEvent(ModAndResourceName modAndResourceName, String group, int groupPriority, int groupElementPriority)
-
Uses of ModAndResourceName in de.extio.spacecraft.shared.model.entity
Methods in de.extio.spacecraft.shared.model.entity that return ModAndResourceName Modifier and Type Method Description ModAndResourceName
CompositeEntityFactory. getThumbnailResource()
-
Uses of ModAndResourceName in de.extio.spacecraft.shared.model.entity.builtin.composite.factory
-
Uses of ModAndResourceName in de.extio.spacecraft.shared.model.entity.builtin.def
Methods in de.extio.spacecraft.shared.model.entity.builtin.def that return ModAndResourceName Modifier and Type Method Description ModAndResourceName
PhysicalEntityDef. getAudioOnDamage()
ModAndResourceName
PhysicalEntityDef. getAudioOnDestroyed()
ModAndResourceName
AbstractWeaponEntityDef. getAudioWeaponFire()
Methods in de.extio.spacecraft.shared.model.entity.builtin.def with parameters of type ModAndResourceName Modifier and Type Method Description void
PhysicalEntityDef. setAudioOnDamage(ModAndResourceName audioOnDamage)
void
PhysicalEntityDef. setAudioOnDestroyed(ModAndResourceName audioOnDestroyed)
void
AbstractWeaponEntityDef. setAudioWeaponFire(ModAndResourceName audioWeaponFire)
-
Uses of ModAndResourceName in de.extio.spacecraft.shared.model.managers
Methods in de.extio.spacecraft.shared.model.managers that return ModAndResourceName Modifier and Type Method Description ModAndResourceName
MenuLaunchEntry. getBackground0Name()
ModAndResourceName
MenuLaunchEntry. getPlayMusicOpener()
Methods in de.extio.spacecraft.shared.model.managers that return types with arguments of type ModAndResourceName Modifier and Type Method Description List<ModAndResourceName>
MenuLaunchEntry. getPlayMusic()
Methods in de.extio.spacecraft.shared.model.managers with parameters of type ModAndResourceName Modifier and Type Method Description void
MenuLaunchEntry. setBackground0Name(ModAndResourceName background0Name)
void
MenuLaunchEntry. setPlayMusicOpener(ModAndResourceName playMusicOpener)
Method parameters in de.extio.spacecraft.shared.model.managers with type arguments of type ModAndResourceName Modifier and Type Method Description void
MenuLaunchEntry. setPlayMusic(List<ModAndResourceName> playMusic)
Constructors in de.extio.spacecraft.shared.model.managers with parameters of type ModAndResourceName Constructor Description ModAndResourceName(ModAndResourceName other)
-