Interface SoundFile

All Known Implementing Classes:
BackgroundSoundFile, EffectSoundFile

public interface SoundFile
  • Method Summary

    Modifier and Type
    Method
    Description
    A filepath that is to be loaded into the sound system.
  • Method Details

    • getFilePath

      String getFilePath()
      A filepath that is to be loaded into the sound system. Every enum that implements the SoundFile interface must have a private filePath variable to store this property.
      Returns:
      a String filepath