Uses of Class
net.sf.magicproject.event.Event

Packages that use Event
net.sf.magicproject.event Available events. 
net.sf.magicproject.event.phase The phase events : before, beginning, ending events. 
 

Uses of Event in net.sf.magicproject.event
 

Fields in net.sf.magicproject.event declared as Event
static Event UpdateToughness.EVENT
          The event type.
static Event UpdatedLife.EVENT
          The event type.
static Event UncaughtException.EVENT
          The event type.
static Event Targeted.EVENT
          The event type.
static Event MovedCard.EVENT
          The event type.
static Event ModifiedRegister.EVENT
          The event type.
static Event ModifiedPropertyIntersection.EVENT
          The event type.
static Event ModifiedProperty.EVENT
          The event type.
static Event ModifiedOwner.EVENT
          The event type.
static Event ModifiedIdColor.EVENT
          The event type.
static Event ModifiedIdCard.EVENT
          The event type.
static Event ModifiedController.EVENT
          The event type.
static Event LoseGame.EVENT
          The event type.
static Event LethalDamaged.EVENT
          The event type.
static Event GivenMana.EVENT
          The event type.
static Event FacedUp.EVENT
          The event type.
static Event FacedDown.EVENT
          The event type.
static Event Detached.EVENT
          The event type.
static Event DeclaredBlocking.EVENT
          The event type.
static Event DeclaredAttacking.EVENT
          The event type.
static Event Casting.EVENT
          The event type.
static Event BecomeUnTapped.EVENT
          The event type.
static Event BecomeTapped.EVENT
          The event type.
static Event AttachedEvent.EVENT
          The event type.
static Event AssignedDamage.EVENT
          The event type.
static Event ArrangedZone.EVENT
          The event type.
 

Fields in net.sf.magicproject.event with type parameters of type Event
static java.util.Map<Event,java.util.Map<Priority,java.util.List<ReplacementAbility>>> MEventListener.REPLACEMENT_ABILITIES
          Represent all active replacement abilities of games for each event and each priority.
static java.util.Map<Event,java.util.List<Ability>> MEventListener.TRIGGRED_ABILITIES
          Represent all active triggered abilities of games for each event
 

Methods in net.sf.magicproject.event that return Event
 Event UpdateToughness.getIdEvent()
           
 Event UpdatedLife.getIdEvent()
           
 Event UncaughtException.getIdEvent()
           
abstract  Event TriggeredEvent.getIdEvent()
           
 Event Targeted.getIdEvent()
           
 Event MovedCard.getIdEvent()
           
 Event ModifiedRegister.getIdEvent()
           
 Event ModifiedPropertyIntersection.getIdEvent()
           
 Event ModifiedProperty.getIdEvent()
           
 Event ModifiedOwner.getIdEvent()
           
 Event ModifiedIdColor.getIdEvent()
           
 Event ModifiedIdCard.getIdEvent()
           
 Event ModifiedController.getIdEvent()
           
abstract  Event MEventListener.getIdEvent()
          Return the idEvent of this event
 Event LoseGame.getIdEvent()
           
 Event LethalDamaged.getIdEvent()
           
 Event GivenMana.getIdEvent()
           
 Event FacedUp.getIdEvent()
           
 Event FacedDown.getIdEvent()
           
 Event Detached.getIdEvent()
           
 Event DeclaredBlocking.getIdEvent()
           
 Event DeclaredAttacking.getIdEvent()
           
 Event Casting.getIdEvent()
           
 Event CanICast.getIdEvent()
           
 Event BecomeUnTapped.getIdEvent()
           
 Event BecomeTapped.getIdEvent()
           
 Event AttachedEvent.getIdEvent()
           
 Event AssignedDamage.getIdEvent()
           
 Event ArrangedZone.getIdEvent()
           
static Event Event.valueOf(java.io.InputStream input)
          Read and return the enum from the given inputstream.
static Event Event.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Event[] Event.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Event in net.sf.magicproject.event.phase
 

Fields in net.sf.magicproject.event.phase declared as Event
static Event EndOfPhase.EVENT
          The event type.
static Event BeginningPhase.EVENT
          The event type.
static Event BeforePhase.EVENT
          The event type.
 

Methods in net.sf.magicproject.event.phase that return Event
 Event EndOfPhase.getIdEvent()
           
 Event BeginningPhase.getIdEvent()
           
 Event BeforePhase.getIdEvent()
           
 



Copyright © 2003-2007 Magic-Project. All Rights Reserved.