Class RegistrateSoundsProvider
-
- All Implemented Interfaces:
-
com.tterrag.registrate.providers.RegistrateProvider
,net.minecraft.data.DataProvider
public final class RegistrateSoundsProvider extends SoundDefinitionsProvider implements RegistrateProvider
-
-
Constructor Summary
Constructors Constructor Description RegistrateSoundsProvider(AbstractRegistrate<?> owner, PackOutput output, ExistingFileHelper helper)
-
Method Summary
Modifier and Type Method Description final AbstractRegistrate<?>
getOwner()
Unit
registerSounds()
LogicalSide
getSide()
final Unit
register(Supplier<SoundEvent> soundEvent, SoundDefinition definition)
final Unit
register(SoundEvent soundEvent, SoundDefinition definition)
final Unit
register(ResourceLocation soundEvent, SoundDefinition definition)
final Unit
register(String soundEvent, SoundDefinition definition)
-
Methods inherited from class net.neoforged.neoforge.common.data.SoundDefinitionsProvider
add, add, add, add, addSounds, getName, mapToJson, run, save, validate, validate, validate, validateEvent, validateSound
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOwner
final AbstractRegistrate<?> getOwner()
-
registerSounds
Unit registerSounds()
-
getSide
LogicalSide getSide()
-
-
-
-