Class VanillaSoundDefinitionsProvider
java.lang.Object
net.neoforged.neoforge.common.data.SoundDefinitionsProvider
net.neoforged.neoforge.common.data.internal.VanillaSoundDefinitionsProvider
- All Implemented Interfaces:
DataProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider> -
Field Summary
Fields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionVanillaSoundDefinitionsProvider(PackOutput output, ExistingFileHelper helper) -
Method Summary
Modifier and TypeMethodDescriptionvoidRegisters the sound definitions that should be generated via one of theaddmethods.
-
Constructor Details
-
VanillaSoundDefinitionsProvider
-
-
Method Details
-
registerSounds
public void registerSounds()Description copied from class:SoundDefinitionsProviderRegisters the sound definitions that should be generated via one of theaddmethods.- Specified by:
registerSoundsin classSoundDefinitionsProvider
-