Class Above
java.lang.Object
fr.xxathyx.mediaplayer.audio.util.Above
- All Implemented Interfaces:
AudioUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Stops a sound effect that is actually played to a player, packets will be used for the following versions: v1_8_R1, v1_8_R2, v1_8_R3, v1_9_R1, v1_9_R2, otherwise for further versions the Minecraft stopsound command will be called from Console.
-
Constructor Details
-
Above
public Above()
-
-
Method Details
-
stopAudio
Description copied from interface:AudioUtil
Stops a sound effect that is actually played to a player, packets will be used for the following versions: v1_8_R1, v1_8_R2, v1_8_R3, v1_9_R1, v1_9_R2, otherwise for further versions the Minecraft stopsound command will be called from Console.This is the same as calling
invalid @link
SoundPlayer#stopSound(Player)
-