Class SkillBoostEvent
- java.lang.Object
-
- net.eternalclient.api.listeners.skill.SkillBoostEvent
-
public final class SkillBoostEvent extends java.lang.ObjectRepresents an event triggered when a skill's level is boosted.
-
-
Constructor Summary
Constructors Constructor Description SkillBoostEvent(Skill skill, int previous, int current, int difference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetCurrent()intgetDifference()intgetPrevious()SkillgetSkill()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SkillBoostEvent
public SkillBoostEvent(Skill skill, int previous, int current, int difference)
-
-
Method Detail
-
getSkill
public Skill getSkill()
-
getPrevious
public int getPrevious()
-
getCurrent
public int getCurrent()
-
getDifference
public int getDifference()
-
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
-
-