mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
@@ -377,6 +377,11 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
|||||||
*/
|
*/
|
||||||
public void stopSound(@NotNull String sound, @Nullable SoundCategory category);
|
public void stopSound(@NotNull String sound, @Nullable SoundCategory category);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stop all sounds from playing.
|
||||||
|
*/
|
||||||
|
public void stopAllSounds();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Plays an effect to just this player.
|
* Plays an effect to just this player.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user