Class EntityCardEvent
-
- All Implemented Interfaces:
public abstract class EntityCardEvent extends EntityEventRepresents an event involving a BattleCard entity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEntityCardEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BattleCard<?>cardpublic final static EntityCardEvent.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description EntityCardEvent(BattleCard<?> card)
-
Method Summary
Modifier and Type Method Description final BattleCard<?>getCard()The BattleCard involved in this event. HandlerListgetHandlers()-
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
-
EntityCardEvent
EntityCardEvent(BattleCard<?> card)
-
-
Method Detail
-
getCard
final BattleCard<?> getCard()
The BattleCard involved in this event.
-
getHandlers
HandlerList getHandlers()
-
-
-
-