Class SoundsRegistry

java.lang.Object
com.idark.valoria.registries.SoundsRegistry

public class SoundsRegistry extends Object
Some sounds taken from the CalamityMod (Terraria) in a Calamity Mod Wiki.gg
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final ModSoundType
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.DeferredRegister<net.minecraft.sounds.SoundEvent>
     
    static final ModSoundType
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final ModSoundType
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final ModSoundType
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SOUNDS

      public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.sounds.SoundEvent> SOUNDS
    • SWIFTSLICE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> SWIFTSLICE
    • RECHARGE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> RECHARGE
    • BLAZECHARGE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> BLAZECHARGE
    • ERUPTION

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> ERUPTION
    • DISAPPEAR

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> DISAPPEAR
    • EQUIP_CURSE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> EQUIP_CURSE
    • REPAIR

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> REPAIR
    • POT_BREAK

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> POT_BREAK
    • POT_STEP

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> POT_STEP
    • POT_PLACE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> POT_PLACE
    • BAG_OPEN

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> BAG_OPEN
    • WATER_ABILITY

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> WATER_ABILITY
    • PHANTASM_ABILITY

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> PHANTASM_ABILITY
    • BLOODHOUND_ABILITY

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> BLOODHOUND_ABILITY
    • VOID_STONE_PLACE

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> VOID_STONE_PLACE
    • VOID_STONE_BREAK

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> VOID_STONE_BREAK
    • VOID_STONE_STEP

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> VOID_STONE_STEP
    • VOID_GRASS_STEP

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> VOID_GRASS_STEP
    • VOID_GRASS_BREAK

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> VOID_GRASS_BREAK
    • POT

      public static final ModSoundType POT
    • SUSPICIOUS_TOMBSTONE

      public static final ModSoundType SUSPICIOUS_TOMBSTONE
    • VOID_STONE

      public static final ModSoundType VOID_STONE
    • VOID_GRASS

      public static final ModSoundType VOID_GRASS
  • Constructor Details

    • SoundsRegistry

      public SoundsRegistry()
  • Method Details

    • registerSound

      public static net.minecraftforge.registries.RegistryObject<net.minecraft.sounds.SoundEvent> registerSound(String name)