geforkt von Mirrors/Paper
[SPIGOT-251] Removed deprecation of playSound() method, as new resource pack features mean sound names as strings are intended.
For more information see the linked issue or the playsound command. http://minecraft.gamepedia.com/Sounds.json By: olivervscreeper <dev@olivervscreeper.co.uk>
Dieser Commit ist enthalten in:
Ursprung
b608aeb169
Commit
cca150746b
@ -236,9 +236,7 @@ public interface Player extends HumanEntity, Conversable, CommandSender, Offline
|
||||
* @param sound the internal sound name to play
|
||||
* @param volume the volume of the sound
|
||||
* @param pitch the pitch of the sound
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
public void playSound(Location location, String sound, float volume, float pitch);
|
||||
|
||||
/**
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren