net.sf.mud4j.effect
Interface CharacterEffect

All Superinterfaces:
Effect
All Known Implementing Classes:
AbstractCharacterEffect

public interface CharacterEffect
extends Effect

Effect that adds effects to characters.

Author:
Matthew Purland

Method Summary
 void setCharacter(Character character)
          Set the character on the object.
 
Methods inherited from interface net.sf.mud4j.effect.Effect
apply, getName, hasExpired, isPermanent, undo
 

Method Detail

setCharacter

void setCharacter(Character character)
Set the character on the object.

Parameters:
character - Character to set.


Copyright © 2006-2007 mud4j. All Rights Reserved.