net.sf.mud4j.world
Interface Placeable


public interface Placeable

Any object that implements this interface will be placeable within a Location.

Author:
Matthew Purland
See Also:
Location

Method Summary
 void place(Location to)
          Move the placeable object to a location.
 

Method Detail

place

void place(Location to)
Move the placeable object to a location.

Parameters:
to - Location to move to.


Copyright © 2006-2007 mud4j. All Rights Reserved.