package uk.co.wehavecookies56.kk.common.lib;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
@SideOnly (Side.CLIENT)
public class Music {
// Battle music
/*
public static PositionedSoundRecord aFightToTheDeath = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.A Fight to the Death"));
public static PositionedSoundRecord arabianDream = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Arabian Dream"));
public static PositionedSoundRecord beneathTheGround = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Beneath the Ground"));
public static PositionedSoundRecord criticalDrive = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Critical Drive"));
public static PositionedSoundRecord darkImpetus = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dark Impetus"));
public static PositionedSoundRecord deepDrive = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Deep Drive"));
public static PositionedSoundRecord deepDrop = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Deep Drop"));
public static PositionedSoundRecord handInHand = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Hand in Hand"));
public static PositionedSoundRecord happyHolidays = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Happy Holidays!"));
public static PositionedSoundRecord havingAWildTime = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Having a Wild Time"));
public static PositionedSoundRecord lImpetoOscuro = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.L'Impeto Oscuro"));
public static PositionedSoundRecord lOscuritaDellIgnoto = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.L'Oscurita dell'Ignoto"));
public static PositionedSoundRecord monstrousMonstro = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Monstrous Monstro"));
public static PositionedSoundRecord nightOfFate = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Night of Fate"));
public static PositionedSoundRecord nightOfTragedy = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Night of Tragedy"));
public static PositionedSoundRecord rageAwakened = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Rage Awakened"));
public static PositionedSoundRecord riskyRomp = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Risky Romp"));
public static PositionedSoundRecord savannahPride = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Savannah Pride"));
public static PositionedSoundRecord sinisterSundown = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Sinister Sundown"));
public static PositionedSoundRecord spooksOfHalloweenTown = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Spooks of Halloween Town"));
public static PositionedSoundRecord tensionRising = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Tension Rising"));
public static PositionedSoundRecord theDreadOfNight = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.The Dread of Night"));
public static PositionedSoundRecord theRustlingForest = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.The Rustling Forest"));
public static PositionedSoundRecord toOurSurprise = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.To Our Surprise"));
public static PositionedSoundRecord whatLiesBeneath = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.What Lies Beneath"));
public static PositionedSoundRecord workingTogether = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Working Together"));
// Idle music
public static PositionedSoundRecord aDayInAgrabah = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.A Day in Agrabah"));
public static PositionedSoundRecord aVerySmallWish = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.A Very Small Wish"));
public static PositionedSoundRecord adventuresInTheSavannah = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Adventures in the Savannah"));
public static PositionedSoundRecord deepJungle = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Deep Jungle"));
public static PositionedSoundRecord destinyIslands = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Destiny Islands"));
public static PositionedSoundRecord keybladeGraveyardHorizon = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Keyblade Graveyard Horizon"));
public static PositionedSoundRecord lazyAfternoons = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Lazy Afternoons"));
public static PositionedSoundRecord mysticMoon = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Mystic Moon"));
public static PositionedSoundRecord nightInTheDarkDream = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Night in the Dark Dream"));
public static PositionedSoundRecord sacredDistance = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Sacred Distance"));
public static PositionedSoundRecord sacredMoonDays = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Sacred Moon (Days)"));
public static PositionedSoundRecord sacredMoon = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Sacred Moon"));
public static PositionedSoundRecord theSecretWhispers = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.The Secret Whispers"));
public static PositionedSoundRecord theSilentForest = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.The Silent Forest"));
public static PositionedSoundRecord theUnderworld = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.The Underworld"));
public static PositionedSoundRecord thisIsHalloween = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.This is Halloween"));
public static PositionedSoundRecord traverseInTrance = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Traverse in Trance"));
public static PositionedSoundRecord traverseTown = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Traverse Town"));
public static PositionedSoundRecord welcomeToWonderland = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Welcome to Wonderland"));
public static PositionedSoundRecord whatASurprise = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.What a Surprise!"));
// Title music
public static PositionedSoundRecord dearlyBelovedDDD = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dearly Beloved (DDD)"));
public static PositionedSoundRecord dearlyBelovedBBS = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dearly Beloved (BBS)"));
public static PositionedSoundRecord dearlyBelovedChi = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dearly Beloved (CHI)"));
public static PositionedSoundRecord dearlyBelovedDays = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dearly Beloved (Days)"));
public static PositionedSoundRecord dearlyBelovedKH1 = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dearly Beloved (KH1)"));
public static PositionedSoundRecord dearlyBelovedKH2 = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dearly Beloved (KH2)"));
public static PositionedSoundRecord dearlyBelovedCoded = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dearly Beloved (Coded)"));
public static PositionedSoundRecord dearlyBelovedReCoM = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dearly Beloved (ReCoM)"));
public static PositionedSoundRecord dearlyBelovedCoM = PositionedSoundRecord.create(new ResourceLocation(Reference.MODID, "music.Dearly Beloved (CoM)"));
*/
}