package soundchan; /** * An enum representing the possible commands SoundChan might receive */ public enum Commands { play, volume, pause, unpause, skip, list, playingnow, summon, help }