Class ExampleManualModSoundProvider

java.lang.Object
net.kamkeyke.raccooncore.datagen.RaccoonSoundProvider
net.kamkeyke.example.datagen.ExampleManualModSoundProvider
All Implemented Interfaces:
net.minecraft.data.DataProvider

@Internal public class ExampleManualModSoundProvider extends RaccoonSoundProvider
Example implementation of RaccoonSoundProvider.

Demonstrates manual sound registration using singleSound(), variedSound() and customPaths().

See also: ExampleAutoModSoundProvider


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

It serves only as an example.

  • Constructor Details

    • ExampleManualModSoundProvider

      public ExampleManualModSoundProvider(net.minecraft.data.PackOutput output)
  • Method Details