music: add option to mute other players area sounds
This commit is contained in:
@@ -24,11 +24,16 @@
|
||||
*/
|
||||
package net.runelite.api.events;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import lombok.Data;
|
||||
import net.runelite.api.Actor;
|
||||
|
||||
@Data
|
||||
public class AreaSoundEffectPlayed implements Event
|
||||
{
|
||||
@Nullable
|
||||
private final Actor source;
|
||||
|
||||
private int soundId;
|
||||
private int sceneX;
|
||||
private int sceneY;
|
||||
|
||||
@@ -24,11 +24,16 @@
|
||||
*/
|
||||
package net.runelite.api.events;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import lombok.Data;
|
||||
import net.runelite.api.Actor;
|
||||
|
||||
@Data
|
||||
public class SoundEffectPlayed implements Event
|
||||
{
|
||||
@Nullable
|
||||
private final Actor source;
|
||||
|
||||
private int soundId;
|
||||
private int delay;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user