Class CardQuestLevelUpEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final CardQuest getQuest() The Quest involved in this Event
      final Integer getOldLevel() The old Level of the Quest
      final Integer getNewLevel() The new Level of the Quest
      final Double getExperienceAdded() The amount of Card Experience added to the Card as a reward
      final Unit setExperienceAdded(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