Class CardQuestLevelUpEvent
-
- All Implemented Interfaces:
public class CardQuestLevelUpEvent extends CardEvent
Called when a Card Levels Up a Quest
-
-
Method Summary
Modifier and Type Method Description final CardQuestgetQuest()The Quest involved in this Event final IntegergetOldLevel()The old Level of the Quest final IntegergetNewLevel()The new Level of the Quest final DoublegetExperienceAdded()The amount of Card Experience added to the Card as a reward final UnitsetExperienceAdded(Double experienceAdded)The amount of Card Experience added to the Card as a reward -
Methods inherited from class me.gamercoder215.battlecards.api.events.CardEvent
getCard, getHandlers -
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOldLevel
final Integer getOldLevel()
The old Level of the Quest
-
getNewLevel
final Integer getNewLevel()
The new Level of the Quest
-
getExperienceAdded
final Double getExperienceAdded()
The amount of Card Experience added to the Card as a reward
-
setExperienceAdded
final Unit setExperienceAdded(Double experienceAdded)
The amount of Card Experience added to the Card as a reward
-
-
-
-