package net.cmr.jurassicrevived.sound; import dev.architectury.registry.registries.DeferredRegister; import net.cmr.jurassicrevived.Constants; import net.minecraft.core.registries.Registries; import net.minecraft.resources.ResourceLocation; import net.minecraft.sounds.SoundEvent; import java.util.function.Supplier; public class ModSounds { public static final DeferredRegister SOUND_EVENTS = DeferredRegister.create(Constants.MOD_ID, Registries.SOUND_EVENT); public static final Supplier MACHINE_HUM_SOUND = registerSoundEvent("machine_hum"); public static final Supplier MEDIUM_THEROPOD_ATTACK = registerSoundEvent("medium_theropod_attack"); public static final Supplier LARGE_THEROPOD_ATTACK = registerSoundEvent("large_theropod_attack"); public static final Supplier TAIL_WHIP = registerSoundEvent("tail_whip"); public static final Supplier TAIL_STRIKE = registerSoundEvent("tail_strike"); public static final Supplier STOMP_ATTACK = registerSoundEvent("stomp_attack"); public static final Supplier BEAK_ATTACK = registerSoundEvent("beak_attack"); public static final Supplier CROCODILE = registerSoundEvent("crocodile"); public static final Supplier CROW = registerSoundEvent("crow"); public static final Supplier GOAT_CALL = registerSoundEvent("goat_call"); public static final Supplier GOAT_HURT = registerSoundEvent("goat_hurt"); public static final Supplier GOAT_DEATH = registerSoundEvent("goat_death"); public static final Supplier TREE_FROG_CALL = registerSoundEvent("tree_frog_call"); public static final Supplier TREE_FROG_HURT = registerSoundEvent("tree_frog_hurt"); public static final Supplier TREE_FROG_DEATH = registerSoundEvent("tree_frog_death"); public static final Supplier OSTRICH_CALL = registerSoundEvent("ostrich_call"); public static final Supplier OSTRICH_HURT = registerSoundEvent("ostrich_hurt"); public static final Supplier OSTRICH_DEATH = registerSoundEvent("ostrich_death"); public static final Supplier STOMP = registerSoundEvent("stomp"); public static final Supplier ALBERTOSAURUS_CALL = registerSoundEvent("albertosaurus_call"); public static final Supplier ALBERTOSAURUS_HURT = registerSoundEvent("albertosaurus_hurt"); public static final Supplier ALBERTOSAURUS_DEATH = registerSoundEvent("albertosaurus_death"); public static final Supplier ALLOSAURUS_CALL = registerSoundEvent("allosaurus_call"); public static final Supplier ALLOSAURUS_HURT = registerSoundEvent("allosaurus_hurt"); public static final Supplier ALLOSAURUS_DEATH = registerSoundEvent("allosaurus_death"); public static final Supplier ALVAREZSAURUS_CALL = registerSoundEvent("alvarezsaurus_call"); public static final Supplier ALVAREZSAURUS_HURT = registerSoundEvent("alvarezsaurus_hurt"); public static final Supplier ALVAREZSAURUS_DEATH = registerSoundEvent("alvarezsaurus_death"); public static final Supplier ANKYLOSAURUS_CALL = registerSoundEvent("ankylosaurus_call"); public static final Supplier ANKYLOSAURUS_HURT = registerSoundEvent("ankylosaurus_hurt"); public static final Supplier ANKYLOSAURUS_DEATH = registerSoundEvent("ankylosaurus_death"); public static final Supplier APATOSAURUS_CALL = registerSoundEvent("apatosaurus_call"); public static final Supplier APATOSAURUS_HURT = registerSoundEvent("apatosaurus_hurt"); public static final Supplier APATOSAURUS_DEATH = registerSoundEvent("apatosaurus_death"); public static final Supplier ARAMBOURGIANIA_CALL = registerSoundEvent("arambourgiania_call"); public static final Supplier ARAMBOURGIANIA_HURT = registerSoundEvent("arambourgiania_hurt"); public static final Supplier ARAMBOURGIANIA_DEATH = registerSoundEvent("arambourgiania_death"); public static final Supplier BARYONYX_CALL = registerSoundEvent("baryonyx_call"); public static final Supplier BARYONYX_ATTACK = registerSoundEvent("baryonyx_attack"); public static final Supplier BARYONYX_HURT = registerSoundEvent("baryonyx_hurt"); public static final Supplier BARYONYX_DEATH = registerSoundEvent("baryonyx_death"); public static final Supplier BRACHIOSAURUS_CALL = registerSoundEvent("brachiosaurus_call"); public static final Supplier BRACHIOSAURUS_HURT = registerSoundEvent("brachiosaurus_hurt"); public static final Supplier BRACHIOSAURUS_DEATH = registerSoundEvent("brachiosaurus_death"); public static final Supplier CARCHARODONTOSAURUS_CALL = registerSoundEvent("carcharodontosaurus_call"); public static final Supplier CARCHARODONTOSAURUS_HURT = registerSoundEvent("carcharodontosaurus_hurt"); public static final Supplier CARCHARODONTOSAURUS_DEATH = registerSoundEvent("carcharodontosaurus_death"); public static final Supplier CARNOTAURUS_CALL = registerSoundEvent("carnotaurus_call"); public static final Supplier CARNOTAURUS_ATTACK = registerSoundEvent("carnotaurus_attack"); public static final Supplier CARNOTAURUS_HURT = registerSoundEvent("carnotaurus_hurt"); public static final Supplier CARNOTAURUS_DEATH = registerSoundEvent("carnotaurus_death"); public static final Supplier CEARADACTYLUS_CALL = registerSoundEvent("cearadactylus_call"); public static final Supplier CEARADACTYLUS_HURT = registerSoundEvent("cearadactylus_hurt"); public static final Supplier CEARADACTYLUS_DEATH = registerSoundEvent("cearadactylus_death"); public static final Supplier CERATOSAURUS_CALL = registerSoundEvent("ceratosaurus_call"); public static final Supplier CERATOSAURUS_HURT = registerSoundEvent("ceratosaurus_hurt"); public static final Supplier CERATOSAURUS_DEATH = registerSoundEvent("ceratosaurus_death"); public static final Supplier CHASMOSAURUS_CALL = registerSoundEvent("chasmosaurus_call"); public static final Supplier CHASMOSAURUS_ATTACK = registerSoundEvent("chasmosaurus_attack");//////////// public static final Supplier CHASMOSAURUS_HURT = registerSoundEvent("chasmosaurus_hurt"); public static final Supplier CHASMOSAURUS_DEATH = registerSoundEvent("chasmosaurus_death"); public static final Supplier CHICKENOSAURUS_CALL = registerSoundEvent("chickenosaurus_call"); public static final Supplier CHICKENOSAURUS_HURT = registerSoundEvent("chickenosaurus_hurt"); public static final Supplier CHICKENOSAURUS_DEATH = registerSoundEvent("chickenosaurus_death"); public static final Supplier COELOPHYSIS_CALL = registerSoundEvent("coelophysis_call"); public static final Supplier COELOPHYSIS_HURT = registerSoundEvent("coelophysis_hurt"); public static final Supplier COELOPHYSIS_DEATH = registerSoundEvent("coelophysis_death"); public static final Supplier COELURUS_CALL = registerSoundEvent("coelurus_call"); public static final Supplier COELURUS_HURT = registerSoundEvent("coelurus_hurt"); public static final Supplier COELURUS_DEATH = registerSoundEvent("coelurus_death"); public static final Supplier COMPSOGNATHUS_CALL = registerSoundEvent("compsognathus_call"); public static final Supplier COMPSOGNATHUS_HURT = registerSoundEvent("compsognathus_hurt"); public static final Supplier COMPSOGNATHUS_DEATH = registerSoundEvent("compsognathus_death"); public static final Supplier CONCAVENATOR_CALL = registerSoundEvent("concavenator_call"); public static final Supplier CONCAVENATOR_HURT = registerSoundEvent("concavenator_hurt"); public static final Supplier CONCAVENATOR_DEATH = registerSoundEvent("concavenator_death"); public static final Supplier CORYTHOSAURUS_CALL = registerSoundEvent("corythosaurus_call"); public static final Supplier CORYTHOSAURUS_HURT = registerSoundEvent("corythosaurus_hurt"); public static final Supplier CORYTHOSAURUS_DEATH = registerSoundEvent("corythosaurus_death"); public static final Supplier DEINONYCHUS_CALL = registerSoundEvent("deinonychus_call"); public static final Supplier DEINONYCHUS_HURT = registerSoundEvent("deinonychus_hurt"); public static final Supplier DEINONYCHUS_DEATH = registerSoundEvent("deinonychus_death"); public static final Supplier DILOPHOSAURUS_CALL = registerSoundEvent("dilophosaurus_call"); public static final Supplier DILOPHOSAURUS_ATTACK = registerSoundEvent("dilophosaurus_attack"); public static final Supplier DILOPHOSAURUS_HURT = registerSoundEvent("dilophosaurus_hurt"); public static final Supplier DILOPHOSAURUS_DEATH = registerSoundEvent("dilophosaurus_death"); public static final Supplier DIMORPHODON_CALL = registerSoundEvent("dimorphodon_call"); public static final Supplier DIMORPHODON_HURT = registerSoundEvent("dimorphodon_hurt"); public static final Supplier DIMORPHODON_DEATH = registerSoundEvent("dimorphodon_death"); public static final Supplier DIPLODOCUS_CALL = registerSoundEvent("diplodocus_call"); public static final Supplier DIPLODOCUS_HURT = registerSoundEvent("diplodocus_hurt"); public static final Supplier DIPLODOCUS_DEATH = registerSoundEvent("diplodocus_death"); public static final Supplier DISTORTUS_REX_CALL = registerSoundEvent("distortus_rex_call"); public static final Supplier DISTORTUS_REX_ATTACK = registerSoundEvent("distortus_rex_attack"); public static final Supplier DISTORTUS_REX_HURT = registerSoundEvent("distortus_rex_hurt"); public static final Supplier DISTORTUS_REX_DEATH = registerSoundEvent("distortus_rex_death"); public static final Supplier DRYOSAURUS_CALL = registerSoundEvent("dryosaurus_call"); public static final Supplier DRYOSAURUS_HURT = registerSoundEvent("dryosaurus_hurt"); public static final Supplier DRYOSAURUS_DEATH = registerSoundEvent("dryosaurus_death"); public static final Supplier EDMONTOSAURUS_CALL = registerSoundEvent("edmontosaurus_call"); public static final Supplier EDMONTOSAURUS_HURT = registerSoundEvent("edmontosaurus_hurt"); public static final Supplier EDMONTOSAURUS_DEATH = registerSoundEvent("edmontosaurus_death"); public static final Supplier FDUCK_CALL = registerSoundEvent("fduck_call"); public static final Supplier FDUCK_HURT = registerSoundEvent("fduck_hurt"); public static final Supplier FDUCK_DEATH = registerSoundEvent("fduck_death"); public static final Supplier GALLIMIMUS_CALL = registerSoundEvent("gallimimus_call"); public static final Supplier GALLIMIMUS_HURT = registerSoundEvent("gallimimus_hurt"); public static final Supplier GALLIMIMUS_DEATH = registerSoundEvent("gallimimus_death"); public static final Supplier GEOSTERNBERGIA_CALL = registerSoundEvent("geosternbergia_call"); public static final Supplier GEOSTERNBERGIA_HURT = registerSoundEvent("geosternbergia_hurt"); public static final Supplier GEOSTERNBERGIA_DEATH = registerSoundEvent("geosternbergia_death"); public static final Supplier GIGANOTOSAURUS_CALL = registerSoundEvent("giganotosaurus_call"); public static final Supplier GIGANOTOSAURUS_ATTACK = registerSoundEvent("giganotosaurus_attack"); public static final Supplier GIGANOTOSAURUS_HURT = registerSoundEvent("giganotosaurus_hurt"); public static final Supplier GIGANOTOSAURUS_DEATH = registerSoundEvent("giganotosaurus_death"); public static final Supplier GUANLONG_CALL = registerSoundEvent("guanlong_call"); public static final Supplier GUANLONG_HURT = registerSoundEvent("guanlong_hurt"); public static final Supplier GUANLONG_DEATH = registerSoundEvent("guanlong_death"); public static final Supplier GUIDRACO_CALL = registerSoundEvent("guidraco_call"); public static final Supplier GUIDRACO_HURT = registerSoundEvent("guidraco_hurt"); public static final Supplier GUIDRACO_DEATH = registerSoundEvent("guidraco_death"); public static final Supplier HADROSAURUS_CALL = registerSoundEvent("hadrosaurus_call"); public static final Supplier HADROSAURUS_HURT = registerSoundEvent("hadrosaurus_hurt"); public static final Supplier HADROSAURUS_DEATH = registerSoundEvent("hadrosaurus_death"); public static final Supplier HERRERASAURUS_CALL = registerSoundEvent("herrerasaurus_call"); public static final Supplier HERRERASAURUS_ATTACK = registerSoundEvent("herrerasaurus_attack"); public static final Supplier HERRERASAURUS_HURT = registerSoundEvent("herrerasaurus_hurt"); public static final Supplier HERRERASAURUS_DEATH = registerSoundEvent("herrerasaurus_death"); public static final Supplier HYPSILOPHODON_CALL = registerSoundEvent("hypsilophodon_call"); public static final Supplier HYPSILOPHODON_HURT = registerSoundEvent("hypsilophodon_hurt"); public static final Supplier HYPSILOPHODON_DEATH = registerSoundEvent("hypsilophodon_death"); public static final Supplier INDOMINUS_REX_CALL = registerSoundEvent("indominus_rex_call"); public static final Supplier INDOMINUS_REX_ATTACK = registerSoundEvent("indominus_rex_attack"); public static final Supplier INDOMINUS_REX_HURT = registerSoundEvent("indominus_rex_hurt"); public static final Supplier INDOMINUS_REX_DEATH = registerSoundEvent("indominus_rex_death"); public static final Supplier INDORAPTOR_CALL = registerSoundEvent("indoraptor_call"); public static final Supplier INDORAPTOR_ATTACK = registerSoundEvent("indoraptor_attack"); public static final Supplier INDORAPTOR_HURT = registerSoundEvent("indoraptor_hurt"); public static final Supplier INDORAPTOR_DEATH = registerSoundEvent("indoraptor_death"); public static final Supplier INOSTRANCEVIA_CALL = registerSoundEvent("inostrancevia_call"); public static final Supplier INOSTRANCEVIA_ATTACK = registerSoundEvent("inostrancevia_attack"); public static final Supplier INOSTRANCEVIA_HURT = registerSoundEvent("inostrancevia_hurt"); public static final Supplier INOSTRANCEVIA_DEATH = registerSoundEvent("inostrancevia_death"); public static final Supplier LAMBEOSAURUS_CALL = registerSoundEvent("lambeosaurus_call"); public static final Supplier LAMBEOSAURUS_HURT = registerSoundEvent("lambeosaurus_hurt"); public static final Supplier LAMBEOSAURUS_DEATH = registerSoundEvent("lambeosaurus_death"); public static final Supplier LUDODACTYLUS_CALL = registerSoundEvent("ludodactylus_call"); public static final Supplier LUDODACTYLUS_HURT = registerSoundEvent("ludodactylus_hurt"); public static final Supplier LUDODACTYLUS_DEATH = registerSoundEvent("ludodactylus_death"); public static final Supplier MAJUNGASAURUS_CALL = registerSoundEvent("majungasaurus_call"); public static final Supplier MAJUNGASAURUS_HURT = registerSoundEvent("majungasaurus_hurt"); public static final Supplier MAJUNGASAURUS_DEATH = registerSoundEvent("majungasaurus_death"); public static final Supplier MAMENCHISAURUS_CALL = registerSoundEvent("mamenchisaurus_call"); public static final Supplier MAMENCHISAURUS_HURT = registerSoundEvent("mamenchisaurus_hurt"); public static final Supplier MAMENCHISAURUS_DEATH = registerSoundEvent("mamenchisaurus_death"); public static final Supplier METRIACANTHOSAURUS_CALL = registerSoundEvent("metriacanthosaurus_call"); public static final Supplier METRIACANTHOSAURUS_HURT = registerSoundEvent("metriacanthosaurus_hurt"); public static final Supplier METRIACANTHOSAURUS_DEATH = registerSoundEvent("metriacanthosaurus_death"); public static final Supplier MOGANOPTERUS_CALL = registerSoundEvent("moganopterus_call"); public static final Supplier MOGANOPTERUS_HURT = registerSoundEvent("moganopterus_hurt"); public static final Supplier MOGANOPTERUS_DEATH = registerSoundEvent("moganopterus_death"); public static final Supplier NYCTOSAURUS_CALL = registerSoundEvent("nyctosaurus_call"); public static final Supplier NYCTOSAURUS_HURT = registerSoundEvent("nyctosaurus_hurt"); public static final Supplier NYCTOSAURUS_DEATH = registerSoundEvent("nyctosaurus_death"); public static final Supplier ORNITHOLESTES_CALL = registerSoundEvent("ornitholestes_call"); public static final Supplier ORNITHOLESTES_HURT = registerSoundEvent("ornitholestes_hurt"); public static final Supplier ORNITHOLESTES_DEATH = registerSoundEvent("ornitholestes_death"); public static final Supplier ORNITHOMIMUS_CALL = registerSoundEvent("ornithomimus_call"); public static final Supplier ORNITHOMIMUS_HURT = registerSoundEvent("ornithomimus_hurt"); public static final Supplier ORNITHOMIMUS_DEATH = registerSoundEvent("ornithomimus_death"); public static final Supplier OURANOSAURUS_CALL = registerSoundEvent("ouranosaurus_call"); public static final Supplier OURANOSAURUS_HURT = registerSoundEvent("ouranosaurus_hurt"); public static final Supplier OURANOSAURUS_DEATH = registerSoundEvent("ouranosaurus_death"); public static final Supplier OVIRAPTOR_CALL = registerSoundEvent("oviraptor_call"); public static final Supplier OVIRAPTOR_HURT = registerSoundEvent("oviraptor_hurt"); public static final Supplier OVIRAPTOR_DEATH = registerSoundEvent("oviraptor_death"); public static final Supplier PACHYCEPHALOSAURUS_CALL = registerSoundEvent("pachycephalosaurus_call"); public static final Supplier PACHYCEPHALOSAURUS_HURT = registerSoundEvent("pachycephalosaurus_hurt"); public static final Supplier PACHYCEPHALOSAURUS_DEATH = registerSoundEvent("pachycephalosaurus_death"); public static final Supplier PARASAUROLOPHUS_CALL = registerSoundEvent("parasaurolophus_call"); public static final Supplier PARASAUROLOPHUS_HURT = registerSoundEvent("parasaurolophus_hurt"); public static final Supplier PARASAUROLOPHUS_DEATH = registerSoundEvent("parasaurolophus_death"); public static final Supplier PROCERATOSAURUS_CALL = registerSoundEvent("proceratosaurus_call"); public static final Supplier PROCERATOSAURUS_HURT = registerSoundEvent("proceratosaurus_hurt"); public static final Supplier PROCERATOSAURUS_DEATH = registerSoundEvent("proceratosaurus_death"); public static final Supplier PROCOMPSOGNATHUS_CALL = registerSoundEvent("procompsognathus_call"); public static final Supplier PROCOMPSOGNATHUS_HURT = registerSoundEvent("procompsognathus_hurt"); public static final Supplier PROCOMPSOGNATHUS_DEATH = registerSoundEvent("procompsognathus_death"); public static final Supplier PROTOCERATOPS_CALL = registerSoundEvent("protoceratops_call"); public static final Supplier PROTOCERATOPS_HURT = registerSoundEvent("protoceratops_hurt"); public static final Supplier PROTOCERATOPS_DEATH = registerSoundEvent("protoceratops_death"); public static final Supplier PTERANODON_CALL = registerSoundEvent("pteranodon_call"); public static final Supplier PTERANODON_HURT = registerSoundEvent("pteranodon_hurt"); public static final Supplier PTERANODON_DEATH = registerSoundEvent("pteranodon_death"); public static final Supplier PTERODAUSTRO_CALL = registerSoundEvent("pterodaustro_call"); public static final Supplier PTERODAUSTRO_HURT = registerSoundEvent("pterodaustro_hurt"); public static final Supplier PTERODAUSTRO_DEATH = registerSoundEvent("pterodaustro_death"); public static final Supplier QUETZALCOATLUS_CALL = registerSoundEvent("quetzalcoatlus_call"); public static final Supplier QUETZALCOATLUS_HURT = registerSoundEvent("quetzalcoatlus_hurt"); public static final Supplier QUETZALCOATLUS_DEATH = registerSoundEvent("quetzalcoatlus_death"); public static final Supplier RAJASAURUS_CALL = registerSoundEvent("rajasaurus_call"); public static final Supplier RAJASAURUS_HURT = registerSoundEvent("rajasaurus_hurt"); public static final Supplier RAJASAURUS_DEATH = registerSoundEvent("rajasaurus_death"); public static final Supplier RUGOPS_CALL = registerSoundEvent("rugops_call"); public static final Supplier RUGOPS_HURT = registerSoundEvent("rugops_hurt"); public static final Supplier RUGOPS_DEATH = registerSoundEvent("rugops_death"); public static final Supplier SEGISAURUS_CALL = registerSoundEvent("segisaurus_call"); public static final Supplier SEGISAURUS_HURT = registerSoundEvent("segisaurus_hurt"); public static final Supplier SEGISAURUS_DEATH = registerSoundEvent("segisaurus_death"); public static final Supplier SHANTUNGOSAURUS_CALL = registerSoundEvent("shantungosaurus_call"); public static final Supplier SHANTUNGOSAURUS_HURT = registerSoundEvent("shantungosaurus_hurt"); public static final Supplier SHANTUNGOSAURUS_DEATH = registerSoundEvent("shantungosaurus_death"); public static final Supplier SPINOSAURUS_CALL = registerSoundEvent("spinosaurus_call"); public static final Supplier SPINOSAURUS_ATTACK = registerSoundEvent("spinosaurus_attack"); public static final Supplier SPINOSAURUS_HURT = registerSoundEvent("spinosaurus_hurt"); public static final Supplier SPINOSAURUS_DEATH = registerSoundEvent("spinosaurus_death"); public static final Supplier STEGOSAURUS_CALL = registerSoundEvent("stegosaurus_call"); public static final Supplier STEGOSAURUS_HURT = registerSoundEvent("stegosaurus_hurt"); public static final Supplier STEGOSAURUS_DEATH = registerSoundEvent("stegosaurus_death"); public static final Supplier STYRACOSAURUS_CALL = registerSoundEvent("styracosaurus_call"); public static final Supplier STYRACOSAURUS_HURT = registerSoundEvent("styracosaurus_hurt"); public static final Supplier STYRACOSAURUS_DEATH = registerSoundEvent("styracosaurus_death"); public static final Supplier TAPEJARA_CALL = registerSoundEvent("tapejara_call"); public static final Supplier TAPEJARA_HURT = registerSoundEvent("tapejara_hurt"); public static final Supplier TAPEJARA_DEATH = registerSoundEvent("tapejara_death"); public static final Supplier THERIZINOSAURUS_CALL = registerSoundEvent("therizinosaurus_call"); public static final Supplier THERIZINOSAURUS_HURT = registerSoundEvent("therizinosaurus_hurt"); public static final Supplier THERIZINOSAURUS_DEATH = registerSoundEvent("therizinosaurus_death"); public static final Supplier TITANOSAURUS_CALL = registerSoundEvent("titanosaurus_call"); public static final Supplier TITANOSAURUS_HURT = registerSoundEvent("titanosaurus_hurt"); public static final Supplier TITANOSAURUS_DEATH = registerSoundEvent("titanosaurus_death"); public static final Supplier TRICERATOPS_CALL = registerSoundEvent("triceratops_call"); public static final Supplier TRICERATOPS_HURT = registerSoundEvent("triceratops_hurt"); public static final Supplier TRICERATOPS_DEATH = registerSoundEvent("triceratops_death"); public static final Supplier TROODON_CALL = registerSoundEvent("troodon_call"); public static final Supplier TROODON_HURT = registerSoundEvent("troodon_hurt"); public static final Supplier TROODON_DEATH = registerSoundEvent("troodon_death"); public static final Supplier TROPEOGNATHUS_CALL = registerSoundEvent("tropeognathus_call"); public static final Supplier TROPEOGNATHUS_HURT = registerSoundEvent("tropeognathus_hurt"); public static final Supplier TROPEOGNATHUS_DEATH = registerSoundEvent("tropeognathus_death"); public static final Supplier TUPUXUARA_CALL = registerSoundEvent("tupuxuara_call"); public static final Supplier TUPUXUARA_HURT = registerSoundEvent("tupuxuara_hurt"); public static final Supplier TUPUXUARA_DEATH = registerSoundEvent("tupuxuara_death"); public static final Supplier TYRANNOSAURUS_REX_CALL = registerSoundEvent("tyrannosaurus_rex_call"); public static final Supplier TYRANNOSAURUS_REX_ATTACK = registerSoundEvent("tyrannosaurus_rex_attack"); public static final Supplier TYRANNOSAURUS_REX_HURT = registerSoundEvent("tyrannosaurus_rex_hurt"); public static final Supplier TYRANNOSAURUS_REX_DEATH = registerSoundEvent("tyrannosaurus_rex_death"); public static final Supplier UTAHRAPTOR_CALL = registerSoundEvent("utahraptor_call"); public static final Supplier UTAHRAPTOR_HURT = registerSoundEvent("utahraptor_hurt"); public static final Supplier UTAHRAPTOR_DEATH = registerSoundEvent("utahraptor_death"); public static final Supplier VELOCIRAPTOR_CALL = registerSoundEvent("velociraptor_call"); public static final Supplier VELOCIRAPTOR_ATTACK = registerSoundEvent("velociraptor_attack"); public static final Supplier VELOCIRAPTOR_HURT = registerSoundEvent("velociraptor_hurt"); public static final Supplier VELOCIRAPTOR_DEATH = registerSoundEvent("velociraptor_death"); public static final Supplier ZHENYUANOPTERUS_CALL = registerSoundEvent("zhenyuanopterus_call"); public static final Supplier ZHENYUANOPTERUS_HURT = registerSoundEvent("zhenyuanopterus_hurt"); public static final Supplier ZHENYUANOPTERUS_DEATH = registerSoundEvent("zhenyuanopterus_death"); public static final Supplier ACHILLOBATOR_CALL = registerSoundEvent("achillobator_call"); public static final Supplier ACHILLOBATOR_ATTACK = registerSoundEvent("achillobator_attack"); public static final Supplier ACHILLOBATOR_HURT = registerSoundEvent("achillobator_hurt"); public static final Supplier ACHILLOBATOR_DEATH = registerSoundEvent("achillobator_death"); private static Supplier registerSoundEvent(String name) { ResourceLocation id = Constants.rl(name); return SOUND_EVENTS.register(name, () -> SoundEvent.createVariableRangeEvent(id)); } public static void register() { SOUND_EVENTS.register(); } }