Package net.runelite.cache.definitions
Class SequenceDefinition.Sound
- java.lang.Object
-
- net.runelite.cache.definitions.SequenceDefinition.Sound
-
- Enclosing class:
- SequenceDefinition
public static final class SequenceDefinition.Sound extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Sound(int id, int loops, int location, int retain, int weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetId()intgetLocation()intgetLoops()intgetRetain()intgetWeight()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public int getId()
-
getLoops
public int getLoops()
-
getLocation
public int getLocation()
-
getRetain
public int getRetain()
-
getWeight
public int getWeight()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-