net.sf.mud4j.effect
Interface ItemEffect

All Superinterfaces:
Effect
All Known Implementing Classes:
AbstractItemEffect

public interface ItemEffect
extends Effect

Item effect for modifications to items.

Author:
Matthew Purland

Method Summary
 void setItem(Item item)
          Set the effect to use the specified item.
 
Methods inherited from interface net.sf.mud4j.effect.Effect
apply, getName, hasExpired, isPermanent, undo
 

Method Detail

setItem

void setItem(Item item)
Set the effect to use the specified item.

Parameters:
item - Item that the effect will use.


Copyright © 2006-2007 mud4j. All Rights Reserved.