Class ExampleAutoModSoundProvider

All Implemented Interfaces:
net.minecraft.data.DataProvider

@Internal public class ExampleAutoModSoundProvider extends AutoSoundProvider
Example implementation of AutoSoundProvider.

Demonstrates automatic sound registration by returning a list of SoundEntry instances.

See also: ExampleManualModSoundProvider


This class was not registered in the ModEventBus and therefore will not appear in-game.

It serves only as an example.

  • Constructor Details

    • ExampleAutoModSoundProvider

      protected ExampleAutoModSoundProvider(net.minecraft.data.PackOutput output)
  • Method Details