java.lang.Object
io.github.pixelmk.pixelmkmenu.sounds.music.MenuMusic

public class MenuMusic extends Object
Utility class used for creating the Pixel MK Menu music registry and registering the music.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.neoforged.neoforge.registries.DeferredHolder<net.minecraft.sounds.SoundEvent,net.minecraft.sounds.SoundEvent>
    Menu Music holder.
    static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.sounds.SoundEvent>
    Sound event register.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • SOUND_EVENTS

      public static final net.neoforged.neoforge.registries.DeferredRegister<net.minecraft.sounds.SoundEvent> SOUND_EVENTS
      Sound event register.
  • Constructor Details

    • MenuMusic

      public MenuMusic()