Class SoundDataGenerationHelper
java.lang.Object
io.github.vampirestudios.vampirelib.api.datagen.SoundDataGenerationHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateMultipleSoundsBlockSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String type, int amount) static voidcreateMultipleSoundsBlockSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type, int amount) static voidcreateMultipleSoundsParticleSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String type, int amount) static voidcreateMultipleSoundsParticleSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type, int amount) static voidcreateMultipleSoundsSoundDefinition(Consumer<SoundDefinition> registry, ResourceLocationUtils.IdType idType, net.minecraft.sounds.SoundEvent soundEvent, String name, String type, int amount) static voidcreateMultipleSoundsSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, ResourceLocationUtils.IdType idType, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type, int amount) static voidcreateMusicDiscSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name) static voidcreateSimpleBlockSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String type) static voidcreateSimpleBlockSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type) static voidcreateSimpleParticleSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String type) static voidcreateSimpleParticleSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type) static voidcreateSimpleSoundDefinition(Consumer<SoundDefinition> registry, ResourceLocationUtils.IdType idType, net.minecraft.sounds.SoundEvent soundEvent, String name, String type) static voidcreateSimpleSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, ResourceLocationUtils.IdType idType, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type)
-
Constructor Details
-
SoundDataGenerationHelper
public SoundDataGenerationHelper()
-
-
Method Details
-
createMultipleSoundsBlockSoundDefinitionWithSubtitle
public static void createMultipleSoundsBlockSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type, int amount) -
createMultipleSoundsBlockSoundDefinition
public static void createMultipleSoundsBlockSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String type, int amount) -
createSimpleBlockSoundDefinitionWithSubtitle
public static void createSimpleBlockSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type) -
createSimpleBlockSoundDefinition
public static void createSimpleBlockSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String type) -
createMultipleSoundsParticleSoundDefinitionWithSubtitle
public static void createMultipleSoundsParticleSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type, int amount) -
createMultipleSoundsParticleSoundDefinition
public static void createMultipleSoundsParticleSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String type, int amount) -
createSimpleParticleSoundDefinitionWithSubtitle
public static void createSimpleParticleSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type) -
createSimpleParticleSoundDefinition
public static void createSimpleParticleSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name, String type) -
createMusicDiscSoundDefinition
public static void createMusicDiscSoundDefinition(Consumer<SoundDefinition> registry, net.minecraft.sounds.SoundEvent soundEvent, String name) -
createMultipleSoundsSoundDefinitionWithSubtitle
public static void createMultipleSoundsSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, ResourceLocationUtils.IdType idType, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type, int amount) -
createMultipleSoundsSoundDefinition
public static void createMultipleSoundsSoundDefinition(Consumer<SoundDefinition> registry, ResourceLocationUtils.IdType idType, net.minecraft.sounds.SoundEvent soundEvent, String name, String type, int amount) -
createSimpleSoundDefinitionWithSubtitle
public static void createSimpleSoundDefinitionWithSubtitle(Consumer<SoundDefinition> registry, ResourceLocationUtils.IdType idType, net.minecraft.sounds.SoundEvent soundEvent, String name, String subtitle, String type) -
createSimpleSoundDefinition
public static void createSimpleSoundDefinition(Consumer<SoundDefinition> registry, ResourceLocationUtils.IdType idType, net.minecraft.sounds.SoundEvent soundEvent, String name, String type)
-