Interface LocationalSoundPacket
- All Superinterfaces:
ConvertablePacket,Packet,SoundPacket
The receiver of this event will hear the sound from the specified location.
If the location is further away than the maximum voice distance, the receiving player won't actually hear the sound.
-
Method Summary
Methods inherited from interface de.maxhenkel.voicechat.api.packets.ConvertablePacket
toEntitySoundPacket, toLocationalSoundPacket, toStaticSoundPacketMethods inherited from interface de.maxhenkel.voicechat.api.packets.SoundPacket
getOpusEncodedData, getSender, getSequenceNumber
-
Method Details
-
getPosition
Position getPosition()- Returns:
- the audio location
-