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 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
ConstructorDescriptionVanillaSoundDefinitionsProvider
(PackOutput output, ExistingFileHelper helper) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Registers the sound definitions that should be generated via one of theadd
methods.
-
Constructor Details
-
VanillaSoundDefinitionsProvider
-
-
Method Details
-
registerSounds
public void registerSounds()Description copied from class:SoundDefinitionsProvider
Registers the sound definitions that should be generated via one of theadd
methods.- Specified by:
registerSounds
in classSoundDefinitionsProvider
-