Class RepeatingSound

java.lang.Object
com.simibubi.create.foundation.sound.RepeatingSound

public class RepeatingSound extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    RepeatingSound(net.minecraft.sounds.SoundEvent event, com.simibubi.create.foundation.sound.SoundScape scape, float sharedPitch, float relativeVolume, int repeatDelay)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RepeatingSound

      public RepeatingSound(net.minecraft.sounds.SoundEvent event, com.simibubi.create.foundation.sound.SoundScape scape, float sharedPitch, float relativeVolume, int repeatDelay)
  • Method Details

    • tick

      public void tick()