Class SoundEventRegistration

java.lang.Object
net.minecraft.client.resources.sounds.SoundEventRegistration

public class SoundEventRegistration extends Object
  • Field Details

    • sounds

      private final List<Sound> sounds
    • replace

      private final boolean replace
    • subtitle

      private final String subtitle
  • Constructor Details

    • SoundEventRegistration

      public SoundEventRegistration(List<Sound> p_119819_, boolean p_119820_, String p_119821_)
  • Method Details

    • getSounds

      public List<Sound> getSounds()
    • isReplace

      public boolean isReplace()
    • getSubtitle

      @Nullable public String getSubtitle()