Class MusicPlayerPluginImpl

java.lang.Object
com.fs.starfarer.api.impl.MusicPlayerPluginImpl
All Implemented Interfaces:
MusicPlayerPlugin, MusicPlayerPluginWithVolumeControl

public class MusicPlayerPluginImpl extends Object implements MusicPlayerPluginWithVolumeControl
  • Field Details

    • KEEP_PLAYING_LOCATION_MUSIC_DURING_ENCOUNTER_MEM_KEY

      public static String KEEP_PLAYING_LOCATION_MUSIC_DURING_ENCOUNTER_MEM_KEY
    • COMBAT_MUSIC_SET_MEM_KEY

      public static String COMBAT_MUSIC_SET_MEM_KEY
    • COMBAT_MUSIC_SET_FACTION_KEY

      public static String COMBAT_MUSIC_SET_FACTION_KEY
    • MUSIC_SET_MEM_KEY

      public static String MUSIC_SET_MEM_KEY
    • MUSIC_SET_MEM_KEY_MISSION

      public static String MUSIC_SET_MEM_KEY_MISSION
    • MUSIC_ENCOUNTER_MYSTERIOUS_AGGRO

      public static String MUSIC_ENCOUNTER_MYSTERIOUS_AGGRO
    • MUSIC_ENCOUNTER_MYSTERIOUS_NON_AGGRESSIVE

      public static String MUSIC_ENCOUNTER_MYSTERIOUS_NON_AGGRESSIVE
    • MUSIC_ENCOUNTER_NEUTRAL

      public static String MUSIC_ENCOUNTER_NEUTRAL
    • MUSIC_GALATIA_ACADEMY

      public static String MUSIC_GALATIA_ACADEMY
    • CAMPAIGN_SYSTEM

      public static Object CAMPAIGN_SYSTEM
    • CAMPAIGN_HYPERSPACE

      public static Object CAMPAIGN_HYPERSPACE
    • NO_MUSIC

      public static Object NO_MUSIC
    • COMBAT

      public static Object COMBAT
    • TITLE

      public static Object TITLE
    • MARKET

      public static Object MARKET
    • ENCOUNTER

      public static Object ENCOUNTER
    • PLANET_SURVEY

      public static Object PLANET_SURVEY
    • CUSTOM

      public static Object CUSTOM
    • stringTokens

      public static Map<String,String> stringTokens
    • SYSTEM_MUSIC_PREFIX

      public static String SYSTEM_MUSIC_PREFIX
  • Constructor Details

    • MusicPlayerPluginImpl

      public MusicPlayerPluginImpl()
  • Method Details