Uses of Class
us.asciiroth.client.terrain.triggers.Trigger

Packages that use Trigger
us.asciiroth.client.terrain.triggers Triggers are a kind of decorator in software terms; they are a terrain that wraps and augments the behavior of any other terrain piece. 
 

Uses of Trigger in us.asciiroth.client.terrain.triggers
 

Subclasses of Trigger in us.asciiroth.client.terrain.triggers
 class TriggerIf
          Trigger that will fire if the player has a specific flag or a specific item.
 class TriggerIfNot
          Trigger that will fire unless the player has a specific flag or a specific item.
 class TriggerOnce
          A trigger that will fire a color event on the board one and only one time.
 class TriggerOnceIf
          Trigger that will fire one time, if the player has a specific flag or a specific item.
 class TriggerOnceIfNot
           
 

Fields in us.asciiroth.client.terrain.triggers with type parameters of type Trigger
static Serializer<Trigger> Trigger.SERIALIZER
          Type serializer.
 


0.7

© 2009 Alx Dark