Class ExpandSoundType

java.lang.Object
com.blamejared.crafttweaker.natives.sound.ExpandSoundType

@ZenRegister public class ExpandSoundType extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.sounds.SoundEvent
    getBreakSound(net.minecraft.world.level.block.SoundType internal)
     
    static net.minecraft.sounds.SoundEvent
    getFallSound(net.minecraft.world.level.block.SoundType internal)
     
    static net.minecraft.sounds.SoundEvent
    getHitSound(net.minecraft.world.level.block.SoundType internal)
     
    static float
    getPitch(net.minecraft.world.level.block.SoundType internal)
     
    static net.minecraft.sounds.SoundEvent
    getPlaceSound(net.minecraft.world.level.block.SoundType internal)
     
    static net.minecraft.sounds.SoundEvent
    getStepSound(net.minecraft.world.level.block.SoundType internal)
     
    static float
    getVolume(net.minecraft.world.level.block.SoundType internal)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)