Package net.runelite.api.events
Class DynamicObjectAnimationChanged
- java.lang.Object
-
- net.runelite.api.events.DynamicObjectAnimationChanged
-
public class DynamicObjectAnimationChanged extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DynamicObjectAnimationChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)intgetAnimation()The id of the animation animation.intgetObject()The object that has entered a new animation.inthashCode()voidsetAnimation(int animation)The id of the animation animation.voidsetObject(int object)The object that has entered a new animation.java.lang.StringtoString()
-
-
-
Method Detail
-
getObject
public int getObject()
The object that has entered a new animation.
-
getAnimation
public int getAnimation()
The id of the animation animation.
-
setObject
public void setObject(int object)
The object that has entered a new animation.
-
setAnimation
public void setAnimation(int animation)
The id of the animation animation.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-