Package devs.beer.nativepackets.api
Interface StopSoundPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of a clientbound stop-sound packet.
-
Method Summary
Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
soundKey
String soundKey()- Returns:
- sound key, or
nullwhen all sounds from the selected source are stopped
-
source
NativeSoundSource source()- Returns:
- source, or
nullwhen every source is selected
-
soundKey
-
source
-