Class SoundReceiver.WorldSoundReceiver

java.lang.Object
ch.njol.skript.bukkitutil.sounds.SoundReceiver.WorldSoundReceiver
All Implemented Interfaces:
SoundReceiver
Enclosing interface:
SoundReceiver

public static class SoundReceiver.WorldSoundReceiver extends Object implements SoundReceiver
  • Constructor Details

    • WorldSoundReceiver

      protected WorldSoundReceiver(org.bukkit.World world)
  • Method Details

    • playSound

      public void playSound(org.bukkit.Location location, org.bukkit.NamespacedKey sound, org.bukkit.SoundCategory category, float volume, float pitch, OptionalLong seed)
      Specified by:
      playSound in interface SoundReceiver
    • playSound

      public void playSound(org.bukkit.entity.Entity entity, org.bukkit.NamespacedKey sound, org.bukkit.SoundCategory category, float volume, float pitch, OptionalLong seed)
      Specified by:
      playSound in interface SoundReceiver