Package net.runelite.api.events
Class SoundEffectPlayed
- java.lang.Object
-
- net.runelite.api.events.SoundEffectPlayed
-
public class SoundEffectPlayed extends Object
-
-
Constructor Summary
Constructors Constructor Description SoundEffectPlayed(Actor source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
void
consume()
boolean
equals(Object o)
int
getDelay()
int
getSoundId()
Actor
getSource()
int
hashCode()
boolean
isConsumed()
void
setConsumed(boolean consumed)
void
setDelay(int delay)
void
setSoundId(int soundId)
String
toString()
-
-
-
Constructor Detail
-
SoundEffectPlayed
public SoundEffectPlayed(@Nullable Actor source)
-
-
Method Detail
-
consume
public void consume()
-
getSource
@Nullable public Actor getSource()
-
getSoundId
public int getSoundId()
-
getDelay
public int getDelay()
-
isConsumed
public boolean isConsumed()
-
setSoundId
public void setSoundId(int soundId)
-
setDelay
public void setDelay(int delay)
-
setConsumed
public void setConsumed(boolean consumed)
-
canEqual
protected boolean canEqual(Object other)
-
-