Class CardSpawnEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final BattleCard<?> card
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class me.gamercoder215.battlecards.api.events.entity.EntityCardEvent

        getCard, getHandlers
      • Methods inherited from class org.bukkit.event.Event

        getEventName, isAsynchronous
      • Methods inherited from class org.bukkit.event.entity.EntityEvent

        getEntity, getEntityType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CardSpawnEvent

        CardSpawnEvent(BattleCard<?> card)
    • Method Detail