Package net.minecraftforge.common.data
Class VanillaSoundDefinitionsProvider
java.lang.Object
net.minecraftforge.common.data.SoundDefinitionsProvider
net.minecraftforge.common.data.VanillaSoundDefinitionsProvider
- All Implemented Interfaces:
- DataProvider
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.data.DataProviderDataProvider.Factory<T extends DataProvider>
- 
Field SummaryFields inherited from interface net.minecraft.data.DataProviderFIXED_ORDER_FIELDS, KEY_COMPARATOR
- 
Constructor SummaryConstructorsConstructorDescriptionVanillaSoundDefinitionsProvider(PackOutput output, ExistingFileHelper helper) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidRegisters the sound definitions that should be generated via one of theaddmethods.
- 
Constructor Details- 
VanillaSoundDefinitionsProvider
 
- 
- 
Method Details- 
registerSoundspublic void registerSounds()Description copied from class:SoundDefinitionsProviderRegisters the sound definitions that should be generated via one of theaddmethods.- Specified by:
- registerSoundsin class- SoundDefinitionsProvider
 
 
-