Uses of Interface
rle.core.charm.TemporaryCharm

Packages that use TemporaryCharm
rle.core.board   
rle.core.charm   
 

Uses of TemporaryCharm in rle.core.board
 

Fields in rle.core.board with type parameters of type TemporaryCharm
protected  java.util.HashMap<java.lang.String,TemporaryCharm> Thing.temporaryCharms
           
 

Methods in rle.core.board that return TemporaryCharm
 TemporaryCharm Thing.getTemporaryCharm(java.lang.String key)
          Retrieve the TemporaryCharm mapped to key, or null if no such mapping exists.
 

Methods in rle.core.board with parameters of type TemporaryCharm
 void Thing.putTemporaryCharm(java.lang.String key, TemporaryCharm value)
          Map a key to a TemporaryCharm.
 

Uses of TemporaryCharm in rle.core.charm
 

Classes in rle.core.charm that implement TemporaryCharm
 class TimedCharm
          A TimedCharm is a TemporaryCharm which is active for a fixed period of time before stopping itself.