Class CardSpawnEvent
-
- All Implemented Interfaces:
public class CardSpawnEvent extends EntityCardEvent
Called when a BattleCard Spawns
-
-
Field Summary
Fields Modifier and Type Field Description private final BattleCard<?>card
-
Constructor Summary
Constructors Constructor Description CardSpawnEvent(BattleCard<?> card)
-
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)
-
-
-
-