geforkt von Mirrors/Paper
SPIGOT-6436: Add Player#stopAllSounds
By: Doc <nachito94@msn.com>
Dieser Commit ist enthalten in:
Ursprung
3afdb08183
Commit
80ca94de60
@ -377,6 +377,11 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||
*/
|
||||
public void stopSound(@NotNull String sound, @Nullable SoundCategory category);
|
||||
|
||||
/**
|
||||
* Stop all sounds from playing.
|
||||
*/
|
||||
public void stopAllSounds();
|
||||
|
||||
/**
|
||||
* Plays an effect to just this player.
|
||||
*
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren