public class TARDISSounds
extends java.lang.Object
Constructor and Description |
---|
TARDISSounds() |
Modifier and Type | Method and Description |
---|---|
static void |
playTARDISHum(org.bukkit.entity.Player p)
Plays the interior hum sound upon TARDIS entry.
|
static void |
playTARDISSound(org.bukkit.Location l,
java.lang.String s)
Plays a TARDIS sound for the player and surrounding players at the current location.
|
static void |
playTARDISSound(org.bukkit.Location l,
java.lang.String s,
float volume)
Plays a TARDIS sound for the player and surrounding players at the current location.
|
static void |
playTARDISSound(org.bukkit.entity.Player p,
java.lang.String s)
Plays a TARDIS sound for the specified player.
|
public static void playTARDISHum(org.bukkit.entity.Player p)
p
- the player to play the sound topublic static void playTARDISSound(org.bukkit.Location l, java.lang.String s, float volume)
l
- The locations
- The sound to playvolume
- The volume to play the sound atpublic static void playTARDISSound(org.bukkit.Location l, java.lang.String s)
l
- The locations
- The sound to playpublic static void playTARDISSound(org.bukkit.entity.Player p, java.lang.String s)
p
- The players
- The sound to play