Class Music


  • public class Music
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Music()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isUnlocked​(Song song)  
      static boolean play​(Song song)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Music

        public Music()
    • Method Detail

      • isUnlocked

        public static boolean isUnlocked​(Song song)
      • play

        public static boolean play​(Song song)