Class LodestoneBlockSoundEventSystem
java.lang.Object
net.neoforged.neoforge.common.data.SoundDefinitionsProvider
team.lodestar.lodestone.modules.datagen.providers.sound.LodestoneSoundEventSystem
team.lodestar.lodestone.modules.datagen.providers.sound.LodestoneBlockSoundEventSystem
- All Implemented Interfaces:
net.minecraft.data.DataProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface net.minecraft.data.DataProvider
net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider> -
Field Summary
FieldsFields inherited from class team.lodestar.lodestone.modules.datagen.providers.sound.LodestoneSoundEventSystem
helper, modIdFields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, INDENT_WIDTH, KEY_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionLodestoneBlockSoundEventSystem(net.minecraft.data.PackOutput packOutput, String modId, net.neoforged.neoforge.common.data.ExistingFileHelper existingFileHelper) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(RegistryReadyBlockSoundType soundType, String path) voidadd(RegistryReadyBlockSoundType soundType, String path, Consumer<BlockSoundEventBuilder> modifier) blueprint(String path, Consumer<BlockSoundEventBuilder> modifier) Methods inherited from class team.lodestar.lodestone.modules.datagen.providers.sound.LodestoneSoundEventSystem
add, add, add, add, add, allSounds, allSounds, allSounds, allSounds, definition, sound, sound, sounds, sounds, subtitle, subtitleMethods inherited from class net.neoforged.neoforge.common.data.SoundDefinitionsProvider
definition, getName, registerSounds, run, sound, sound, sound
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LodestoneBlockSoundEventSystem
public LodestoneBlockSoundEventSystem(net.minecraft.data.PackOutput packOutput, String modId, net.neoforged.neoforge.common.data.ExistingFileHelper existingFileHelper)
-
-
Method Details
-
add
-
add
public void add(RegistryReadyBlockSoundType soundType, String path, Consumer<BlockSoundEventBuilder> modifier) -
blueprint
-
blueprint
public LodestoneBlockSoundEventSystem.SoundEventBuilderBlueprint blueprint(String path, Consumer<BlockSoundEventBuilder> modifier)
-