Class ExpandSoundType
java.lang.Object
com.blamejared.crafttweaker.natives.sound.ExpandSoundType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.sounds.SoundEventgetBreakSound(net.minecraft.world.level.block.SoundType internal) static net.minecraft.sounds.SoundEventgetFallSound(net.minecraft.world.level.block.SoundType internal) static net.minecraft.sounds.SoundEventgetHitSound(net.minecraft.world.level.block.SoundType internal) static floatgetPitch(net.minecraft.world.level.block.SoundType internal) static net.minecraft.sounds.SoundEventgetPlaceSound(net.minecraft.world.level.block.SoundType internal) static net.minecraft.sounds.SoundEventgetStepSound(net.minecraft.world.level.block.SoundType internal) static floatgetVolume(net.minecraft.world.level.block.SoundType internal)
-
Constructor Details
-
ExpandSoundType
public ExpandSoundType()
-
-
Method Details
-
getVolume
public static float getVolume(net.minecraft.world.level.block.SoundType internal) -
getPitch
public static float getPitch(net.minecraft.world.level.block.SoundType internal) -
getBreakSound
public static net.minecraft.sounds.SoundEvent getBreakSound(net.minecraft.world.level.block.SoundType internal) -
getStepSound
public static net.minecraft.sounds.SoundEvent getStepSound(net.minecraft.world.level.block.SoundType internal) -
getPlaceSound
public static net.minecraft.sounds.SoundEvent getPlaceSound(net.minecraft.world.level.block.SoundType internal) -
getHitSound
public static net.minecraft.sounds.SoundEvent getHitSound(net.minecraft.world.level.block.SoundType internal) -
getFallSound
public static net.minecraft.sounds.SoundEvent getFallSound(net.minecraft.world.level.block.SoundType internal)
-